diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78b49ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,231 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Roslyn cache directories +*.ide/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +#NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding addin-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# If using the old MSBuild-Integrated Package Restore, uncomment this: +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# Windows +# ========================= + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk diff --git a/Components/PagerSlidingTabStrip-1.0.1.info b/Components/PagerSlidingTabStrip-1.0.1.info new file mode 100644 index 0000000..52a40c2 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1.info @@ -0,0 +1 @@ +{"Name":"Material Pager Sliding Tab Strip","Id":1523,"Alias":"PagerSlidingTabStrip","Description":"# Pager Sliding Tab Strip Details\r\n\r\nInteractive paging indicator widget, compatible with the `ViewPager` from the\r\nAndroid Support Library.\r\n\r\n","Version":"1.0.1","Summary":"Interactive paging indicator widget based off Material Design and compatible with the ViewPager from the Android Support Library.","QuickStart":"# Getting Started with Pager Sliding Tab Strip\r\n\r\n*For a working implementation of this project see the `Sample/` folder.*\r\n\r\n 1. Download Component\r\n\r\n 2. Include the PagerSlidingTabStrip widget in your layout. This should usually be placed\r\n above the `ViewPager` it represents.\r\n\r\n \u003ccom.refractored.PagerSlidingTabStrip\r\n android:id=\"@+id/tabs\"\r\n android:layout_width=\"match_parent\"\r\n android:layout_height=\"?attr/actionBarSize\"\r\n android:background=\"?attr/colorPrimary\" /\u003e\r\n\r\n 3. In your `OnCreate` method (or `OnCreateView` for a fragment), bind the\r\n widget to the `ViewPager`.\r\n\r\n // Initialize the ViewPager and set an adapter\r\n var pager = FindViewById\u003cViewPager\u003e(Resource.Id.pager);\r\n pager.Adapter = new TestAdapter(SupportFragmentManager);\r\n\r\n // Bind the tabs to the ViewPager\r\n var tabs = FindViewById\u003cPagerSlidingTabStrip\u003e(Resource.Id.tabs);\r\n tabs.SetViewPager(pager);\r\n\r\n 5. If your adapter implements the interface `CustomTabProvider` you can past you custom tab view/s.\r\n In case the the view returned contains the id `Resource.Id.tab_title`, this view should be a `TextView` and\r\n will be used to placed the title.\r\n\r\n Otherwise the default tab will be use (That\u0027s a TextView with id `R.id.tab_title`)\r\n\r\n 4. *(Optional)* If you use implement `IOnPageChangeListener` with your view pager\r\n you should set it in the widget rather than on the pager directly.\r\n\r\n // continued from above\r\n tabs.SetOnPageChangeListener(pageChangeListener);\r\n\r\n# Customization\r\n\r\nFrom theme:\r\n\r\n* `android:textColorPrimary` value (from your theme) will be applied automatically to tab\u0027s text color , underlineColor, dividerColor and indicatorColor, if any of these values are define in the xml layout.\r\n\r\nNotes about some of the native attr:\r\n\r\n* `android:textSize` Tab text size\r\n* `android:textColor` Tab text color\r\n* `android:paddingLeft` or `android:paddingRight` Layout padding. Only the biggest of both will be applied to each side.\r\n\r\n\r\nCustom attr:\r\n\r\n * `pstsIndicatorColor` Color of the sliding indicator\r\n * `pstsUnderlineColor` Color of the full-width line on the bottom of the view\r\n * `pstsUnderlineHeight` Height of the full-width line on the bottom of the view\r\n * `pstsDividerColor` Color of the dividers between tabs\r\n * `pstsDividerPadding` Top and bottom padding of the dividers\r\n * `pstsDividerWidth` Stroke width of divider line, defaults to 0\r\n * `pstsIndicatorHeight`Height of the sliding indicator\r\n * `pstsTabPaddingLeftRight` Left and right padding of each tab\r\n * `pstsScrollOffset` Scroll offset of the selected tab\r\n * `pstsTabBackground` Background drawable of each tab, should be a StateListDrawable\r\n * `pstsShouldExpand` If set to true, each tab is given the same weight, default false\r\n * `pstsTextAllCaps` If true, all tab titles will be upper case, default true\r\n * `pstsPaddingMiddle` If true, the tabs start at the middle of the view (Like Newsstand google app)\r\n * `pstsTextStyle` Set the text style, default bold\r\n * `pstsTextSelectedStyle` Set the text style of the selected tab, default bold\r\n * `pstsTextAlpha` Set the text alpha transparency, default 0.5\r\n * `pstsTextSelectedAlpha` Set the text alpha transparency of the selected tab, default 1\r\n\r\n*Almost all attributes have their respective getters and setters to change them at runtime* , open an issue if you miss any.\r\n","Hash":"63a52d98601d8678cb5dafb091bc3a38","TargetPlatforms":["android"],"TrialHash":null} \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1.png b/Components/PagerSlidingTabStrip-1.0.1.png new file mode 100644 index 0000000..f1c56ec Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/component/Details.md b/Components/PagerSlidingTabStrip-1.0.1/component/Details.md new file mode 100644 index 0000000..5539f38 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/component/Details.md @@ -0,0 +1,6 @@ +# Pager Sliding Tab Strip Details + +Interactive paging indicator widget, compatible with the `ViewPager` from the +Android Support Library. + +![PagerSlidingTabStrip Sample Material](https://raw.githubusercontent.com/jamesmontemagno/PagerSlidingTabStrip-for-Xamarin.Android/master/art/material_tabs.gif) \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/component/GettingStarted.md b/Components/PagerSlidingTabStrip-1.0.1/component/GettingStarted.md new file mode 100644 index 0000000..646c299 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/component/GettingStarted.md @@ -0,0 +1,72 @@ +# Getting Started with Pager Sliding Tab Strip + +*For a working implementation of this project see the `Sample/` folder.* + + 1. Download Component + + 2. Include the PagerSlidingTabStrip widget in your layout. This should usually be placed + above the `ViewPager` it represents. + + + + 3. In your `OnCreate` method (or `OnCreateView` for a fragment), bind the + widget to the `ViewPager`. + + // Initialize the ViewPager and set an adapter + var pager = FindViewById(Resource.Id.pager); + pager.Adapter = new TestAdapter(SupportFragmentManager); + + // Bind the tabs to the ViewPager + var tabs = FindViewById(Resource.Id.tabs); + tabs.SetViewPager(pager); + + 5. If your adapter implements the interface `CustomTabProvider` you can past you custom tab view/s. + In case the the view returned contains the id `Resource.Id.tab_title`, this view should be a `TextView` and + will be used to placed the title. + + Otherwise the default tab will be use (That's a TextView with id `R.id.tab_title`) + + 4. *(Optional)* If you use implement `IOnPageChangeListener` with your view pager + you should set it in the widget rather than on the pager directly. + + // continued from above + tabs.SetOnPageChangeListener(pageChangeListener); + +# Customization + +From theme: + +* `android:textColorPrimary` value (from your theme) will be applied automatically to tab's text color , underlineColor, dividerColor and indicatorColor, if any of these values are define in the xml layout. + +Notes about some of the native attr: + +* `android:textSize` Tab text size +* `android:textColor` Tab text color +* `android:paddingLeft` or `android:paddingRight` Layout padding. Only the biggest of both will be applied to each side. + + +Custom attr: + + * `pstsIndicatorColor` Color of the sliding indicator + * `pstsUnderlineColor` Color of the full-width line on the bottom of the view + * `pstsUnderlineHeight` Height of the full-width line on the bottom of the view + * `pstsDividerColor` Color of the dividers between tabs + * `pstsDividerPadding` Top and bottom padding of the dividers + * `pstsDividerWidth` Stroke width of divider line, defaults to 0 + * `pstsIndicatorHeight`Height of the sliding indicator + * `pstsTabPaddingLeftRight` Left and right padding of each tab + * `pstsScrollOffset` Scroll offset of the selected tab + * `pstsTabBackground` Background drawable of each tab, should be a StateListDrawable + * `pstsShouldExpand` If set to true, each tab is given the same weight, default false + * `pstsTextAllCaps` If true, all tab titles will be upper case, default true + * `pstsPaddingMiddle` If true, the tabs start at the middle of the view (Like Newsstand google app) + * `pstsTextStyle` Set the text style, default bold + * `pstsTextSelectedStyle` Set the text style of the selected tab, default bold + * `pstsTextAlpha` Set the text alpha transparency, default 0.5 + * `pstsTextSelectedAlpha` Set the text alpha transparency of the selected tab, default 1 + +*Almost all attributes have their respective getters and setters to change them at runtime* , open an issue if you miss any. diff --git a/Components/PagerSlidingTabStrip-1.0.1/component/License.md b/Components/PagerSlidingTabStrip-1.0.1/component/License.md new file mode 100644 index 0000000..b01f41b --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/component/License.md @@ -0,0 +1,15 @@ +# Pager Sliding Tab Strip License + +The MIT License (MIT) + +Copyright (c) 2015 James Montemagno / Refractored LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +This is a derivative of Javier Pardo de Santayana Gómez: https://github.com/jpardogo/PagerSlidingTabStrip +Which is a derivative of Andreas Stütz: https://github.com/astuetz/PagerSlidingTabStrip \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/component/Manifest.xml b/Components/PagerSlidingTabStrip-1.0.1/component/Manifest.xml new file mode 100644 index 0000000..8930a0d --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/component/Manifest.xml @@ -0,0 +1,17 @@ + + + Material Pager Sliding Tab Strip + James Montemagno + https://github.com/jamesmontemagno/PagerSlidingTabStrip-for-Xamarin.Android + 1.0.1 + Interactive paging indicator widget based off Material Design and compatible with the ViewPager from the Android Support Library. + + + + + + Android Sample + Android Sample + + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/component/icons/PagerSlidingTabStrip_128x128.png b/Components/PagerSlidingTabStrip-1.0.1/component/icons/PagerSlidingTabStrip_128x128.png new file mode 100644 index 0000000..f1c56ec Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/component/icons/PagerSlidingTabStrip_128x128.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/component/icons/PagerSlidingTabStrip_512x512.png b/Components/PagerSlidingTabStrip-1.0.1/component/icons/PagerSlidingTabStrip_512x512.png new file mode 100644 index 0000000..e49ea79 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/component/icons/PagerSlidingTabStrip_512x512.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Assets/AboutAssets.txt b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Assets/AboutAssets.txt new file mode 100644 index 0000000..a9b0638 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/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 your 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/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/BaseActivity.cs b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/BaseActivity.cs new file mode 100644 index 0000000..2bcf0aa --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/BaseActivity.cs @@ -0,0 +1,42 @@ + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +using System; +using Android.Support.V7.App; +using Android.Support.V7.Widget; +using Android.OS; + +namespace Sample +{ + public abstract class BaseActivity : ActionBarActivity + { + public Toolbar Toolbar { + get; + set; + } + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + SetContentView (LayoutResource); + Toolbar = FindViewById(Resource.Id.toolbar); + if (Toolbar != null) { + SetSupportActionBar(Toolbar); + SupportActionBar.SetDisplayHomeAsUpEnabled(true); + SupportActionBar.SetHomeButtonEnabled (true); + + } + } + + protected abstract int LayoutResource{ + get; + } + + protected int ActionBarIcon { + set{ Toolbar.SetNavigationIcon (value); } + } + } +} + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/MainActivity.cs b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/MainActivity.cs new file mode 100644 index 0000000..026ba53 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/MainActivity.cs @@ -0,0 +1,127 @@ +using System; + +using Android.App; +using Android.Content; +using Android.Runtime; +using Android.Views; +using Android.Widget; +using Android.OS; +using Android.Support.V4.App; +using Android.Graphics.Drawables; +using com.refractored; +using Android.Support.V4.View; +using Android.Util; +using Android.Graphics; + +namespace Sample +{ + [Activity (Label = "Sample", MainLauncher = true, Icon = "@drawable/icon")] + public class MainActivity : BaseActivity, IOnTabReselectedListener + { + int count = 1; + + protected override int LayoutResource { + get { + return Resource.Layout.activity_main; + } + } + + private MyPagerAdapter adapter; + private Drawable oldBackground = null; + private int currentColor; + private ViewPager pager; + private PagerSlidingTabStrip tabs; + + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + + adapter = new MyPagerAdapter(SupportFragmentManager); + pager = FindViewById (Resource.Id.pager); + tabs = FindViewById (Resource.Id.tabs); + pager.Adapter = adapter; + tabs.SetViewPager (pager); + + var pageMargin = (int)TypedValue.ApplyDimension (ComplexUnitType.Dip, 4, Resources.DisplayMetrics); + pager.PageMargin = pageMargin; + tabs.OnTabReselectedListener = this; + + ChangeColor (Resources.GetColor (Resource.Color.green)); + } + + + + #region IOnTabReselectedListener implementation + public void OnTabReselected (int position) + { + Toast.MakeText(this, "Tab reselected: " + position, ToastLength.Short).Show(); + } + #endregion + + private void ChangeColor(Color newColor) { + tabs.SetBackgroundColor(newColor); + + // change ActionBar color just if an ActionBar is available + Drawable colorDrawable = new ColorDrawable(newColor); + Drawable bottomDrawable = new ColorDrawable(Resources.GetColor(Android.Resource.Color.Transparent)); + LayerDrawable ld = new LayerDrawable(new Drawable[]{colorDrawable, bottomDrawable}); + if (oldBackground == null) { + SupportActionBar.SetBackgroundDrawable(ld); + } else { + TransitionDrawable td = new TransitionDrawable(new Drawable[]{oldBackground, ld}); + SupportActionBar.SetBackgroundDrawable(td); + td.StartTransition(200); + } + + oldBackground = ld; + currentColor = newColor; + } + [Java.Interop.Export("onColorClicked")] + public void OnColorClicked(View v) { + var color = Color.ParseColor(v.Tag.ToString()); + ChangeColor(color); + } + + protected override void OnSaveInstanceState (Bundle outState) + { + base.OnSaveInstanceState (outState); + outState.PutInt ("currentColor", currentColor); + } + + protected override void OnRestoreInstanceState (Bundle savedInstanceState) + { + base.OnRestoreInstanceState (savedInstanceState); + currentColor = savedInstanceState.GetInt ("currentColor"); + ChangeColor (new Color (currentColor)); + } + } + + public class MyPagerAdapter : FragmentPagerAdapter{ + private string[] Titles = {"Categories", "Home", "Top Paid", "Top Free", "Top Grossing", "Top New Paid", + "Top New Free", "Trending"}; + + public MyPagerAdapter(Android.Support.V4.App.FragmentManager fm) : base(fm) + { + } + + public override Java.Lang.ICharSequence GetPageTitleFormatted (int position) + { + return new Java.Lang.String (Titles [position]); + } + #region implemented abstract members of PagerAdapter + public override int Count { + get { + return Titles.Length; + } + } + #endregion + #region implemented abstract members of FragmentPagerAdapter + public override Android.Support.V4.App.Fragment GetItem (int position) + { + return SuperAwesomeCardFragment.NewInstance (position); + } + #endregion + } +} + + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/PSTSSample.sln b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/PSTSSample.sln new file mode 100644 index 0000000..fb2bce1 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/PSTSSample.sln @@ -0,0 +1,24 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30723.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample.csproj", "{D66A1937-1993-4979-B18F-D4DB4C491F36}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D66A1937-1993-4979-B18F-D4DB4C491F36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D66A1937-1993-4979-B18F-D4DB4C491F36}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D66A1937-1993-4979-B18F-D4DB4C491F36}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {D66A1937-1993-4979-B18F-D4DB4C491F36}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D66A1937-1993-4979-B18F-D4DB4C491F36}.Release|Any CPU.Build.0 = Release|Any CPU + {D66A1937-1993-4979-B18F-D4DB4C491F36}.Release|Any CPU.Deploy.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Properties/AndroidManifest.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Properties/AndroidManifest.xml new file mode 100644 index 0000000..6b745d9 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Properties/AndroidManifest.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Properties/AssemblyInfo.cs b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..8c5a5c2 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Properties/AssemblyInfo.cs @@ -0,0 +1,28 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using Android.App; + +// Information about this assembly is defined by the following attributes. +// Change them to the values specific to your project. + +[assembly: AssemblyTitle ("Sample")] +[assembly: AssemblyDescription ("")] +[assembly: AssemblyConfiguration ("")] +[assembly: AssemblyCompany ("")] +[assembly: AssemblyProduct ("")] +[assembly: AssemblyCopyright ("jamesmontemagno")] +[assembly: AssemblyTrademark ("")] +[assembly: AssemblyCulture ("")] + +// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". +// The form "{Major}.{Minor}.*" will automatically update the build and revision, +// and "{Major}.{Minor}.{Build}.*" will update just the revision. + +[assembly: AssemblyVersion ("1.0.0")] + +// The following attributes are used to specify the signing key for the assembly, +// if desired. See the Mono documentation for more information about signing. + +//[assembly: AssemblyDelaySign(false)] +//[assembly: AssemblyKeyFile("")] + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/AboutResources.txt b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/AboutResources.txt new file mode 100644 index 0000000..10f52d4 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/AboutResources.txt @@ -0,0 +1,44 @@ +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.axml), +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/ + icon.png + + layout/ + main.axml + + 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 "R" +(this is an Android convention) that contains the tokens for each one of the resources +included. For example, for the above Resources layout, this is what the R class would expose: + +public class R { + 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 R.layout.main +to reference the layout/main.axml file, or R.strings.first_string to reference the first +string in the dictionary file values/strings.xml. diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/Resource.designer.cs b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/Resource.designer.cs new file mode 100644 index 0000000..3000dbd --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/Resource.designer.cs @@ -0,0 +1,4577 @@ +#pragma warning disable 1591 +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34014 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +[assembly: global::Android.Runtime.ResourceDesignerAttribute("Sample.Resource", IsApplication=true)] + +namespace Sample +{ + + + [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::com.refractored.Resource.Animation.abc_fade_in = global::Sample.Resource.Animation.abc_fade_in; + global::com.refractored.Resource.Animation.abc_fade_out = global::Sample.Resource.Animation.abc_fade_out; + global::com.refractored.Resource.Animation.abc_slide_in_bottom = global::Sample.Resource.Animation.abc_slide_in_bottom; + global::com.refractored.Resource.Animation.abc_slide_in_top = global::Sample.Resource.Animation.abc_slide_in_top; + global::com.refractored.Resource.Animation.abc_slide_out_bottom = global::Sample.Resource.Animation.abc_slide_out_bottom; + global::com.refractored.Resource.Animation.abc_slide_out_top = global::Sample.Resource.Animation.abc_slide_out_top; + global::com.refractored.Resource.Attribute.actionBarDivider = global::Sample.Resource.Attribute.actionBarDivider; + global::com.refractored.Resource.Attribute.actionBarItemBackground = global::Sample.Resource.Attribute.actionBarItemBackground; + global::com.refractored.Resource.Attribute.actionBarPopupTheme = global::Sample.Resource.Attribute.actionBarPopupTheme; + global::com.refractored.Resource.Attribute.actionBarSize = global::Sample.Resource.Attribute.actionBarSize; + global::com.refractored.Resource.Attribute.actionBarSplitStyle = global::Sample.Resource.Attribute.actionBarSplitStyle; + global::com.refractored.Resource.Attribute.actionBarStyle = global::Sample.Resource.Attribute.actionBarStyle; + global::com.refractored.Resource.Attribute.actionBarTabBarStyle = global::Sample.Resource.Attribute.actionBarTabBarStyle; + global::com.refractored.Resource.Attribute.actionBarTabStyle = global::Sample.Resource.Attribute.actionBarTabStyle; + global::com.refractored.Resource.Attribute.actionBarTabTextStyle = global::Sample.Resource.Attribute.actionBarTabTextStyle; + global::com.refractored.Resource.Attribute.actionBarTheme = global::Sample.Resource.Attribute.actionBarTheme; + global::com.refractored.Resource.Attribute.actionBarWidgetTheme = global::Sample.Resource.Attribute.actionBarWidgetTheme; + global::com.refractored.Resource.Attribute.actionButtonStyle = global::Sample.Resource.Attribute.actionButtonStyle; + global::com.refractored.Resource.Attribute.actionDropDownStyle = global::Sample.Resource.Attribute.actionDropDownStyle; + global::com.refractored.Resource.Attribute.actionLayout = global::Sample.Resource.Attribute.actionLayout; + global::com.refractored.Resource.Attribute.actionMenuTextAppearance = global::Sample.Resource.Attribute.actionMenuTextAppearance; + global::com.refractored.Resource.Attribute.actionMenuTextColor = global::Sample.Resource.Attribute.actionMenuTextColor; + global::com.refractored.Resource.Attribute.actionModeBackground = global::Sample.Resource.Attribute.actionModeBackground; + global::com.refractored.Resource.Attribute.actionModeCloseButtonStyle = global::Sample.Resource.Attribute.actionModeCloseButtonStyle; + global::com.refractored.Resource.Attribute.actionModeCloseDrawable = global::Sample.Resource.Attribute.actionModeCloseDrawable; + global::com.refractored.Resource.Attribute.actionModeCopyDrawable = global::Sample.Resource.Attribute.actionModeCopyDrawable; + global::com.refractored.Resource.Attribute.actionModeCutDrawable = global::Sample.Resource.Attribute.actionModeCutDrawable; + global::com.refractored.Resource.Attribute.actionModeFindDrawable = global::Sample.Resource.Attribute.actionModeFindDrawable; + global::com.refractored.Resource.Attribute.actionModePasteDrawable = global::Sample.Resource.Attribute.actionModePasteDrawable; + global::com.refractored.Resource.Attribute.actionModePopupWindowStyle = global::Sample.Resource.Attribute.actionModePopupWindowStyle; + global::com.refractored.Resource.Attribute.actionModeSelectAllDrawable = global::Sample.Resource.Attribute.actionModeSelectAllDrawable; + global::com.refractored.Resource.Attribute.actionModeShareDrawable = global::Sample.Resource.Attribute.actionModeShareDrawable; + global::com.refractored.Resource.Attribute.actionModeSplitBackground = global::Sample.Resource.Attribute.actionModeSplitBackground; + global::com.refractored.Resource.Attribute.actionModeStyle = global::Sample.Resource.Attribute.actionModeStyle; + global::com.refractored.Resource.Attribute.actionModeWebSearchDrawable = global::Sample.Resource.Attribute.actionModeWebSearchDrawable; + global::com.refractored.Resource.Attribute.actionOverflowButtonStyle = global::Sample.Resource.Attribute.actionOverflowButtonStyle; + global::com.refractored.Resource.Attribute.actionOverflowMenuStyle = global::Sample.Resource.Attribute.actionOverflowMenuStyle; + global::com.refractored.Resource.Attribute.actionProviderClass = global::Sample.Resource.Attribute.actionProviderClass; + global::com.refractored.Resource.Attribute.actionViewClass = global::Sample.Resource.Attribute.actionViewClass; + global::com.refractored.Resource.Attribute.activityChooserViewStyle = global::Sample.Resource.Attribute.activityChooserViewStyle; + global::com.refractored.Resource.Attribute.background = global::Sample.Resource.Attribute.background; + global::com.refractored.Resource.Attribute.backgroundSplit = global::Sample.Resource.Attribute.backgroundSplit; + global::com.refractored.Resource.Attribute.backgroundStacked = global::Sample.Resource.Attribute.backgroundStacked; + global::com.refractored.Resource.Attribute.barSize = global::Sample.Resource.Attribute.barSize; + global::com.refractored.Resource.Attribute.buttonBarButtonStyle = global::Sample.Resource.Attribute.buttonBarButtonStyle; + global::com.refractored.Resource.Attribute.buttonBarStyle = global::Sample.Resource.Attribute.buttonBarStyle; + global::com.refractored.Resource.Attribute.closeIcon = global::Sample.Resource.Attribute.closeIcon; + global::com.refractored.Resource.Attribute.closeItemLayout = global::Sample.Resource.Attribute.closeItemLayout; + global::com.refractored.Resource.Attribute.collapseContentDescription = global::Sample.Resource.Attribute.collapseContentDescription; + global::com.refractored.Resource.Attribute.collapseIcon = global::Sample.Resource.Attribute.collapseIcon; + global::com.refractored.Resource.Attribute.color = global::Sample.Resource.Attribute.color; + global::com.refractored.Resource.Attribute.colorAccent = global::Sample.Resource.Attribute.colorAccent; + global::com.refractored.Resource.Attribute.colorButtonNormal = global::Sample.Resource.Attribute.colorButtonNormal; + global::com.refractored.Resource.Attribute.colorControlActivated = global::Sample.Resource.Attribute.colorControlActivated; + global::com.refractored.Resource.Attribute.colorControlHighlight = global::Sample.Resource.Attribute.colorControlHighlight; + global::com.refractored.Resource.Attribute.colorControlNormal = global::Sample.Resource.Attribute.colorControlNormal; + global::com.refractored.Resource.Attribute.colorPrimary = global::Sample.Resource.Attribute.colorPrimary; + global::com.refractored.Resource.Attribute.colorPrimaryDark = global::Sample.Resource.Attribute.colorPrimaryDark; + global::com.refractored.Resource.Attribute.colorSwitchThumbNormal = global::Sample.Resource.Attribute.colorSwitchThumbNormal; + global::com.refractored.Resource.Attribute.commitIcon = global::Sample.Resource.Attribute.commitIcon; + global::com.refractored.Resource.Attribute.contentInsetEnd = global::Sample.Resource.Attribute.contentInsetEnd; + global::com.refractored.Resource.Attribute.contentInsetLeft = global::Sample.Resource.Attribute.contentInsetLeft; + global::com.refractored.Resource.Attribute.contentInsetRight = global::Sample.Resource.Attribute.contentInsetRight; + global::com.refractored.Resource.Attribute.contentInsetStart = global::Sample.Resource.Attribute.contentInsetStart; + global::com.refractored.Resource.Attribute.customNavigationLayout = global::Sample.Resource.Attribute.customNavigationLayout; + global::com.refractored.Resource.Attribute.disableChildrenWhenDisabled = global::Sample.Resource.Attribute.disableChildrenWhenDisabled; + global::com.refractored.Resource.Attribute.displayOptions = global::Sample.Resource.Attribute.displayOptions; + global::com.refractored.Resource.Attribute.divider = global::Sample.Resource.Attribute.divider; + global::com.refractored.Resource.Attribute.dividerHorizontal = global::Sample.Resource.Attribute.dividerHorizontal; + global::com.refractored.Resource.Attribute.dividerPadding = global::Sample.Resource.Attribute.dividerPadding; + global::com.refractored.Resource.Attribute.dividerVertical = global::Sample.Resource.Attribute.dividerVertical; + global::com.refractored.Resource.Attribute.drawableSize = global::Sample.Resource.Attribute.drawableSize; + global::com.refractored.Resource.Attribute.drawerArrowStyle = global::Sample.Resource.Attribute.drawerArrowStyle; + global::com.refractored.Resource.Attribute.dropDownListViewStyle = global::Sample.Resource.Attribute.dropDownListViewStyle; + global::com.refractored.Resource.Attribute.dropdownListPreferredItemHeight = global::Sample.Resource.Attribute.dropdownListPreferredItemHeight; + global::com.refractored.Resource.Attribute.editTextBackground = global::Sample.Resource.Attribute.editTextBackground; + global::com.refractored.Resource.Attribute.editTextColor = global::Sample.Resource.Attribute.editTextColor; + global::com.refractored.Resource.Attribute.elevation = global::Sample.Resource.Attribute.elevation; + global::com.refractored.Resource.Attribute.expandActivityOverflowButtonDrawable = global::Sample.Resource.Attribute.expandActivityOverflowButtonDrawable; + global::com.refractored.Resource.Attribute.gapBetweenBars = global::Sample.Resource.Attribute.gapBetweenBars; + global::com.refractored.Resource.Attribute.goIcon = global::Sample.Resource.Attribute.goIcon; + global::com.refractored.Resource.Attribute.height = global::Sample.Resource.Attribute.height; + global::com.refractored.Resource.Attribute.hideOnContentScroll = global::Sample.Resource.Attribute.hideOnContentScroll; + global::com.refractored.Resource.Attribute.homeAsUpIndicator = global::Sample.Resource.Attribute.homeAsUpIndicator; + global::com.refractored.Resource.Attribute.homeLayout = global::Sample.Resource.Attribute.homeLayout; + global::com.refractored.Resource.Attribute.icon = global::Sample.Resource.Attribute.icon; + global::com.refractored.Resource.Attribute.iconifiedByDefault = global::Sample.Resource.Attribute.iconifiedByDefault; + global::com.refractored.Resource.Attribute.indeterminateProgressStyle = global::Sample.Resource.Attribute.indeterminateProgressStyle; + global::com.refractored.Resource.Attribute.initialActivityCount = global::Sample.Resource.Attribute.initialActivityCount; + global::com.refractored.Resource.Attribute.isLightTheme = global::Sample.Resource.Attribute.isLightTheme; + global::com.refractored.Resource.Attribute.itemPadding = global::Sample.Resource.Attribute.itemPadding; + global::com.refractored.Resource.Attribute.layout = global::Sample.Resource.Attribute.layout; + global::com.refractored.Resource.Attribute.listChoiceBackgroundIndicator = global::Sample.Resource.Attribute.listChoiceBackgroundIndicator; + global::com.refractored.Resource.Attribute.listPopupWindowStyle = global::Sample.Resource.Attribute.listPopupWindowStyle; + global::com.refractored.Resource.Attribute.listPreferredItemHeight = global::Sample.Resource.Attribute.listPreferredItemHeight; + global::com.refractored.Resource.Attribute.listPreferredItemHeightLarge = global::Sample.Resource.Attribute.listPreferredItemHeightLarge; + global::com.refractored.Resource.Attribute.listPreferredItemHeightSmall = global::Sample.Resource.Attribute.listPreferredItemHeightSmall; + global::com.refractored.Resource.Attribute.listPreferredItemPaddingLeft = global::Sample.Resource.Attribute.listPreferredItemPaddingLeft; + global::com.refractored.Resource.Attribute.listPreferredItemPaddingRight = global::Sample.Resource.Attribute.listPreferredItemPaddingRight; + global::com.refractored.Resource.Attribute.logo = global::Sample.Resource.Attribute.logo; + global::com.refractored.Resource.Attribute.maxButtonHeight = global::Sample.Resource.Attribute.maxButtonHeight; + global::com.refractored.Resource.Attribute.measureWithLargestChild = global::Sample.Resource.Attribute.measureWithLargestChild; + global::com.refractored.Resource.Attribute.middleBarArrowSize = global::Sample.Resource.Attribute.middleBarArrowSize; + global::com.refractored.Resource.Attribute.navigationContentDescription = global::Sample.Resource.Attribute.navigationContentDescription; + global::com.refractored.Resource.Attribute.navigationIcon = global::Sample.Resource.Attribute.navigationIcon; + global::com.refractored.Resource.Attribute.navigationMode = global::Sample.Resource.Attribute.navigationMode; + global::com.refractored.Resource.Attribute.overlapAnchor = global::Sample.Resource.Attribute.overlapAnchor; + global::com.refractored.Resource.Attribute.paddingEnd = global::Sample.Resource.Attribute.paddingEnd; + global::com.refractored.Resource.Attribute.paddingStart = global::Sample.Resource.Attribute.paddingStart; + global::com.refractored.Resource.Attribute.panelBackground = global::Sample.Resource.Attribute.panelBackground; + global::com.refractored.Resource.Attribute.panelMenuListTheme = global::Sample.Resource.Attribute.panelMenuListTheme; + global::com.refractored.Resource.Attribute.panelMenuListWidth = global::Sample.Resource.Attribute.panelMenuListWidth; + global::com.refractored.Resource.Attribute.popupMenuStyle = global::Sample.Resource.Attribute.popupMenuStyle; + global::com.refractored.Resource.Attribute.popupPromptView = global::Sample.Resource.Attribute.popupPromptView; + global::com.refractored.Resource.Attribute.popupTheme = global::Sample.Resource.Attribute.popupTheme; + global::com.refractored.Resource.Attribute.popupWindowStyle = global::Sample.Resource.Attribute.popupWindowStyle; + global::com.refractored.Resource.Attribute.preserveIconSpacing = global::Sample.Resource.Attribute.preserveIconSpacing; + global::com.refractored.Resource.Attribute.progressBarPadding = global::Sample.Resource.Attribute.progressBarPadding; + global::com.refractored.Resource.Attribute.progressBarStyle = global::Sample.Resource.Attribute.progressBarStyle; + global::com.refractored.Resource.Attribute.prompt = global::Sample.Resource.Attribute.prompt; + global::com.refractored.Resource.Attribute.pstsDividerColor = global::Sample.Resource.Attribute.pstsDividerColor; + global::com.refractored.Resource.Attribute.pstsDividerPadding = global::Sample.Resource.Attribute.pstsDividerPadding; + global::com.refractored.Resource.Attribute.pstsDividerWidth = global::Sample.Resource.Attribute.pstsDividerWidth; + global::com.refractored.Resource.Attribute.pstsIndicatorColor = global::Sample.Resource.Attribute.pstsIndicatorColor; + global::com.refractored.Resource.Attribute.pstsIndicatorHeight = global::Sample.Resource.Attribute.pstsIndicatorHeight; + global::com.refractored.Resource.Attribute.pstsPaddingMiddle = global::Sample.Resource.Attribute.pstsPaddingMiddle; + global::com.refractored.Resource.Attribute.pstsScrollOffset = global::Sample.Resource.Attribute.pstsScrollOffset; + global::com.refractored.Resource.Attribute.pstsShouldExpand = global::Sample.Resource.Attribute.pstsShouldExpand; + global::com.refractored.Resource.Attribute.pstsTabBackground = global::Sample.Resource.Attribute.pstsTabBackground; + global::com.refractored.Resource.Attribute.pstsTabPaddingLeftRight = global::Sample.Resource.Attribute.pstsTabPaddingLeftRight; + global::com.refractored.Resource.Attribute.pstsTextAllCaps = global::Sample.Resource.Attribute.pstsTextAllCaps; + global::com.refractored.Resource.Attribute.pstsTextAlpha = global::Sample.Resource.Attribute.pstsTextAlpha; + global::com.refractored.Resource.Attribute.pstsTextSelectedAlpha = global::Sample.Resource.Attribute.pstsTextSelectedAlpha; + global::com.refractored.Resource.Attribute.pstsTextSelectedStyle = global::Sample.Resource.Attribute.pstsTextSelectedStyle; + global::com.refractored.Resource.Attribute.pstsTextStyle = global::Sample.Resource.Attribute.pstsTextStyle; + global::com.refractored.Resource.Attribute.pstsUnderlineColor = global::Sample.Resource.Attribute.pstsUnderlineColor; + global::com.refractored.Resource.Attribute.pstsUnderlineHeight = global::Sample.Resource.Attribute.pstsUnderlineHeight; + global::com.refractored.Resource.Attribute.queryBackground = global::Sample.Resource.Attribute.queryBackground; + global::com.refractored.Resource.Attribute.queryHint = global::Sample.Resource.Attribute.queryHint; + global::com.refractored.Resource.Attribute.searchIcon = global::Sample.Resource.Attribute.searchIcon; + global::com.refractored.Resource.Attribute.searchViewStyle = global::Sample.Resource.Attribute.searchViewStyle; + global::com.refractored.Resource.Attribute.selectableItemBackground = global::Sample.Resource.Attribute.selectableItemBackground; + global::com.refractored.Resource.Attribute.selectableItemBackgroundBorderless = global::Sample.Resource.Attribute.selectableItemBackgroundBorderless; + global::com.refractored.Resource.Attribute.showAsAction = global::Sample.Resource.Attribute.showAsAction; + global::com.refractored.Resource.Attribute.showDividers = global::Sample.Resource.Attribute.showDividers; + global::com.refractored.Resource.Attribute.showText = global::Sample.Resource.Attribute.showText; + global::com.refractored.Resource.Attribute.spinBars = global::Sample.Resource.Attribute.spinBars; + global::com.refractored.Resource.Attribute.spinnerDropDownItemStyle = global::Sample.Resource.Attribute.spinnerDropDownItemStyle; + global::com.refractored.Resource.Attribute.spinnerMode = global::Sample.Resource.Attribute.spinnerMode; + global::com.refractored.Resource.Attribute.spinnerStyle = global::Sample.Resource.Attribute.spinnerStyle; + global::com.refractored.Resource.Attribute.splitTrack = global::Sample.Resource.Attribute.splitTrack; + global::com.refractored.Resource.Attribute.state_above_anchor = global::Sample.Resource.Attribute.state_above_anchor; + global::com.refractored.Resource.Attribute.submitBackground = global::Sample.Resource.Attribute.submitBackground; + global::com.refractored.Resource.Attribute.subtitle = global::Sample.Resource.Attribute.subtitle; + global::com.refractored.Resource.Attribute.subtitleTextAppearance = global::Sample.Resource.Attribute.subtitleTextAppearance; + global::com.refractored.Resource.Attribute.subtitleTextStyle = global::Sample.Resource.Attribute.subtitleTextStyle; + global::com.refractored.Resource.Attribute.suggestionRowLayout = global::Sample.Resource.Attribute.suggestionRowLayout; + global::com.refractored.Resource.Attribute.switchMinWidth = global::Sample.Resource.Attribute.switchMinWidth; + global::com.refractored.Resource.Attribute.switchPadding = global::Sample.Resource.Attribute.switchPadding; + global::com.refractored.Resource.Attribute.switchStyle = global::Sample.Resource.Attribute.switchStyle; + global::com.refractored.Resource.Attribute.switchTextAppearance = global::Sample.Resource.Attribute.switchTextAppearance; + global::com.refractored.Resource.Attribute.textAllCaps = global::Sample.Resource.Attribute.textAllCaps; + global::com.refractored.Resource.Attribute.textAppearanceLargePopupMenu = global::Sample.Resource.Attribute.textAppearanceLargePopupMenu; + global::com.refractored.Resource.Attribute.textAppearanceListItem = global::Sample.Resource.Attribute.textAppearanceListItem; + global::com.refractored.Resource.Attribute.textAppearanceListItemSmall = global::Sample.Resource.Attribute.textAppearanceListItemSmall; + global::com.refractored.Resource.Attribute.textAppearanceSearchResultSubtitle = global::Sample.Resource.Attribute.textAppearanceSearchResultSubtitle; + global::com.refractored.Resource.Attribute.textAppearanceSearchResultTitle = global::Sample.Resource.Attribute.textAppearanceSearchResultTitle; + global::com.refractored.Resource.Attribute.textAppearanceSmallPopupMenu = global::Sample.Resource.Attribute.textAppearanceSmallPopupMenu; + global::com.refractored.Resource.Attribute.textColorSearchUrl = global::Sample.Resource.Attribute.textColorSearchUrl; + global::com.refractored.Resource.Attribute.theme = global::Sample.Resource.Attribute.theme; + global::com.refractored.Resource.Attribute.thickness = global::Sample.Resource.Attribute.thickness; + global::com.refractored.Resource.Attribute.thumbTextPadding = global::Sample.Resource.Attribute.thumbTextPadding; + global::com.refractored.Resource.Attribute.title = global::Sample.Resource.Attribute.title; + global::com.refractored.Resource.Attribute.titleMarginBottom = global::Sample.Resource.Attribute.titleMarginBottom; + global::com.refractored.Resource.Attribute.titleMarginEnd = global::Sample.Resource.Attribute.titleMarginEnd; + global::com.refractored.Resource.Attribute.titleMarginStart = global::Sample.Resource.Attribute.titleMarginStart; + global::com.refractored.Resource.Attribute.titleMarginTop = global::Sample.Resource.Attribute.titleMarginTop; + global::com.refractored.Resource.Attribute.titleMargins = global::Sample.Resource.Attribute.titleMargins; + global::com.refractored.Resource.Attribute.titleTextAppearance = global::Sample.Resource.Attribute.titleTextAppearance; + global::com.refractored.Resource.Attribute.titleTextStyle = global::Sample.Resource.Attribute.titleTextStyle; + global::com.refractored.Resource.Attribute.toolbarNavigationButtonStyle = global::Sample.Resource.Attribute.toolbarNavigationButtonStyle; + global::com.refractored.Resource.Attribute.toolbarStyle = global::Sample.Resource.Attribute.toolbarStyle; + global::com.refractored.Resource.Attribute.topBottomBarArrowSize = global::Sample.Resource.Attribute.topBottomBarArrowSize; + global::com.refractored.Resource.Attribute.track = global::Sample.Resource.Attribute.track; + global::com.refractored.Resource.Attribute.voiceIcon = global::Sample.Resource.Attribute.voiceIcon; + global::com.refractored.Resource.Attribute.windowActionBar = global::Sample.Resource.Attribute.windowActionBar; + global::com.refractored.Resource.Attribute.windowActionBarOverlay = global::Sample.Resource.Attribute.windowActionBarOverlay; + global::com.refractored.Resource.Attribute.windowActionModeOverlay = global::Sample.Resource.Attribute.windowActionModeOverlay; + global::com.refractored.Resource.Attribute.windowFixedHeightMajor = global::Sample.Resource.Attribute.windowFixedHeightMajor; + global::com.refractored.Resource.Attribute.windowFixedHeightMinor = global::Sample.Resource.Attribute.windowFixedHeightMinor; + global::com.refractored.Resource.Attribute.windowFixedWidthMajor = global::Sample.Resource.Attribute.windowFixedWidthMajor; + global::com.refractored.Resource.Attribute.windowFixedWidthMinor = global::Sample.Resource.Attribute.windowFixedWidthMinor; + global::com.refractored.Resource.Boolean.abc_action_bar_embed_tabs = global::Sample.Resource.Boolean.abc_action_bar_embed_tabs; + global::com.refractored.Resource.Boolean.abc_action_bar_embed_tabs_pre_jb = global::Sample.Resource.Boolean.abc_action_bar_embed_tabs_pre_jb; + global::com.refractored.Resource.Boolean.abc_action_bar_expanded_action_views_exclusive = global::Sample.Resource.Boolean.abc_action_bar_expanded_action_views_exclusive; + global::com.refractored.Resource.Boolean.abc_config_actionMenuItemAllCaps = global::Sample.Resource.Boolean.abc_config_actionMenuItemAllCaps; + global::com.refractored.Resource.Boolean.abc_config_allowActionMenuItemTextWithIcon = global::Sample.Resource.Boolean.abc_config_allowActionMenuItemTextWithIcon; + global::com.refractored.Resource.Boolean.abc_config_showMenuShortcutsWhenKeyboardPresent = global::Sample.Resource.Boolean.abc_config_showMenuShortcutsWhenKeyboardPresent; + global::com.refractored.Resource.Color.abc_background_cache_hint_selector_material_dark = global::Sample.Resource.Color.abc_background_cache_hint_selector_material_dark; + global::com.refractored.Resource.Color.abc_background_cache_hint_selector_material_light = global::Sample.Resource.Color.abc_background_cache_hint_selector_material_light; + global::com.refractored.Resource.Color.abc_input_method_navigation_guard = global::Sample.Resource.Color.abc_input_method_navigation_guard; + global::com.refractored.Resource.Color.abc_primary_text_disable_only_material_dark = global::Sample.Resource.Color.abc_primary_text_disable_only_material_dark; + global::com.refractored.Resource.Color.abc_primary_text_disable_only_material_light = global::Sample.Resource.Color.abc_primary_text_disable_only_material_light; + global::com.refractored.Resource.Color.abc_primary_text_material_dark = global::Sample.Resource.Color.abc_primary_text_material_dark; + global::com.refractored.Resource.Color.abc_primary_text_material_light = global::Sample.Resource.Color.abc_primary_text_material_light; + global::com.refractored.Resource.Color.abc_search_url_text = global::Sample.Resource.Color.abc_search_url_text; + global::com.refractored.Resource.Color.abc_search_url_text_normal = global::Sample.Resource.Color.abc_search_url_text_normal; + global::com.refractored.Resource.Color.abc_search_url_text_pressed = global::Sample.Resource.Color.abc_search_url_text_pressed; + global::com.refractored.Resource.Color.abc_search_url_text_selected = global::Sample.Resource.Color.abc_search_url_text_selected; + global::com.refractored.Resource.Color.abc_secondary_text_material_dark = global::Sample.Resource.Color.abc_secondary_text_material_dark; + global::com.refractored.Resource.Color.abc_secondary_text_material_light = global::Sample.Resource.Color.abc_secondary_text_material_light; + global::com.refractored.Resource.Color.accent_material_dark = global::Sample.Resource.Color.accent_material_dark; + global::com.refractored.Resource.Color.accent_material_light = global::Sample.Resource.Color.accent_material_light; + global::com.refractored.Resource.Color.background_floating_material_dark = global::Sample.Resource.Color.background_floating_material_dark; + global::com.refractored.Resource.Color.background_floating_material_light = global::Sample.Resource.Color.background_floating_material_light; + global::com.refractored.Resource.Color.background_material_dark = global::Sample.Resource.Color.background_material_dark; + global::com.refractored.Resource.Color.background_material_light = global::Sample.Resource.Color.background_material_light; + global::com.refractored.Resource.Color.background_tab_pressed = global::Sample.Resource.Color.background_tab_pressed; + global::com.refractored.Resource.Color.bright_foreground_disabled_material_dark = global::Sample.Resource.Color.bright_foreground_disabled_material_dark; + global::com.refractored.Resource.Color.bright_foreground_disabled_material_light = global::Sample.Resource.Color.bright_foreground_disabled_material_light; + global::com.refractored.Resource.Color.bright_foreground_inverse_material_dark = global::Sample.Resource.Color.bright_foreground_inverse_material_dark; + global::com.refractored.Resource.Color.bright_foreground_inverse_material_light = global::Sample.Resource.Color.bright_foreground_inverse_material_light; + global::com.refractored.Resource.Color.bright_foreground_material_dark = global::Sample.Resource.Color.bright_foreground_material_dark; + global::com.refractored.Resource.Color.bright_foreground_material_light = global::Sample.Resource.Color.bright_foreground_material_light; + global::com.refractored.Resource.Color.button_material_dark = global::Sample.Resource.Color.button_material_dark; + global::com.refractored.Resource.Color.button_material_light = global::Sample.Resource.Color.button_material_light; + global::com.refractored.Resource.Color.dim_foreground_disabled_material_dark = global::Sample.Resource.Color.dim_foreground_disabled_material_dark; + global::com.refractored.Resource.Color.dim_foreground_disabled_material_light = global::Sample.Resource.Color.dim_foreground_disabled_material_light; + global::com.refractored.Resource.Color.dim_foreground_material_dark = global::Sample.Resource.Color.dim_foreground_material_dark; + global::com.refractored.Resource.Color.dim_foreground_material_light = global::Sample.Resource.Color.dim_foreground_material_light; + global::com.refractored.Resource.Color.highlighted_text_material_dark = global::Sample.Resource.Color.highlighted_text_material_dark; + global::com.refractored.Resource.Color.highlighted_text_material_light = global::Sample.Resource.Color.highlighted_text_material_light; + global::com.refractored.Resource.Color.hint_foreground_material_dark = global::Sample.Resource.Color.hint_foreground_material_dark; + global::com.refractored.Resource.Color.hint_foreground_material_light = global::Sample.Resource.Color.hint_foreground_material_light; + global::com.refractored.Resource.Color.link_text_material_dark = global::Sample.Resource.Color.link_text_material_dark; + global::com.refractored.Resource.Color.link_text_material_light = global::Sample.Resource.Color.link_text_material_light; + global::com.refractored.Resource.Color.material_blue_grey_800 = global::Sample.Resource.Color.material_blue_grey_800; + global::com.refractored.Resource.Color.material_blue_grey_900 = global::Sample.Resource.Color.material_blue_grey_900; + global::com.refractored.Resource.Color.material_blue_grey_950 = global::Sample.Resource.Color.material_blue_grey_950; + global::com.refractored.Resource.Color.material_deep_teal_200 = global::Sample.Resource.Color.material_deep_teal_200; + global::com.refractored.Resource.Color.material_deep_teal_500 = global::Sample.Resource.Color.material_deep_teal_500; + global::com.refractored.Resource.Color.primary_dark_material_dark = global::Sample.Resource.Color.primary_dark_material_dark; + global::com.refractored.Resource.Color.primary_dark_material_light = global::Sample.Resource.Color.primary_dark_material_light; + global::com.refractored.Resource.Color.primary_material_dark = global::Sample.Resource.Color.primary_material_dark; + global::com.refractored.Resource.Color.primary_material_light = global::Sample.Resource.Color.primary_material_light; + global::com.refractored.Resource.Color.primary_text_default_material_dark = global::Sample.Resource.Color.primary_text_default_material_dark; + global::com.refractored.Resource.Color.primary_text_default_material_light = global::Sample.Resource.Color.primary_text_default_material_light; + global::com.refractored.Resource.Color.primary_text_disabled_material_dark = global::Sample.Resource.Color.primary_text_disabled_material_dark; + global::com.refractored.Resource.Color.primary_text_disabled_material_light = global::Sample.Resource.Color.primary_text_disabled_material_light; + global::com.refractored.Resource.Color.ripple_material_dark = global::Sample.Resource.Color.ripple_material_dark; + global::com.refractored.Resource.Color.ripple_material_light = global::Sample.Resource.Color.ripple_material_light; + global::com.refractored.Resource.Color.secondary_text_default_material_dark = global::Sample.Resource.Color.secondary_text_default_material_dark; + global::com.refractored.Resource.Color.secondary_text_default_material_light = global::Sample.Resource.Color.secondary_text_default_material_light; + global::com.refractored.Resource.Color.secondary_text_disabled_material_dark = global::Sample.Resource.Color.secondary_text_disabled_material_dark; + global::com.refractored.Resource.Color.secondary_text_disabled_material_light = global::Sample.Resource.Color.secondary_text_disabled_material_light; + global::com.refractored.Resource.Color.switch_thumb_normal_material_dark = global::Sample.Resource.Color.switch_thumb_normal_material_dark; + global::com.refractored.Resource.Color.switch_thumb_normal_material_light = global::Sample.Resource.Color.switch_thumb_normal_material_light; + global::com.refractored.Resource.Dimension.abc_action_bar_default_height_material = global::Sample.Resource.Dimension.abc_action_bar_default_height_material; + global::com.refractored.Resource.Dimension.abc_action_bar_default_padding_material = global::Sample.Resource.Dimension.abc_action_bar_default_padding_material; + global::com.refractored.Resource.Dimension.abc_action_bar_icon_vertical_padding_material = global::Sample.Resource.Dimension.abc_action_bar_icon_vertical_padding_material; + global::com.refractored.Resource.Dimension.abc_action_bar_progress_bar_size = global::Sample.Resource.Dimension.abc_action_bar_progress_bar_size; + global::com.refractored.Resource.Dimension.abc_action_bar_stacked_max_height = global::Sample.Resource.Dimension.abc_action_bar_stacked_max_height; + global::com.refractored.Resource.Dimension.abc_action_bar_stacked_tab_max_width = global::Sample.Resource.Dimension.abc_action_bar_stacked_tab_max_width; + global::com.refractored.Resource.Dimension.abc_action_bar_subtitle_bottom_margin_material = global::Sample.Resource.Dimension.abc_action_bar_subtitle_bottom_margin_material; + global::com.refractored.Resource.Dimension.abc_action_bar_subtitle_top_margin_material = global::Sample.Resource.Dimension.abc_action_bar_subtitle_top_margin_material; + global::com.refractored.Resource.Dimension.abc_action_button_min_height_material = global::Sample.Resource.Dimension.abc_action_button_min_height_material; + global::com.refractored.Resource.Dimension.abc_action_button_min_width_material = global::Sample.Resource.Dimension.abc_action_button_min_width_material; + global::com.refractored.Resource.Dimension.abc_action_button_min_width_overflow_material = global::Sample.Resource.Dimension.abc_action_button_min_width_overflow_material; + global::com.refractored.Resource.Dimension.abc_config_prefDialogWidth = global::Sample.Resource.Dimension.abc_config_prefDialogWidth; + global::com.refractored.Resource.Dimension.abc_control_inset_material = global::Sample.Resource.Dimension.abc_control_inset_material; + global::com.refractored.Resource.Dimension.abc_control_padding_material = global::Sample.Resource.Dimension.abc_control_padding_material; + global::com.refractored.Resource.Dimension.abc_dropdownitem_icon_width = global::Sample.Resource.Dimension.abc_dropdownitem_icon_width; + global::com.refractored.Resource.Dimension.abc_dropdownitem_text_padding_left = global::Sample.Resource.Dimension.abc_dropdownitem_text_padding_left; + global::com.refractored.Resource.Dimension.abc_dropdownitem_text_padding_right = global::Sample.Resource.Dimension.abc_dropdownitem_text_padding_right; + global::com.refractored.Resource.Dimension.abc_panel_menu_list_width = global::Sample.Resource.Dimension.abc_panel_menu_list_width; + global::com.refractored.Resource.Dimension.abc_search_view_preferred_width = global::Sample.Resource.Dimension.abc_search_view_preferred_width; + global::com.refractored.Resource.Dimension.abc_search_view_text_min_width = global::Sample.Resource.Dimension.abc_search_view_text_min_width; + global::com.refractored.Resource.Dimension.abc_text_size_body_1_material = global::Sample.Resource.Dimension.abc_text_size_body_1_material; + global::com.refractored.Resource.Dimension.abc_text_size_body_2_material = global::Sample.Resource.Dimension.abc_text_size_body_2_material; + global::com.refractored.Resource.Dimension.abc_text_size_button_material = global::Sample.Resource.Dimension.abc_text_size_button_material; + global::com.refractored.Resource.Dimension.abc_text_size_caption_material = global::Sample.Resource.Dimension.abc_text_size_caption_material; + global::com.refractored.Resource.Dimension.abc_text_size_display_1_material = global::Sample.Resource.Dimension.abc_text_size_display_1_material; + global::com.refractored.Resource.Dimension.abc_text_size_display_2_material = global::Sample.Resource.Dimension.abc_text_size_display_2_material; + global::com.refractored.Resource.Dimension.abc_text_size_display_3_material = global::Sample.Resource.Dimension.abc_text_size_display_3_material; + global::com.refractored.Resource.Dimension.abc_text_size_display_4_material = global::Sample.Resource.Dimension.abc_text_size_display_4_material; + global::com.refractored.Resource.Dimension.abc_text_size_headline_material = global::Sample.Resource.Dimension.abc_text_size_headline_material; + global::com.refractored.Resource.Dimension.abc_text_size_large_material = global::Sample.Resource.Dimension.abc_text_size_large_material; + global::com.refractored.Resource.Dimension.abc_text_size_medium_material = global::Sample.Resource.Dimension.abc_text_size_medium_material; + global::com.refractored.Resource.Dimension.abc_text_size_menu_material = global::Sample.Resource.Dimension.abc_text_size_menu_material; + global::com.refractored.Resource.Dimension.abc_text_size_small_material = global::Sample.Resource.Dimension.abc_text_size_small_material; + global::com.refractored.Resource.Dimension.abc_text_size_subhead_material = global::Sample.Resource.Dimension.abc_text_size_subhead_material; + global::com.refractored.Resource.Dimension.abc_text_size_subtitle_material_toolbar = global::Sample.Resource.Dimension.abc_text_size_subtitle_material_toolbar; + global::com.refractored.Resource.Dimension.abc_text_size_title_material = global::Sample.Resource.Dimension.abc_text_size_title_material; + global::com.refractored.Resource.Dimension.abc_text_size_title_material_toolbar = global::Sample.Resource.Dimension.abc_text_size_title_material_toolbar; + global::com.refractored.Resource.Dimension.dialog_fixed_height_major = global::Sample.Resource.Dimension.dialog_fixed_height_major; + global::com.refractored.Resource.Dimension.dialog_fixed_height_minor = global::Sample.Resource.Dimension.dialog_fixed_height_minor; + global::com.refractored.Resource.Dimension.dialog_fixed_width_major = global::Sample.Resource.Dimension.dialog_fixed_width_major; + global::com.refractored.Resource.Dimension.dialog_fixed_width_minor = global::Sample.Resource.Dimension.dialog_fixed_width_minor; + global::com.refractored.Resource.Dimension.disabled_alpha_material_dark = global::Sample.Resource.Dimension.disabled_alpha_material_dark; + global::com.refractored.Resource.Dimension.disabled_alpha_material_light = global::Sample.Resource.Dimension.disabled_alpha_material_light; + global::com.refractored.Resource.Drawable.abc_ab_share_pack_holo_dark = global::Sample.Resource.Drawable.abc_ab_share_pack_holo_dark; + global::com.refractored.Resource.Drawable.abc_ab_share_pack_holo_light = global::Sample.Resource.Drawable.abc_ab_share_pack_holo_light; + global::com.refractored.Resource.Drawable.abc_btn_check_material = global::Sample.Resource.Drawable.abc_btn_check_material; + global::com.refractored.Resource.Drawable.abc_btn_check_to_on_mtrl_000 = global::Sample.Resource.Drawable.abc_btn_check_to_on_mtrl_000; + global::com.refractored.Resource.Drawable.abc_btn_check_to_on_mtrl_015 = global::Sample.Resource.Drawable.abc_btn_check_to_on_mtrl_015; + global::com.refractored.Resource.Drawable.abc_btn_radio_material = global::Sample.Resource.Drawable.abc_btn_radio_material; + global::com.refractored.Resource.Drawable.abc_btn_radio_to_on_mtrl_000 = global::Sample.Resource.Drawable.abc_btn_radio_to_on_mtrl_000; + global::com.refractored.Resource.Drawable.abc_btn_radio_to_on_mtrl_015 = global::Sample.Resource.Drawable.abc_btn_radio_to_on_mtrl_015; + global::com.refractored.Resource.Drawable.abc_btn_switch_to_on_mtrl_00001 = global::Sample.Resource.Drawable.abc_btn_switch_to_on_mtrl_00001; + global::com.refractored.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012 = global::Sample.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012; + global::com.refractored.Resource.Drawable.abc_cab_background_internal_bg = global::Sample.Resource.Drawable.abc_cab_background_internal_bg; + global::com.refractored.Resource.Drawable.abc_cab_background_top_material = global::Sample.Resource.Drawable.abc_cab_background_top_material; + global::com.refractored.Resource.Drawable.abc_cab_background_top_mtrl_alpha = global::Sample.Resource.Drawable.abc_cab_background_top_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_edit_text_material = global::Sample.Resource.Drawable.abc_edit_text_material; + global::com.refractored.Resource.Drawable.abc_ic_ab_back_mtrl_am_alpha = global::Sample.Resource.Drawable.abc_ic_ab_back_mtrl_am_alpha; + global::com.refractored.Resource.Drawable.abc_ic_clear_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_clear_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_ic_go_search_api_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_go_search_api_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha = global::Sample.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha; + global::com.refractored.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_ic_menu_moreoverflow_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_menu_moreoverflow_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha = global::Sample.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha; + global::com.refractored.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_ic_menu_share_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_menu_share_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_ic_search_api_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_search_api_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_ic_voice_search_api_mtrl_alpha = global::Sample.Resource.Drawable.abc_ic_voice_search_api_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_item_background_holo_dark = global::Sample.Resource.Drawable.abc_item_background_holo_dark; + global::com.refractored.Resource.Drawable.abc_item_background_holo_light = global::Sample.Resource.Drawable.abc_item_background_holo_light; + global::com.refractored.Resource.Drawable.abc_list_divider_mtrl_alpha = global::Sample.Resource.Drawable.abc_list_divider_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_list_focused_holo = global::Sample.Resource.Drawable.abc_list_focused_holo; + global::com.refractored.Resource.Drawable.abc_list_longpressed_holo = global::Sample.Resource.Drawable.abc_list_longpressed_holo; + global::com.refractored.Resource.Drawable.abc_list_pressed_holo_dark = global::Sample.Resource.Drawable.abc_list_pressed_holo_dark; + global::com.refractored.Resource.Drawable.abc_list_pressed_holo_light = global::Sample.Resource.Drawable.abc_list_pressed_holo_light; + global::com.refractored.Resource.Drawable.abc_list_selector_background_transition_holo_dark = global::Sample.Resource.Drawable.abc_list_selector_background_transition_holo_dark; + global::com.refractored.Resource.Drawable.abc_list_selector_background_transition_holo_light = global::Sample.Resource.Drawable.abc_list_selector_background_transition_holo_light; + global::com.refractored.Resource.Drawable.abc_list_selector_disabled_holo_dark = global::Sample.Resource.Drawable.abc_list_selector_disabled_holo_dark; + global::com.refractored.Resource.Drawable.abc_list_selector_disabled_holo_light = global::Sample.Resource.Drawable.abc_list_selector_disabled_holo_light; + global::com.refractored.Resource.Drawable.abc_list_selector_holo_dark = global::Sample.Resource.Drawable.abc_list_selector_holo_dark; + global::com.refractored.Resource.Drawable.abc_list_selector_holo_light = global::Sample.Resource.Drawable.abc_list_selector_holo_light; + global::com.refractored.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult = global::Sample.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult; + global::com.refractored.Resource.Drawable.abc_popup_background_mtrl_mult = global::Sample.Resource.Drawable.abc_popup_background_mtrl_mult; + global::com.refractored.Resource.Drawable.abc_spinner_mtrl_am_alpha = global::Sample.Resource.Drawable.abc_spinner_mtrl_am_alpha; + global::com.refractored.Resource.Drawable.abc_switch_thumb_material = global::Sample.Resource.Drawable.abc_switch_thumb_material; + global::com.refractored.Resource.Drawable.abc_switch_track_mtrl_alpha = global::Sample.Resource.Drawable.abc_switch_track_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_tab_indicator_material = global::Sample.Resource.Drawable.abc_tab_indicator_material; + global::com.refractored.Resource.Drawable.abc_tab_indicator_mtrl_alpha = global::Sample.Resource.Drawable.abc_tab_indicator_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_textfield_activated_mtrl_alpha = global::Sample.Resource.Drawable.abc_textfield_activated_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_textfield_default_mtrl_alpha = global::Sample.Resource.Drawable.abc_textfield_default_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha = global::Sample.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_textfield_search_default_mtrl_alpha = global::Sample.Resource.Drawable.abc_textfield_search_default_mtrl_alpha; + global::com.refractored.Resource.Drawable.abc_textfield_search_material = global::Sample.Resource.Drawable.abc_textfield_search_material; + global::com.refractored.Resource.Drawable.background_tab = global::Sample.Resource.Drawable.background_tab; + global::com.refractored.Resource.Id.action_bar = global::Sample.Resource.Id.action_bar; + global::com.refractored.Resource.Id.action_bar_activity_content = global::Sample.Resource.Id.action_bar_activity_content; + global::com.refractored.Resource.Id.action_bar_container = global::Sample.Resource.Id.action_bar_container; + global::com.refractored.Resource.Id.action_bar_root = global::Sample.Resource.Id.action_bar_root; + global::com.refractored.Resource.Id.action_bar_spinner = global::Sample.Resource.Id.action_bar_spinner; + global::com.refractored.Resource.Id.action_bar_subtitle = global::Sample.Resource.Id.action_bar_subtitle; + global::com.refractored.Resource.Id.action_bar_title = global::Sample.Resource.Id.action_bar_title; + global::com.refractored.Resource.Id.action_context_bar = global::Sample.Resource.Id.action_context_bar; + global::com.refractored.Resource.Id.action_menu_divider = global::Sample.Resource.Id.action_menu_divider; + global::com.refractored.Resource.Id.action_menu_presenter = global::Sample.Resource.Id.action_menu_presenter; + global::com.refractored.Resource.Id.action_mode_bar = global::Sample.Resource.Id.action_mode_bar; + global::com.refractored.Resource.Id.action_mode_bar_stub = global::Sample.Resource.Id.action_mode_bar_stub; + global::com.refractored.Resource.Id.action_mode_close_button = global::Sample.Resource.Id.action_mode_close_button; + global::com.refractored.Resource.Id.activity_chooser_view_content = global::Sample.Resource.Id.activity_chooser_view_content; + global::com.refractored.Resource.Id.always = global::Sample.Resource.Id.always; + global::com.refractored.Resource.Id.beginning = global::Sample.Resource.Id.beginning; + global::com.refractored.Resource.Id.bold = global::Sample.Resource.Id.bold; + global::com.refractored.Resource.Id.checkbox = global::Sample.Resource.Id.checkbox; + global::com.refractored.Resource.Id.collapseActionView = global::Sample.Resource.Id.collapseActionView; + global::com.refractored.Resource.Id.decor_content_parent = global::Sample.Resource.Id.decor_content_parent; + global::com.refractored.Resource.Id.default_activity_button = global::Sample.Resource.Id.default_activity_button; + global::com.refractored.Resource.Id.dialog = global::Sample.Resource.Id.dialog; + global::com.refractored.Resource.Id.disableHome = global::Sample.Resource.Id.disableHome; + global::com.refractored.Resource.Id.dropdown = global::Sample.Resource.Id.dropdown; + global::com.refractored.Resource.Id.edit_query = global::Sample.Resource.Id.edit_query; + global::com.refractored.Resource.Id.end = global::Sample.Resource.Id.end; + global::com.refractored.Resource.Id.expand_activities_button = global::Sample.Resource.Id.expand_activities_button; + global::com.refractored.Resource.Id.expanded_menu = global::Sample.Resource.Id.expanded_menu; + global::com.refractored.Resource.Id.home = global::Sample.Resource.Id.home; + global::com.refractored.Resource.Id.homeAsUp = global::Sample.Resource.Id.homeAsUp; + global::com.refractored.Resource.Id.icon = global::Sample.Resource.Id.icon; + global::com.refractored.Resource.Id.ifRoom = global::Sample.Resource.Id.ifRoom; + global::com.refractored.Resource.Id.image = global::Sample.Resource.Id.image; + global::com.refractored.Resource.Id.italic = global::Sample.Resource.Id.italic; + global::com.refractored.Resource.Id.listMode = global::Sample.Resource.Id.listMode; + global::com.refractored.Resource.Id.list_item = global::Sample.Resource.Id.list_item; + global::com.refractored.Resource.Id.middle = global::Sample.Resource.Id.middle; + global::com.refractored.Resource.Id.never = global::Sample.Resource.Id.never; + global::com.refractored.Resource.Id.none = global::Sample.Resource.Id.none; + global::com.refractored.Resource.Id.normal = global::Sample.Resource.Id.normal; + global::com.refractored.Resource.Id.progress_circular = global::Sample.Resource.Id.progress_circular; + global::com.refractored.Resource.Id.progress_horizontal = global::Sample.Resource.Id.progress_horizontal; + global::com.refractored.Resource.Id.radio = global::Sample.Resource.Id.radio; + global::com.refractored.Resource.Id.search_badge = global::Sample.Resource.Id.search_badge; + global::com.refractored.Resource.Id.search_bar = global::Sample.Resource.Id.search_bar; + global::com.refractored.Resource.Id.search_button = global::Sample.Resource.Id.search_button; + global::com.refractored.Resource.Id.search_close_btn = global::Sample.Resource.Id.search_close_btn; + global::com.refractored.Resource.Id.search_edit_frame = global::Sample.Resource.Id.search_edit_frame; + global::com.refractored.Resource.Id.search_go_btn = global::Sample.Resource.Id.search_go_btn; + global::com.refractored.Resource.Id.search_mag_icon = global::Sample.Resource.Id.search_mag_icon; + global::com.refractored.Resource.Id.search_plate = global::Sample.Resource.Id.search_plate; + global::com.refractored.Resource.Id.search_src_text = global::Sample.Resource.Id.search_src_text; + global::com.refractored.Resource.Id.search_voice_btn = global::Sample.Resource.Id.search_voice_btn; + global::com.refractored.Resource.Id.shortcut = global::Sample.Resource.Id.shortcut; + global::com.refractored.Resource.Id.showCustom = global::Sample.Resource.Id.showCustom; + global::com.refractored.Resource.Id.showHome = global::Sample.Resource.Id.showHome; + global::com.refractored.Resource.Id.showTitle = global::Sample.Resource.Id.showTitle; + global::com.refractored.Resource.Id.split_action_bar = global::Sample.Resource.Id.split_action_bar; + global::com.refractored.Resource.Id.submit_area = global::Sample.Resource.Id.submit_area; + global::com.refractored.Resource.Id.tabMode = global::Sample.Resource.Id.tabMode; + global::com.refractored.Resource.Id.tab_title = global::Sample.Resource.Id.tab_title; + global::com.refractored.Resource.Id.title = global::Sample.Resource.Id.title; + global::com.refractored.Resource.Id.up = global::Sample.Resource.Id.up; + global::com.refractored.Resource.Id.useLogo = global::Sample.Resource.Id.useLogo; + global::com.refractored.Resource.Id.withText = global::Sample.Resource.Id.withText; + global::com.refractored.Resource.Id.wrap_content = global::Sample.Resource.Id.wrap_content; + global::com.refractored.Resource.Integer.abc_max_action_buttons = global::Sample.Resource.Integer.abc_max_action_buttons; + global::com.refractored.Resource.Layout.abc_action_bar_title_item = global::Sample.Resource.Layout.abc_action_bar_title_item; + global::com.refractored.Resource.Layout.abc_action_bar_up_container = global::Sample.Resource.Layout.abc_action_bar_up_container; + global::com.refractored.Resource.Layout.abc_action_bar_view_list_nav_layout = global::Sample.Resource.Layout.abc_action_bar_view_list_nav_layout; + global::com.refractored.Resource.Layout.abc_action_menu_item_layout = global::Sample.Resource.Layout.abc_action_menu_item_layout; + global::com.refractored.Resource.Layout.abc_action_menu_layout = global::Sample.Resource.Layout.abc_action_menu_layout; + global::com.refractored.Resource.Layout.abc_action_mode_bar = global::Sample.Resource.Layout.abc_action_mode_bar; + global::com.refractored.Resource.Layout.abc_action_mode_close_item_material = global::Sample.Resource.Layout.abc_action_mode_close_item_material; + global::com.refractored.Resource.Layout.abc_activity_chooser_view = global::Sample.Resource.Layout.abc_activity_chooser_view; + global::com.refractored.Resource.Layout.abc_activity_chooser_view_include = global::Sample.Resource.Layout.abc_activity_chooser_view_include; + global::com.refractored.Resource.Layout.abc_activity_chooser_view_list_item = global::Sample.Resource.Layout.abc_activity_chooser_view_list_item; + global::com.refractored.Resource.Layout.abc_expanded_menu_layout = global::Sample.Resource.Layout.abc_expanded_menu_layout; + global::com.refractored.Resource.Layout.abc_list_menu_item_checkbox = global::Sample.Resource.Layout.abc_list_menu_item_checkbox; + global::com.refractored.Resource.Layout.abc_list_menu_item_icon = global::Sample.Resource.Layout.abc_list_menu_item_icon; + global::com.refractored.Resource.Layout.abc_list_menu_item_layout = global::Sample.Resource.Layout.abc_list_menu_item_layout; + global::com.refractored.Resource.Layout.abc_list_menu_item_radio = global::Sample.Resource.Layout.abc_list_menu_item_radio; + global::com.refractored.Resource.Layout.abc_popup_menu_item_layout = global::Sample.Resource.Layout.abc_popup_menu_item_layout; + global::com.refractored.Resource.Layout.abc_screen_content_include = global::Sample.Resource.Layout.abc_screen_content_include; + global::com.refractored.Resource.Layout.abc_screen_simple = global::Sample.Resource.Layout.abc_screen_simple; + global::com.refractored.Resource.Layout.abc_screen_simple_overlay_action_mode = global::Sample.Resource.Layout.abc_screen_simple_overlay_action_mode; + global::com.refractored.Resource.Layout.abc_screen_toolbar = global::Sample.Resource.Layout.abc_screen_toolbar; + global::com.refractored.Resource.Layout.abc_search_dropdown_item_icons_2line = global::Sample.Resource.Layout.abc_search_dropdown_item_icons_2line; + global::com.refractored.Resource.Layout.abc_search_view = global::Sample.Resource.Layout.abc_search_view; + global::com.refractored.Resource.Layout.abc_simple_dropdown_hint = global::Sample.Resource.Layout.abc_simple_dropdown_hint; + global::com.refractored.Resource.Layout.support_simple_spinner_dropdown_item = global::Sample.Resource.Layout.support_simple_spinner_dropdown_item; + global::com.refractored.Resource.Layout.tab = global::Sample.Resource.Layout.tab; + global::com.refractored.Resource.String.abc_action_bar_home_description = global::Sample.Resource.String.abc_action_bar_home_description; + global::com.refractored.Resource.String.abc_action_bar_home_description_format = global::Sample.Resource.String.abc_action_bar_home_description_format; + global::com.refractored.Resource.String.abc_action_bar_home_subtitle_description_format = global::Sample.Resource.String.abc_action_bar_home_subtitle_description_format; + global::com.refractored.Resource.String.abc_action_bar_up_description = global::Sample.Resource.String.abc_action_bar_up_description; + global::com.refractored.Resource.String.abc_action_menu_overflow_description = global::Sample.Resource.String.abc_action_menu_overflow_description; + global::com.refractored.Resource.String.abc_action_mode_done = global::Sample.Resource.String.abc_action_mode_done; + global::com.refractored.Resource.String.abc_activity_chooser_view_see_all = global::Sample.Resource.String.abc_activity_chooser_view_see_all; + global::com.refractored.Resource.String.abc_activitychooserview_choose_application = global::Sample.Resource.String.abc_activitychooserview_choose_application; + global::com.refractored.Resource.String.abc_searchview_description_clear = global::Sample.Resource.String.abc_searchview_description_clear; + global::com.refractored.Resource.String.abc_searchview_description_query = global::Sample.Resource.String.abc_searchview_description_query; + global::com.refractored.Resource.String.abc_searchview_description_search = global::Sample.Resource.String.abc_searchview_description_search; + global::com.refractored.Resource.String.abc_searchview_description_submit = global::Sample.Resource.String.abc_searchview_description_submit; + global::com.refractored.Resource.String.abc_searchview_description_voice = global::Sample.Resource.String.abc_searchview_description_voice; + global::com.refractored.Resource.String.abc_shareactionprovider_share_with = global::Sample.Resource.String.abc_shareactionprovider_share_with; + global::com.refractored.Resource.String.abc_shareactionprovider_share_with_application = global::Sample.Resource.String.abc_shareactionprovider_share_with_application; + global::com.refractored.Resource.String.abc_toolbar_collapse_description = global::Sample.Resource.String.abc_toolbar_collapse_description; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat = global::Sample.Resource.Style.Base_TextAppearance_AppCompat; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Body1 = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Body1; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Body2 = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Body2; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Button = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Button; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Caption = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Caption; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Display1 = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Display1; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Display2 = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Display2; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Display3 = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Display3; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Display4 = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Display4; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Headline = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Headline; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Inverse = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Inverse; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Large = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Large; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Medium = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Medium; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Menu = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Menu; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_SearchResult = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_SearchResult; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Small = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Small; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Subhead = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Subhead; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Title = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Title; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small; + global::com.refractored.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch = global::Sample.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch; + global::com.refractored.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::Sample.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item; + global::com.refractored.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::Sample.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle; + global::com.refractored.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title = global::Sample.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title; + global::com.refractored.Resource.Style.Base_Theme_AppCompat = global::Sample.Resource.Style.Base_Theme_AppCompat; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_CompactMenu = global::Sample.Resource.Style.Base_Theme_AppCompat_CompactMenu; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_Dialog = global::Sample.Resource.Style.Base_Theme_AppCompat_Dialog; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize = global::Sample.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge = global::Sample.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_Light = global::Sample.Resource.Style.Base_Theme_AppCompat_Light; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar = global::Sample.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_Light_Dialog = global::Sample.Resource.Style.Base_Theme_AppCompat_Light_Dialog; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize = global::Sample.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize; + global::com.refractored.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge = global::Sample.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge; + global::com.refractored.Resource.Style.Base_ThemeOverlay_AppCompat = global::Sample.Resource.Style.Base_ThemeOverlay_AppCompat; + global::com.refractored.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar = global::Sample.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar; + global::com.refractored.Resource.Style.Base_ThemeOverlay_AppCompat_Dark = global::Sample.Resource.Style.Base_ThemeOverlay_AppCompat_Dark; + global::com.refractored.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar = global::Sample.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar; + global::com.refractored.Resource.Style.Base_ThemeOverlay_AppCompat_Light = global::Sample.Resource.Style.Base_ThemeOverlay_AppCompat_Light; + global::com.refractored.Resource.Style.Base_V11_Theme_AppCompat = global::Sample.Resource.Style.Base_V11_Theme_AppCompat; + global::com.refractored.Resource.Style.Base_V11_Theme_AppCompat_Dialog = global::Sample.Resource.Style.Base_V11_Theme_AppCompat_Dialog; + global::com.refractored.Resource.Style.Base_V11_Theme_AppCompat_Light = global::Sample.Resource.Style.Base_V11_Theme_AppCompat_Light; + global::com.refractored.Resource.Style.Base_V11_Theme_AppCompat_Light_Dialog = global::Sample.Resource.Style.Base_V11_Theme_AppCompat_Light_Dialog; + global::com.refractored.Resource.Style.Base_V14_Theme_AppCompat = global::Sample.Resource.Style.Base_V14_Theme_AppCompat; + global::com.refractored.Resource.Style.Base_V14_Theme_AppCompat_Dialog = global::Sample.Resource.Style.Base_V14_Theme_AppCompat_Dialog; + global::com.refractored.Resource.Style.Base_V14_Theme_AppCompat_Light = global::Sample.Resource.Style.Base_V14_Theme_AppCompat_Light; + global::com.refractored.Resource.Style.Base_V14_Theme_AppCompat_Light_Dialog = global::Sample.Resource.Style.Base_V14_Theme_AppCompat_Light_Dialog; + global::com.refractored.Resource.Style.Base_V21_Theme_AppCompat = global::Sample.Resource.Style.Base_V21_Theme_AppCompat; + global::com.refractored.Resource.Style.Base_V21_Theme_AppCompat_Dialog = global::Sample.Resource.Style.Base_V21_Theme_AppCompat_Dialog; + global::com.refractored.Resource.Style.Base_V21_Theme_AppCompat_Light = global::Sample.Resource.Style.Base_V21_Theme_AppCompat_Light; + global::com.refractored.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog = global::Sample.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog; + global::com.refractored.Resource.Style.Base_V7_Theme_AppCompat = global::Sample.Resource.Style.Base_V7_Theme_AppCompat; + global::com.refractored.Resource.Style.Base_V7_Theme_AppCompat_Dialog = global::Sample.Resource.Style.Base_V7_Theme_AppCompat_Dialog; + global::com.refractored.Resource.Style.Base_V7_Theme_AppCompat_Light = global::Sample.Resource.Style.Base_V7_Theme_AppCompat_Light; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionBar = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionBar; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionButton = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionButton; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActionMode = global::Sample.Resource.Style.Base_Widget_AppCompat_ActionMode; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ActivityChooserView = global::Sample.Resource.Style.Base_Widget_AppCompat_ActivityChooserView; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView = global::Sample.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch = global::Sample.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle = global::Sample.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner = global::Sample.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_EditText = global::Sample.Resource.Style.Base_Widget_AppCompat_EditText; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_ActionBar = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_ActionBar; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_ActivityChooserView = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_ActivityChooserView; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_AutoCompleteTextView = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_AutoCompleteTextView; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow = global::Sample.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ListPopupWindow = global::Sample.Resource.Style.Base_Widget_AppCompat_ListPopupWindow; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ListView_DropDown = global::Sample.Resource.Style.Base_Widget_AppCompat_ListView_DropDown; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ListView_Menu = global::Sample.Resource.Style.Base_Widget_AppCompat_ListView_Menu; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_PopupMenu = global::Sample.Resource.Style.Base_Widget_AppCompat_PopupMenu; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow = global::Sample.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_PopupWindow = global::Sample.Resource.Style.Base_Widget_AppCompat_PopupWindow; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ProgressBar = global::Sample.Resource.Style.Base_Widget_AppCompat_ProgressBar; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal = global::Sample.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_SearchView = global::Sample.Resource.Style.Base_Widget_AppCompat_SearchView; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Spinner = global::Sample.Resource.Style.Base_Widget_AppCompat_Spinner; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Spinner_DropDown_ActionBar = global::Sample.Resource.Style.Base_Widget_AppCompat_Spinner_DropDown_ActionBar; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Toolbar = global::Sample.Resource.Style.Base_Widget_AppCompat_Toolbar; + global::com.refractored.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation = global::Sample.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation; + global::com.refractored.Resource.Style.Platform_AppCompat = global::Sample.Resource.Style.Platform_AppCompat; + global::com.refractored.Resource.Style.Platform_AppCompat_Dialog = global::Sample.Resource.Style.Platform_AppCompat_Dialog; + global::com.refractored.Resource.Style.Platform_AppCompat_Light = global::Sample.Resource.Style.Platform_AppCompat_Light; + global::com.refractored.Resource.Style.Platform_AppCompat_Light_Dialog = global::Sample.Resource.Style.Platform_AppCompat_Light_Dialog; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_ActionButton_CloseMode = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_ActionButton_CloseMode; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_ActionButton_Overflow = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_ActionButton_Overflow; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text; + global::com.refractored.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon = global::Sample.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon; + global::com.refractored.Resource.Style.TextAppearance_AppCompat = global::Sample.Resource.Style.TextAppearance_AppCompat; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Body1 = global::Sample.Resource.Style.TextAppearance_AppCompat_Body1; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Body2 = global::Sample.Resource.Style.TextAppearance_AppCompat_Body2; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Button = global::Sample.Resource.Style.TextAppearance_AppCompat_Button; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Caption = global::Sample.Resource.Style.TextAppearance_AppCompat_Caption; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Display1 = global::Sample.Resource.Style.TextAppearance_AppCompat_Display1; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Display2 = global::Sample.Resource.Style.TextAppearance_AppCompat_Display2; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Display3 = global::Sample.Resource.Style.TextAppearance_AppCompat_Display3; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Display4 = global::Sample.Resource.Style.TextAppearance_AppCompat_Display4; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Headline = global::Sample.Resource.Style.TextAppearance_AppCompat_Headline; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Large = global::Sample.Resource.Style.TextAppearance_AppCompat_Large; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Large_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Large_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle = global::Sample.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title = global::Sample.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::Sample.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::Sample.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Medium = global::Sample.Resource.Style.TextAppearance_AppCompat_Medium; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Medium_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Medium_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Menu = global::Sample.Resource.Style.TextAppearance_AppCompat_Menu; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle = global::Sample.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_SearchResult_Title = global::Sample.Resource.Style.TextAppearance_AppCompat_SearchResult_Title; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Small = global::Sample.Resource.Style.TextAppearance_AppCompat_Small; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Small_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Small_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Subhead = global::Sample.Resource.Style.TextAppearance_AppCompat_Subhead; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Title = global::Sample.Resource.Style.TextAppearance_AppCompat_Title; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Title_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Title_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small; + global::com.refractored.Resource.Style.TextAppearance_AppCompat_Widget_Switch = global::Sample.Resource.Style.TextAppearance_AppCompat_Widget_Switch; + global::com.refractored.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::Sample.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item; + global::com.refractored.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::Sample.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle; + global::com.refractored.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title = global::Sample.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title; + global::com.refractored.Resource.Style.Theme_AppCompat = global::Sample.Resource.Style.Theme_AppCompat; + global::com.refractored.Resource.Style.Theme_AppCompat_CompactMenu = global::Sample.Resource.Style.Theme_AppCompat_CompactMenu; + global::com.refractored.Resource.Style.Theme_AppCompat_Dialog = global::Sample.Resource.Style.Theme_AppCompat_Dialog; + global::com.refractored.Resource.Style.Theme_AppCompat_DialogWhenLarge = global::Sample.Resource.Style.Theme_AppCompat_DialogWhenLarge; + global::com.refractored.Resource.Style.Theme_AppCompat_Light = global::Sample.Resource.Style.Theme_AppCompat_Light; + global::com.refractored.Resource.Style.Theme_AppCompat_Light_DarkActionBar = global::Sample.Resource.Style.Theme_AppCompat_Light_DarkActionBar; + global::com.refractored.Resource.Style.Theme_AppCompat_Light_Dialog = global::Sample.Resource.Style.Theme_AppCompat_Light_Dialog; + global::com.refractored.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge = global::Sample.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge; + global::com.refractored.Resource.Style.Theme_AppCompat_Light_NoActionBar = global::Sample.Resource.Style.Theme_AppCompat_Light_NoActionBar; + global::com.refractored.Resource.Style.Theme_AppCompat_NoActionBar = global::Sample.Resource.Style.Theme_AppCompat_NoActionBar; + global::com.refractored.Resource.Style.ThemeOverlay_AppCompat = global::Sample.Resource.Style.ThemeOverlay_AppCompat; + global::com.refractored.Resource.Style.ThemeOverlay_AppCompat_ActionBar = global::Sample.Resource.Style.ThemeOverlay_AppCompat_ActionBar; + global::com.refractored.Resource.Style.ThemeOverlay_AppCompat_Dark = global::Sample.Resource.Style.ThemeOverlay_AppCompat_Dark; + global::com.refractored.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar = global::Sample.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar; + global::com.refractored.Resource.Style.ThemeOverlay_AppCompat_Light = global::Sample.Resource.Style.ThemeOverlay_AppCompat_Light; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionBar = global::Sample.Resource.Style.Widget_AppCompat_ActionBar; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionBar_Solid = global::Sample.Resource.Style.Widget_AppCompat_ActionBar_Solid; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionBar_TabBar = global::Sample.Resource.Style.Widget_AppCompat_ActionBar_TabBar; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionBar_TabText = global::Sample.Resource.Style.Widget_AppCompat_ActionBar_TabText; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionBar_TabView = global::Sample.Resource.Style.Widget_AppCompat_ActionBar_TabView; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionButton = global::Sample.Resource.Style.Widget_AppCompat_ActionButton; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionButton_CloseMode = global::Sample.Resource.Style.Widget_AppCompat_ActionButton_CloseMode; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionButton_Overflow = global::Sample.Resource.Style.Widget_AppCompat_ActionButton_Overflow; + global::com.refractored.Resource.Style.Widget_AppCompat_ActionMode = global::Sample.Resource.Style.Widget_AppCompat_ActionMode; + global::com.refractored.Resource.Style.Widget_AppCompat_ActivityChooserView = global::Sample.Resource.Style.Widget_AppCompat_ActivityChooserView; + global::com.refractored.Resource.Style.Widget_AppCompat_AutoCompleteTextView = global::Sample.Resource.Style.Widget_AppCompat_AutoCompleteTextView; + global::com.refractored.Resource.Style.Widget_AppCompat_CompoundButton_Switch = global::Sample.Resource.Style.Widget_AppCompat_CompoundButton_Switch; + global::com.refractored.Resource.Style.Widget_AppCompat_DrawerArrowToggle = global::Sample.Resource.Style.Widget_AppCompat_DrawerArrowToggle; + global::com.refractored.Resource.Style.Widget_AppCompat_DropDownItem_Spinner = global::Sample.Resource.Style.Widget_AppCompat_DropDownItem_Spinner; + global::com.refractored.Resource.Style.Widget_AppCompat_EditText = global::Sample.Resource.Style.Widget_AppCompat_EditText; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionButton = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionButton; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse = global::Sample.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ActivityChooserView = global::Sample.Resource.Style.Widget_AppCompat_Light_ActivityChooserView; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView = global::Sample.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner = global::Sample.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ListPopupWindow = global::Sample.Resource.Style.Widget_AppCompat_Light_ListPopupWindow; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_ListView_DropDown = global::Sample.Resource.Style.Widget_AppCompat_Light_ListView_DropDown; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_PopupMenu = global::Sample.Resource.Style.Widget_AppCompat_Light_PopupMenu; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow = global::Sample.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_SearchView = global::Sample.Resource.Style.Widget_AppCompat_Light_SearchView; + global::com.refractored.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar = global::Sample.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar; + global::com.refractored.Resource.Style.Widget_AppCompat_ListPopupWindow = global::Sample.Resource.Style.Widget_AppCompat_ListPopupWindow; + global::com.refractored.Resource.Style.Widget_AppCompat_ListView_DropDown = global::Sample.Resource.Style.Widget_AppCompat_ListView_DropDown; + global::com.refractored.Resource.Style.Widget_AppCompat_ListView_Menu = global::Sample.Resource.Style.Widget_AppCompat_ListView_Menu; + global::com.refractored.Resource.Style.Widget_AppCompat_PopupMenu = global::Sample.Resource.Style.Widget_AppCompat_PopupMenu; + global::com.refractored.Resource.Style.Widget_AppCompat_PopupMenu_Overflow = global::Sample.Resource.Style.Widget_AppCompat_PopupMenu_Overflow; + global::com.refractored.Resource.Style.Widget_AppCompat_PopupWindow = global::Sample.Resource.Style.Widget_AppCompat_PopupWindow; + global::com.refractored.Resource.Style.Widget_AppCompat_ProgressBar = global::Sample.Resource.Style.Widget_AppCompat_ProgressBar; + global::com.refractored.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal = global::Sample.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal; + global::com.refractored.Resource.Style.Widget_AppCompat_SearchView = global::Sample.Resource.Style.Widget_AppCompat_SearchView; + global::com.refractored.Resource.Style.Widget_AppCompat_Spinner = global::Sample.Resource.Style.Widget_AppCompat_Spinner; + global::com.refractored.Resource.Style.Widget_AppCompat_Spinner_DropDown = global::Sample.Resource.Style.Widget_AppCompat_Spinner_DropDown; + global::com.refractored.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar = global::Sample.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar; + global::com.refractored.Resource.Style.Widget_AppCompat_Toolbar = global::Sample.Resource.Style.Widget_AppCompat_Toolbar; + global::com.refractored.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation = global::Sample.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation; + global::com.refractored.Resource.Styleable.ActionBar = global::Sample.Resource.Styleable.ActionBar; + global::com.refractored.Resource.Styleable.ActionBar_background = global::Sample.Resource.Styleable.ActionBar_background; + global::com.refractored.Resource.Styleable.ActionBar_backgroundSplit = global::Sample.Resource.Styleable.ActionBar_backgroundSplit; + global::com.refractored.Resource.Styleable.ActionBar_backgroundStacked = global::Sample.Resource.Styleable.ActionBar_backgroundStacked; + global::com.refractored.Resource.Styleable.ActionBar_contentInsetEnd = global::Sample.Resource.Styleable.ActionBar_contentInsetEnd; + global::com.refractored.Resource.Styleable.ActionBar_contentInsetLeft = global::Sample.Resource.Styleable.ActionBar_contentInsetLeft; + global::com.refractored.Resource.Styleable.ActionBar_contentInsetRight = global::Sample.Resource.Styleable.ActionBar_contentInsetRight; + global::com.refractored.Resource.Styleable.ActionBar_contentInsetStart = global::Sample.Resource.Styleable.ActionBar_contentInsetStart; + global::com.refractored.Resource.Styleable.ActionBar_customNavigationLayout = global::Sample.Resource.Styleable.ActionBar_customNavigationLayout; + global::com.refractored.Resource.Styleable.ActionBar_displayOptions = global::Sample.Resource.Styleable.ActionBar_displayOptions; + global::com.refractored.Resource.Styleable.ActionBar_divider = global::Sample.Resource.Styleable.ActionBar_divider; + global::com.refractored.Resource.Styleable.ActionBar_elevation = global::Sample.Resource.Styleable.ActionBar_elevation; + global::com.refractored.Resource.Styleable.ActionBar_height = global::Sample.Resource.Styleable.ActionBar_height; + global::com.refractored.Resource.Styleable.ActionBar_hideOnContentScroll = global::Sample.Resource.Styleable.ActionBar_hideOnContentScroll; + global::com.refractored.Resource.Styleable.ActionBar_homeAsUpIndicator = global::Sample.Resource.Styleable.ActionBar_homeAsUpIndicator; + global::com.refractored.Resource.Styleable.ActionBar_homeLayout = global::Sample.Resource.Styleable.ActionBar_homeLayout; + global::com.refractored.Resource.Styleable.ActionBar_icon = global::Sample.Resource.Styleable.ActionBar_icon; + global::com.refractored.Resource.Styleable.ActionBar_indeterminateProgressStyle = global::Sample.Resource.Styleable.ActionBar_indeterminateProgressStyle; + global::com.refractored.Resource.Styleable.ActionBar_itemPadding = global::Sample.Resource.Styleable.ActionBar_itemPadding; + global::com.refractored.Resource.Styleable.ActionBar_logo = global::Sample.Resource.Styleable.ActionBar_logo; + global::com.refractored.Resource.Styleable.ActionBar_navigationMode = global::Sample.Resource.Styleable.ActionBar_navigationMode; + global::com.refractored.Resource.Styleable.ActionBar_popupTheme = global::Sample.Resource.Styleable.ActionBar_popupTheme; + global::com.refractored.Resource.Styleable.ActionBar_progressBarPadding = global::Sample.Resource.Styleable.ActionBar_progressBarPadding; + global::com.refractored.Resource.Styleable.ActionBar_progressBarStyle = global::Sample.Resource.Styleable.ActionBar_progressBarStyle; + global::com.refractored.Resource.Styleable.ActionBar_subtitle = global::Sample.Resource.Styleable.ActionBar_subtitle; + global::com.refractored.Resource.Styleable.ActionBar_subtitleTextStyle = global::Sample.Resource.Styleable.ActionBar_subtitleTextStyle; + global::com.refractored.Resource.Styleable.ActionBar_title = global::Sample.Resource.Styleable.ActionBar_title; + global::com.refractored.Resource.Styleable.ActionBar_titleTextStyle = global::Sample.Resource.Styleable.ActionBar_titleTextStyle; + global::com.refractored.Resource.Styleable.ActionBarLayout = global::Sample.Resource.Styleable.ActionBarLayout; + global::com.refractored.Resource.Styleable.ActionBarLayout_android_layout_gravity = global::Sample.Resource.Styleable.ActionBarLayout_android_layout_gravity; + global::com.refractored.Resource.Styleable.ActionMenuItemView = global::Sample.Resource.Styleable.ActionMenuItemView; + global::com.refractored.Resource.Styleable.ActionMenuItemView_android_minWidth = global::Sample.Resource.Styleable.ActionMenuItemView_android_minWidth; + global::com.refractored.Resource.Styleable.ActionMenuView = global::Sample.Resource.Styleable.ActionMenuView; + global::com.refractored.Resource.Styleable.ActionMode = global::Sample.Resource.Styleable.ActionMode; + global::com.refractored.Resource.Styleable.ActionMode_background = global::Sample.Resource.Styleable.ActionMode_background; + global::com.refractored.Resource.Styleable.ActionMode_backgroundSplit = global::Sample.Resource.Styleable.ActionMode_backgroundSplit; + global::com.refractored.Resource.Styleable.ActionMode_closeItemLayout = global::Sample.Resource.Styleable.ActionMode_closeItemLayout; + global::com.refractored.Resource.Styleable.ActionMode_height = global::Sample.Resource.Styleable.ActionMode_height; + global::com.refractored.Resource.Styleable.ActionMode_subtitleTextStyle = global::Sample.Resource.Styleable.ActionMode_subtitleTextStyle; + global::com.refractored.Resource.Styleable.ActionMode_titleTextStyle = global::Sample.Resource.Styleable.ActionMode_titleTextStyle; + global::com.refractored.Resource.Styleable.ActivityChooserView = global::Sample.Resource.Styleable.ActivityChooserView; + global::com.refractored.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable = global::Sample.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable; + global::com.refractored.Resource.Styleable.ActivityChooserView_initialActivityCount = global::Sample.Resource.Styleable.ActivityChooserView_initialActivityCount; + global::com.refractored.Resource.Styleable.CompatTextView = global::Sample.Resource.Styleable.CompatTextView; + global::com.refractored.Resource.Styleable.CompatTextView_textAllCaps = global::Sample.Resource.Styleable.CompatTextView_textAllCaps; + global::com.refractored.Resource.Styleable.DrawerArrowToggle = global::Sample.Resource.Styleable.DrawerArrowToggle; + global::com.refractored.Resource.Styleable.DrawerArrowToggle_barSize = global::Sample.Resource.Styleable.DrawerArrowToggle_barSize; + global::com.refractored.Resource.Styleable.DrawerArrowToggle_color = global::Sample.Resource.Styleable.DrawerArrowToggle_color; + global::com.refractored.Resource.Styleable.DrawerArrowToggle_drawableSize = global::Sample.Resource.Styleable.DrawerArrowToggle_drawableSize; + global::com.refractored.Resource.Styleable.DrawerArrowToggle_gapBetweenBars = global::Sample.Resource.Styleable.DrawerArrowToggle_gapBetweenBars; + global::com.refractored.Resource.Styleable.DrawerArrowToggle_middleBarArrowSize = global::Sample.Resource.Styleable.DrawerArrowToggle_middleBarArrowSize; + global::com.refractored.Resource.Styleable.DrawerArrowToggle_spinBars = global::Sample.Resource.Styleable.DrawerArrowToggle_spinBars; + global::com.refractored.Resource.Styleable.DrawerArrowToggle_thickness = global::Sample.Resource.Styleable.DrawerArrowToggle_thickness; + global::com.refractored.Resource.Styleable.DrawerArrowToggle_topBottomBarArrowSize = global::Sample.Resource.Styleable.DrawerArrowToggle_topBottomBarArrowSize; + global::com.refractored.Resource.Styleable.LinearLayoutCompat = global::Sample.Resource.Styleable.LinearLayoutCompat; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_android_baselineAligned = global::Sample.Resource.Styleable.LinearLayoutCompat_android_baselineAligned; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex = global::Sample.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_android_gravity = global::Sample.Resource.Styleable.LinearLayoutCompat_android_gravity; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_android_orientation = global::Sample.Resource.Styleable.LinearLayoutCompat_android_orientation; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_android_weightSum = global::Sample.Resource.Styleable.LinearLayoutCompat_android_weightSum; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_divider = global::Sample.Resource.Styleable.LinearLayoutCompat_divider; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_dividerPadding = global::Sample.Resource.Styleable.LinearLayoutCompat_dividerPadding; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild = global::Sample.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_showDividers = global::Sample.Resource.Styleable.LinearLayoutCompat_showDividers; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_Layout = global::Sample.Resource.Styleable.LinearLayoutCompat_Layout; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity = global::Sample.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height = global::Sample.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight = global::Sample.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight; + global::com.refractored.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width = global::Sample.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width; + global::com.refractored.Resource.Styleable.ListPopupWindow = global::Sample.Resource.Styleable.ListPopupWindow; + global::com.refractored.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset = global::Sample.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset; + global::com.refractored.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset = global::Sample.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset; + global::com.refractored.Resource.Styleable.MenuGroup = global::Sample.Resource.Styleable.MenuGroup; + global::com.refractored.Resource.Styleable.MenuGroup_android_checkableBehavior = global::Sample.Resource.Styleable.MenuGroup_android_checkableBehavior; + global::com.refractored.Resource.Styleable.MenuGroup_android_enabled = global::Sample.Resource.Styleable.MenuGroup_android_enabled; + global::com.refractored.Resource.Styleable.MenuGroup_android_id = global::Sample.Resource.Styleable.MenuGroup_android_id; + global::com.refractored.Resource.Styleable.MenuGroup_android_menuCategory = global::Sample.Resource.Styleable.MenuGroup_android_menuCategory; + global::com.refractored.Resource.Styleable.MenuGroup_android_orderInCategory = global::Sample.Resource.Styleable.MenuGroup_android_orderInCategory; + global::com.refractored.Resource.Styleable.MenuGroup_android_visible = global::Sample.Resource.Styleable.MenuGroup_android_visible; + global::com.refractored.Resource.Styleable.MenuItem = global::Sample.Resource.Styleable.MenuItem; + global::com.refractored.Resource.Styleable.MenuItem_actionLayout = global::Sample.Resource.Styleable.MenuItem_actionLayout; + global::com.refractored.Resource.Styleable.MenuItem_actionProviderClass = global::Sample.Resource.Styleable.MenuItem_actionProviderClass; + global::com.refractored.Resource.Styleable.MenuItem_actionViewClass = global::Sample.Resource.Styleable.MenuItem_actionViewClass; + global::com.refractored.Resource.Styleable.MenuItem_android_alphabeticShortcut = global::Sample.Resource.Styleable.MenuItem_android_alphabeticShortcut; + global::com.refractored.Resource.Styleable.MenuItem_android_checkable = global::Sample.Resource.Styleable.MenuItem_android_checkable; + global::com.refractored.Resource.Styleable.MenuItem_android_checked = global::Sample.Resource.Styleable.MenuItem_android_checked; + global::com.refractored.Resource.Styleable.MenuItem_android_enabled = global::Sample.Resource.Styleable.MenuItem_android_enabled; + global::com.refractored.Resource.Styleable.MenuItem_android_icon = global::Sample.Resource.Styleable.MenuItem_android_icon; + global::com.refractored.Resource.Styleable.MenuItem_android_id = global::Sample.Resource.Styleable.MenuItem_android_id; + global::com.refractored.Resource.Styleable.MenuItem_android_menuCategory = global::Sample.Resource.Styleable.MenuItem_android_menuCategory; + global::com.refractored.Resource.Styleable.MenuItem_android_numericShortcut = global::Sample.Resource.Styleable.MenuItem_android_numericShortcut; + global::com.refractored.Resource.Styleable.MenuItem_android_onClick = global::Sample.Resource.Styleable.MenuItem_android_onClick; + global::com.refractored.Resource.Styleable.MenuItem_android_orderInCategory = global::Sample.Resource.Styleable.MenuItem_android_orderInCategory; + global::com.refractored.Resource.Styleable.MenuItem_android_title = global::Sample.Resource.Styleable.MenuItem_android_title; + global::com.refractored.Resource.Styleable.MenuItem_android_titleCondensed = global::Sample.Resource.Styleable.MenuItem_android_titleCondensed; + global::com.refractored.Resource.Styleable.MenuItem_android_visible = global::Sample.Resource.Styleable.MenuItem_android_visible; + global::com.refractored.Resource.Styleable.MenuItem_showAsAction = global::Sample.Resource.Styleable.MenuItem_showAsAction; + global::com.refractored.Resource.Styleable.MenuView = global::Sample.Resource.Styleable.MenuView; + global::com.refractored.Resource.Styleable.MenuView_android_headerBackground = global::Sample.Resource.Styleable.MenuView_android_headerBackground; + global::com.refractored.Resource.Styleable.MenuView_android_horizontalDivider = global::Sample.Resource.Styleable.MenuView_android_horizontalDivider; + global::com.refractored.Resource.Styleable.MenuView_android_itemBackground = global::Sample.Resource.Styleable.MenuView_android_itemBackground; + global::com.refractored.Resource.Styleable.MenuView_android_itemIconDisabledAlpha = global::Sample.Resource.Styleable.MenuView_android_itemIconDisabledAlpha; + global::com.refractored.Resource.Styleable.MenuView_android_itemTextAppearance = global::Sample.Resource.Styleable.MenuView_android_itemTextAppearance; + global::com.refractored.Resource.Styleable.MenuView_android_verticalDivider = global::Sample.Resource.Styleable.MenuView_android_verticalDivider; + global::com.refractored.Resource.Styleable.MenuView_android_windowAnimationStyle = global::Sample.Resource.Styleable.MenuView_android_windowAnimationStyle; + global::com.refractored.Resource.Styleable.MenuView_preserveIconSpacing = global::Sample.Resource.Styleable.MenuView_preserveIconSpacing; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip = global::Sample.Resource.Styleable.PagerSlidingTabStrip; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsDividerColor = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsDividerColor; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsDividerPadding = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsDividerPadding; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsDividerWidth = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsDividerWidth; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsIndicatorColor = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsIndicatorColor; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsIndicatorHeight = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsIndicatorHeight; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsPaddingMiddle = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsPaddingMiddle; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsScrollOffset = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsScrollOffset; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsShouldExpand = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsShouldExpand; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsTabBackground = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsTabBackground; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsTabPaddingLeftRight = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsTabPaddingLeftRight; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsTextAllCaps = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsTextAllCaps; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsTextAlpha = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsTextAlpha; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsTextSelectedAlpha = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsTextSelectedAlpha; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsTextSelectedStyle = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsTextSelectedStyle; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsTextStyle = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsTextStyle; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsUnderlineColor = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsUnderlineColor; + global::com.refractored.Resource.Styleable.PagerSlidingTabStrip_pstsUnderlineHeight = global::Sample.Resource.Styleable.PagerSlidingTabStrip_pstsUnderlineHeight; + global::com.refractored.Resource.Styleable.PopupWindow = global::Sample.Resource.Styleable.PopupWindow; + global::com.refractored.Resource.Styleable.PopupWindow_android_popupBackground = global::Sample.Resource.Styleable.PopupWindow_android_popupBackground; + global::com.refractored.Resource.Styleable.PopupWindow_overlapAnchor = global::Sample.Resource.Styleable.PopupWindow_overlapAnchor; + global::com.refractored.Resource.Styleable.PopupWindowBackgroundState = global::Sample.Resource.Styleable.PopupWindowBackgroundState; + global::com.refractored.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor = global::Sample.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor; + global::com.refractored.Resource.Styleable.SearchView = global::Sample.Resource.Styleable.SearchView; + global::com.refractored.Resource.Styleable.SearchView_android_focusable = global::Sample.Resource.Styleable.SearchView_android_focusable; + global::com.refractored.Resource.Styleable.SearchView_android_imeOptions = global::Sample.Resource.Styleable.SearchView_android_imeOptions; + global::com.refractored.Resource.Styleable.SearchView_android_inputType = global::Sample.Resource.Styleable.SearchView_android_inputType; + global::com.refractored.Resource.Styleable.SearchView_android_maxWidth = global::Sample.Resource.Styleable.SearchView_android_maxWidth; + global::com.refractored.Resource.Styleable.SearchView_closeIcon = global::Sample.Resource.Styleable.SearchView_closeIcon; + global::com.refractored.Resource.Styleable.SearchView_commitIcon = global::Sample.Resource.Styleable.SearchView_commitIcon; + global::com.refractored.Resource.Styleable.SearchView_goIcon = global::Sample.Resource.Styleable.SearchView_goIcon; + global::com.refractored.Resource.Styleable.SearchView_iconifiedByDefault = global::Sample.Resource.Styleable.SearchView_iconifiedByDefault; + global::com.refractored.Resource.Styleable.SearchView_layout = global::Sample.Resource.Styleable.SearchView_layout; + global::com.refractored.Resource.Styleable.SearchView_queryBackground = global::Sample.Resource.Styleable.SearchView_queryBackground; + global::com.refractored.Resource.Styleable.SearchView_queryHint = global::Sample.Resource.Styleable.SearchView_queryHint; + global::com.refractored.Resource.Styleable.SearchView_searchIcon = global::Sample.Resource.Styleable.SearchView_searchIcon; + global::com.refractored.Resource.Styleable.SearchView_submitBackground = global::Sample.Resource.Styleable.SearchView_submitBackground; + global::com.refractored.Resource.Styleable.SearchView_suggestionRowLayout = global::Sample.Resource.Styleable.SearchView_suggestionRowLayout; + global::com.refractored.Resource.Styleable.SearchView_voiceIcon = global::Sample.Resource.Styleable.SearchView_voiceIcon; + global::com.refractored.Resource.Styleable.Spinner = global::Sample.Resource.Styleable.Spinner; + global::com.refractored.Resource.Styleable.Spinner_android_background = global::Sample.Resource.Styleable.Spinner_android_background; + global::com.refractored.Resource.Styleable.Spinner_android_dropDownHorizontalOffset = global::Sample.Resource.Styleable.Spinner_android_dropDownHorizontalOffset; + global::com.refractored.Resource.Styleable.Spinner_android_dropDownSelector = global::Sample.Resource.Styleable.Spinner_android_dropDownSelector; + global::com.refractored.Resource.Styleable.Spinner_android_dropDownVerticalOffset = global::Sample.Resource.Styleable.Spinner_android_dropDownVerticalOffset; + global::com.refractored.Resource.Styleable.Spinner_android_dropDownWidth = global::Sample.Resource.Styleable.Spinner_android_dropDownWidth; + global::com.refractored.Resource.Styleable.Spinner_android_gravity = global::Sample.Resource.Styleable.Spinner_android_gravity; + global::com.refractored.Resource.Styleable.Spinner_android_popupBackground = global::Sample.Resource.Styleable.Spinner_android_popupBackground; + global::com.refractored.Resource.Styleable.Spinner_disableChildrenWhenDisabled = global::Sample.Resource.Styleable.Spinner_disableChildrenWhenDisabled; + global::com.refractored.Resource.Styleable.Spinner_popupPromptView = global::Sample.Resource.Styleable.Spinner_popupPromptView; + global::com.refractored.Resource.Styleable.Spinner_prompt = global::Sample.Resource.Styleable.Spinner_prompt; + global::com.refractored.Resource.Styleable.Spinner_spinnerMode = global::Sample.Resource.Styleable.Spinner_spinnerMode; + global::com.refractored.Resource.Styleable.SwitchCompat = global::Sample.Resource.Styleable.SwitchCompat; + global::com.refractored.Resource.Styleable.SwitchCompat_android_textOff = global::Sample.Resource.Styleable.SwitchCompat_android_textOff; + global::com.refractored.Resource.Styleable.SwitchCompat_android_textOn = global::Sample.Resource.Styleable.SwitchCompat_android_textOn; + global::com.refractored.Resource.Styleable.SwitchCompat_android_thumb = global::Sample.Resource.Styleable.SwitchCompat_android_thumb; + global::com.refractored.Resource.Styleable.SwitchCompat_showText = global::Sample.Resource.Styleable.SwitchCompat_showText; + global::com.refractored.Resource.Styleable.SwitchCompat_splitTrack = global::Sample.Resource.Styleable.SwitchCompat_splitTrack; + global::com.refractored.Resource.Styleable.SwitchCompat_switchMinWidth = global::Sample.Resource.Styleable.SwitchCompat_switchMinWidth; + global::com.refractored.Resource.Styleable.SwitchCompat_switchPadding = global::Sample.Resource.Styleable.SwitchCompat_switchPadding; + global::com.refractored.Resource.Styleable.SwitchCompat_switchTextAppearance = global::Sample.Resource.Styleable.SwitchCompat_switchTextAppearance; + global::com.refractored.Resource.Styleable.SwitchCompat_thumbTextPadding = global::Sample.Resource.Styleable.SwitchCompat_thumbTextPadding; + global::com.refractored.Resource.Styleable.SwitchCompat_track = global::Sample.Resource.Styleable.SwitchCompat_track; + global::com.refractored.Resource.Styleable.Theme = global::Sample.Resource.Styleable.Theme; + global::com.refractored.Resource.Styleable.Theme_actionBarDivider = global::Sample.Resource.Styleable.Theme_actionBarDivider; + global::com.refractored.Resource.Styleable.Theme_actionBarItemBackground = global::Sample.Resource.Styleable.Theme_actionBarItemBackground; + global::com.refractored.Resource.Styleable.Theme_actionBarPopupTheme = global::Sample.Resource.Styleable.Theme_actionBarPopupTheme; + global::com.refractored.Resource.Styleable.Theme_actionBarSize = global::Sample.Resource.Styleable.Theme_actionBarSize; + global::com.refractored.Resource.Styleable.Theme_actionBarSplitStyle = global::Sample.Resource.Styleable.Theme_actionBarSplitStyle; + global::com.refractored.Resource.Styleable.Theme_actionBarStyle = global::Sample.Resource.Styleable.Theme_actionBarStyle; + global::com.refractored.Resource.Styleable.Theme_actionBarTabBarStyle = global::Sample.Resource.Styleable.Theme_actionBarTabBarStyle; + global::com.refractored.Resource.Styleable.Theme_actionBarTabStyle = global::Sample.Resource.Styleable.Theme_actionBarTabStyle; + global::com.refractored.Resource.Styleable.Theme_actionBarTabTextStyle = global::Sample.Resource.Styleable.Theme_actionBarTabTextStyle; + global::com.refractored.Resource.Styleable.Theme_actionBarTheme = global::Sample.Resource.Styleable.Theme_actionBarTheme; + global::com.refractored.Resource.Styleable.Theme_actionBarWidgetTheme = global::Sample.Resource.Styleable.Theme_actionBarWidgetTheme; + global::com.refractored.Resource.Styleable.Theme_actionButtonStyle = global::Sample.Resource.Styleable.Theme_actionButtonStyle; + global::com.refractored.Resource.Styleable.Theme_actionDropDownStyle = global::Sample.Resource.Styleable.Theme_actionDropDownStyle; + global::com.refractored.Resource.Styleable.Theme_actionMenuTextAppearance = global::Sample.Resource.Styleable.Theme_actionMenuTextAppearance; + global::com.refractored.Resource.Styleable.Theme_actionMenuTextColor = global::Sample.Resource.Styleable.Theme_actionMenuTextColor; + global::com.refractored.Resource.Styleable.Theme_actionModeBackground = global::Sample.Resource.Styleable.Theme_actionModeBackground; + global::com.refractored.Resource.Styleable.Theme_actionModeCloseButtonStyle = global::Sample.Resource.Styleable.Theme_actionModeCloseButtonStyle; + global::com.refractored.Resource.Styleable.Theme_actionModeCloseDrawable = global::Sample.Resource.Styleable.Theme_actionModeCloseDrawable; + global::com.refractored.Resource.Styleable.Theme_actionModeCopyDrawable = global::Sample.Resource.Styleable.Theme_actionModeCopyDrawable; + global::com.refractored.Resource.Styleable.Theme_actionModeCutDrawable = global::Sample.Resource.Styleable.Theme_actionModeCutDrawable; + global::com.refractored.Resource.Styleable.Theme_actionModeFindDrawable = global::Sample.Resource.Styleable.Theme_actionModeFindDrawable; + global::com.refractored.Resource.Styleable.Theme_actionModePasteDrawable = global::Sample.Resource.Styleable.Theme_actionModePasteDrawable; + global::com.refractored.Resource.Styleable.Theme_actionModePopupWindowStyle = global::Sample.Resource.Styleable.Theme_actionModePopupWindowStyle; + global::com.refractored.Resource.Styleable.Theme_actionModeSelectAllDrawable = global::Sample.Resource.Styleable.Theme_actionModeSelectAllDrawable; + global::com.refractored.Resource.Styleable.Theme_actionModeShareDrawable = global::Sample.Resource.Styleable.Theme_actionModeShareDrawable; + global::com.refractored.Resource.Styleable.Theme_actionModeSplitBackground = global::Sample.Resource.Styleable.Theme_actionModeSplitBackground; + global::com.refractored.Resource.Styleable.Theme_actionModeStyle = global::Sample.Resource.Styleable.Theme_actionModeStyle; + global::com.refractored.Resource.Styleable.Theme_actionModeWebSearchDrawable = global::Sample.Resource.Styleable.Theme_actionModeWebSearchDrawable; + global::com.refractored.Resource.Styleable.Theme_actionOverflowButtonStyle = global::Sample.Resource.Styleable.Theme_actionOverflowButtonStyle; + global::com.refractored.Resource.Styleable.Theme_actionOverflowMenuStyle = global::Sample.Resource.Styleable.Theme_actionOverflowMenuStyle; + global::com.refractored.Resource.Styleable.Theme_activityChooserViewStyle = global::Sample.Resource.Styleable.Theme_activityChooserViewStyle; + global::com.refractored.Resource.Styleable.Theme_android_windowIsFloating = global::Sample.Resource.Styleable.Theme_android_windowIsFloating; + global::com.refractored.Resource.Styleable.Theme_buttonBarButtonStyle = global::Sample.Resource.Styleable.Theme_buttonBarButtonStyle; + global::com.refractored.Resource.Styleable.Theme_buttonBarStyle = global::Sample.Resource.Styleable.Theme_buttonBarStyle; + global::com.refractored.Resource.Styleable.Theme_colorAccent = global::Sample.Resource.Styleable.Theme_colorAccent; + global::com.refractored.Resource.Styleable.Theme_colorButtonNormal = global::Sample.Resource.Styleable.Theme_colorButtonNormal; + global::com.refractored.Resource.Styleable.Theme_colorControlActivated = global::Sample.Resource.Styleable.Theme_colorControlActivated; + global::com.refractored.Resource.Styleable.Theme_colorControlHighlight = global::Sample.Resource.Styleable.Theme_colorControlHighlight; + global::com.refractored.Resource.Styleable.Theme_colorControlNormal = global::Sample.Resource.Styleable.Theme_colorControlNormal; + global::com.refractored.Resource.Styleable.Theme_colorPrimary = global::Sample.Resource.Styleable.Theme_colorPrimary; + global::com.refractored.Resource.Styleable.Theme_colorPrimaryDark = global::Sample.Resource.Styleable.Theme_colorPrimaryDark; + global::com.refractored.Resource.Styleable.Theme_colorSwitchThumbNormal = global::Sample.Resource.Styleable.Theme_colorSwitchThumbNormal; + global::com.refractored.Resource.Styleable.Theme_dividerHorizontal = global::Sample.Resource.Styleable.Theme_dividerHorizontal; + global::com.refractored.Resource.Styleable.Theme_dividerVertical = global::Sample.Resource.Styleable.Theme_dividerVertical; + global::com.refractored.Resource.Styleable.Theme_dropDownListViewStyle = global::Sample.Resource.Styleable.Theme_dropDownListViewStyle; + global::com.refractored.Resource.Styleable.Theme_dropdownListPreferredItemHeight = global::Sample.Resource.Styleable.Theme_dropdownListPreferredItemHeight; + global::com.refractored.Resource.Styleable.Theme_editTextBackground = global::Sample.Resource.Styleable.Theme_editTextBackground; + global::com.refractored.Resource.Styleable.Theme_editTextColor = global::Sample.Resource.Styleable.Theme_editTextColor; + global::com.refractored.Resource.Styleable.Theme_homeAsUpIndicator = global::Sample.Resource.Styleable.Theme_homeAsUpIndicator; + global::com.refractored.Resource.Styleable.Theme_listChoiceBackgroundIndicator = global::Sample.Resource.Styleable.Theme_listChoiceBackgroundIndicator; + global::com.refractored.Resource.Styleable.Theme_listPopupWindowStyle = global::Sample.Resource.Styleable.Theme_listPopupWindowStyle; + global::com.refractored.Resource.Styleable.Theme_listPreferredItemHeight = global::Sample.Resource.Styleable.Theme_listPreferredItemHeight; + global::com.refractored.Resource.Styleable.Theme_listPreferredItemHeightLarge = global::Sample.Resource.Styleable.Theme_listPreferredItemHeightLarge; + global::com.refractored.Resource.Styleable.Theme_listPreferredItemHeightSmall = global::Sample.Resource.Styleable.Theme_listPreferredItemHeightSmall; + global::com.refractored.Resource.Styleable.Theme_listPreferredItemPaddingLeft = global::Sample.Resource.Styleable.Theme_listPreferredItemPaddingLeft; + global::com.refractored.Resource.Styleable.Theme_listPreferredItemPaddingRight = global::Sample.Resource.Styleable.Theme_listPreferredItemPaddingRight; + global::com.refractored.Resource.Styleable.Theme_panelBackground = global::Sample.Resource.Styleable.Theme_panelBackground; + global::com.refractored.Resource.Styleable.Theme_panelMenuListTheme = global::Sample.Resource.Styleable.Theme_panelMenuListTheme; + global::com.refractored.Resource.Styleable.Theme_panelMenuListWidth = global::Sample.Resource.Styleable.Theme_panelMenuListWidth; + global::com.refractored.Resource.Styleable.Theme_popupMenuStyle = global::Sample.Resource.Styleable.Theme_popupMenuStyle; + global::com.refractored.Resource.Styleable.Theme_popupWindowStyle = global::Sample.Resource.Styleable.Theme_popupWindowStyle; + global::com.refractored.Resource.Styleable.Theme_searchViewStyle = global::Sample.Resource.Styleable.Theme_searchViewStyle; + global::com.refractored.Resource.Styleable.Theme_selectableItemBackground = global::Sample.Resource.Styleable.Theme_selectableItemBackground; + global::com.refractored.Resource.Styleable.Theme_selectableItemBackgroundBorderless = global::Sample.Resource.Styleable.Theme_selectableItemBackgroundBorderless; + global::com.refractored.Resource.Styleable.Theme_spinnerDropDownItemStyle = global::Sample.Resource.Styleable.Theme_spinnerDropDownItemStyle; + global::com.refractored.Resource.Styleable.Theme_spinnerStyle = global::Sample.Resource.Styleable.Theme_spinnerStyle; + global::com.refractored.Resource.Styleable.Theme_switchStyle = global::Sample.Resource.Styleable.Theme_switchStyle; + global::com.refractored.Resource.Styleable.Theme_textAppearanceLargePopupMenu = global::Sample.Resource.Styleable.Theme_textAppearanceLargePopupMenu; + global::com.refractored.Resource.Styleable.Theme_textAppearanceListItem = global::Sample.Resource.Styleable.Theme_textAppearanceListItem; + global::com.refractored.Resource.Styleable.Theme_textAppearanceListItemSmall = global::Sample.Resource.Styleable.Theme_textAppearanceListItemSmall; + global::com.refractored.Resource.Styleable.Theme_textAppearanceSearchResultSubtitle = global::Sample.Resource.Styleable.Theme_textAppearanceSearchResultSubtitle; + global::com.refractored.Resource.Styleable.Theme_textAppearanceSearchResultTitle = global::Sample.Resource.Styleable.Theme_textAppearanceSearchResultTitle; + global::com.refractored.Resource.Styleable.Theme_textAppearanceSmallPopupMenu = global::Sample.Resource.Styleable.Theme_textAppearanceSmallPopupMenu; + global::com.refractored.Resource.Styleable.Theme_textColorSearchUrl = global::Sample.Resource.Styleable.Theme_textColorSearchUrl; + global::com.refractored.Resource.Styleable.Theme_toolbarNavigationButtonStyle = global::Sample.Resource.Styleable.Theme_toolbarNavigationButtonStyle; + global::com.refractored.Resource.Styleable.Theme_toolbarStyle = global::Sample.Resource.Styleable.Theme_toolbarStyle; + global::com.refractored.Resource.Styleable.Theme_windowActionBar = global::Sample.Resource.Styleable.Theme_windowActionBar; + global::com.refractored.Resource.Styleable.Theme_windowActionBarOverlay = global::Sample.Resource.Styleable.Theme_windowActionBarOverlay; + global::com.refractored.Resource.Styleable.Theme_windowActionModeOverlay = global::Sample.Resource.Styleable.Theme_windowActionModeOverlay; + global::com.refractored.Resource.Styleable.Theme_windowFixedHeightMajor = global::Sample.Resource.Styleable.Theme_windowFixedHeightMajor; + global::com.refractored.Resource.Styleable.Theme_windowFixedHeightMinor = global::Sample.Resource.Styleable.Theme_windowFixedHeightMinor; + global::com.refractored.Resource.Styleable.Theme_windowFixedWidthMajor = global::Sample.Resource.Styleable.Theme_windowFixedWidthMajor; + global::com.refractored.Resource.Styleable.Theme_windowFixedWidthMinor = global::Sample.Resource.Styleable.Theme_windowFixedWidthMinor; + global::com.refractored.Resource.Styleable.Toolbar = global::Sample.Resource.Styleable.Toolbar; + global::com.refractored.Resource.Styleable.Toolbar_android_gravity = global::Sample.Resource.Styleable.Toolbar_android_gravity; + global::com.refractored.Resource.Styleable.Toolbar_android_minHeight = global::Sample.Resource.Styleable.Toolbar_android_minHeight; + global::com.refractored.Resource.Styleable.Toolbar_collapseContentDescription = global::Sample.Resource.Styleable.Toolbar_collapseContentDescription; + global::com.refractored.Resource.Styleable.Toolbar_collapseIcon = global::Sample.Resource.Styleable.Toolbar_collapseIcon; + global::com.refractored.Resource.Styleable.Toolbar_contentInsetEnd = global::Sample.Resource.Styleable.Toolbar_contentInsetEnd; + global::com.refractored.Resource.Styleable.Toolbar_contentInsetLeft = global::Sample.Resource.Styleable.Toolbar_contentInsetLeft; + global::com.refractored.Resource.Styleable.Toolbar_contentInsetRight = global::Sample.Resource.Styleable.Toolbar_contentInsetRight; + global::com.refractored.Resource.Styleable.Toolbar_contentInsetStart = global::Sample.Resource.Styleable.Toolbar_contentInsetStart; + global::com.refractored.Resource.Styleable.Toolbar_maxButtonHeight = global::Sample.Resource.Styleable.Toolbar_maxButtonHeight; + global::com.refractored.Resource.Styleable.Toolbar_navigationContentDescription = global::Sample.Resource.Styleable.Toolbar_navigationContentDescription; + global::com.refractored.Resource.Styleable.Toolbar_navigationIcon = global::Sample.Resource.Styleable.Toolbar_navigationIcon; + global::com.refractored.Resource.Styleable.Toolbar_popupTheme = global::Sample.Resource.Styleable.Toolbar_popupTheme; + global::com.refractored.Resource.Styleable.Toolbar_subtitle = global::Sample.Resource.Styleable.Toolbar_subtitle; + global::com.refractored.Resource.Styleable.Toolbar_subtitleTextAppearance = global::Sample.Resource.Styleable.Toolbar_subtitleTextAppearance; + global::com.refractored.Resource.Styleable.Toolbar_theme = global::Sample.Resource.Styleable.Toolbar_theme; + global::com.refractored.Resource.Styleable.Toolbar_title = global::Sample.Resource.Styleable.Toolbar_title; + global::com.refractored.Resource.Styleable.Toolbar_titleMarginBottom = global::Sample.Resource.Styleable.Toolbar_titleMarginBottom; + global::com.refractored.Resource.Styleable.Toolbar_titleMarginEnd = global::Sample.Resource.Styleable.Toolbar_titleMarginEnd; + global::com.refractored.Resource.Styleable.Toolbar_titleMarginStart = global::Sample.Resource.Styleable.Toolbar_titleMarginStart; + global::com.refractored.Resource.Styleable.Toolbar_titleMarginTop = global::Sample.Resource.Styleable.Toolbar_titleMarginTop; + global::com.refractored.Resource.Styleable.Toolbar_titleMargins = global::Sample.Resource.Styleable.Toolbar_titleMargins; + global::com.refractored.Resource.Styleable.Toolbar_titleTextAppearance = global::Sample.Resource.Styleable.Toolbar_titleTextAppearance; + global::com.refractored.Resource.Styleable.View = global::Sample.Resource.Styleable.View; + global::com.refractored.Resource.Styleable.View_android_focusable = global::Sample.Resource.Styleable.View_android_focusable; + global::com.refractored.Resource.Styleable.View_paddingEnd = global::Sample.Resource.Styleable.View_paddingEnd; + global::com.refractored.Resource.Styleable.View_paddingStart = global::Sample.Resource.Styleable.View_paddingStart; + global::com.refractored.Resource.Styleable.ViewStubCompat = global::Sample.Resource.Styleable.ViewStubCompat; + global::com.refractored.Resource.Styleable.ViewStubCompat_android_id = global::Sample.Resource.Styleable.ViewStubCompat_android_id; + global::com.refractored.Resource.Styleable.ViewStubCompat_android_inflatedId = global::Sample.Resource.Styleable.ViewStubCompat_android_inflatedId; + global::com.refractored.Resource.Styleable.ViewStubCompat_android_layout = global::Sample.Resource.Styleable.ViewStubCompat_android_layout; + } + + public partial class Animation + { + + // aapt resource value: 0x7f040000 + public const int abc_fade_in = 2130968576; + + // aapt resource value: 0x7f040001 + public const int abc_fade_out = 2130968577; + + // aapt resource value: 0x7f040002 + public const int abc_slide_in_bottom = 2130968578; + + // aapt resource value: 0x7f040003 + public const int abc_slide_in_top = 2130968579; + + // aapt resource value: 0x7f040004 + public const int abc_slide_out_bottom = 2130968580; + + // aapt resource value: 0x7f040005 + public const int abc_slide_out_top = 2130968581; + + static Animation() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Animation() + { + } + } + + public partial class Attribute + { + + // aapt resource value: 0x7f010065 + public const int actionBarDivider = 2130772069; + + // aapt resource value: 0x7f010066 + public const int actionBarItemBackground = 2130772070; + + // aapt resource value: 0x7f01005f + public const int actionBarPopupTheme = 2130772063; + + // aapt resource value: 0x7f010064 + public const int actionBarSize = 2130772068; + + // aapt resource value: 0x7f010061 + public const int actionBarSplitStyle = 2130772065; + + // aapt resource value: 0x7f010060 + public const int actionBarStyle = 2130772064; + + // aapt resource value: 0x7f01005b + public const int actionBarTabBarStyle = 2130772059; + + // aapt resource value: 0x7f01005a + public const int actionBarTabStyle = 2130772058; + + // aapt resource value: 0x7f01005c + public const int actionBarTabTextStyle = 2130772060; + + // aapt resource value: 0x7f010062 + public const int actionBarTheme = 2130772066; + + // aapt resource value: 0x7f010063 + public const int actionBarWidgetTheme = 2130772067; + + // aapt resource value: 0x7f01007d + public const int actionButtonStyle = 2130772093; + + // aapt resource value: 0x7f010078 + public const int actionDropDownStyle = 2130772088; + + // aapt resource value: 0x7f010037 + public const int actionLayout = 2130772023; + + // aapt resource value: 0x7f010067 + public const int actionMenuTextAppearance = 2130772071; + + // aapt resource value: 0x7f010068 + public const int actionMenuTextColor = 2130772072; + + // aapt resource value: 0x7f01006b + public const int actionModeBackground = 2130772075; + + // aapt resource value: 0x7f01006a + public const int actionModeCloseButtonStyle = 2130772074; + + // aapt resource value: 0x7f01006d + public const int actionModeCloseDrawable = 2130772077; + + // aapt resource value: 0x7f01006f + public const int actionModeCopyDrawable = 2130772079; + + // aapt resource value: 0x7f01006e + public const int actionModeCutDrawable = 2130772078; + + // aapt resource value: 0x7f010073 + public const int actionModeFindDrawable = 2130772083; + + // aapt resource value: 0x7f010070 + public const int actionModePasteDrawable = 2130772080; + + // aapt resource value: 0x7f010075 + public const int actionModePopupWindowStyle = 2130772085; + + // aapt resource value: 0x7f010071 + public const int actionModeSelectAllDrawable = 2130772081; + + // aapt resource value: 0x7f010072 + public const int actionModeShareDrawable = 2130772082; + + // aapt resource value: 0x7f01006c + public const int actionModeSplitBackground = 2130772076; + + // aapt resource value: 0x7f010069 + public const int actionModeStyle = 2130772073; + + // aapt resource value: 0x7f010074 + public const int actionModeWebSearchDrawable = 2130772084; + + // aapt resource value: 0x7f01005d + public const int actionOverflowButtonStyle = 2130772061; + + // aapt resource value: 0x7f01005e + public const int actionOverflowMenuStyle = 2130772062; + + // aapt resource value: 0x7f010039 + public const int actionProviderClass = 2130772025; + + // aapt resource value: 0x7f010038 + public const int actionViewClass = 2130772024; + + // aapt resource value: 0x7f010084 + public const int activityChooserViewStyle = 2130772100; + + // aapt resource value: 0x7f010017 + public const int background = 2130771991; + + // aapt resource value: 0x7f010019 + public const int backgroundSplit = 2130771993; + + // aapt resource value: 0x7f010018 + public const int backgroundStacked = 2130771992; + + // aapt resource value: 0x7f010031 + public const int barSize = 2130772017; + + // aapt resource value: 0x7f01007f + public const int buttonBarButtonStyle = 2130772095; + + // aapt resource value: 0x7f01007e + public const int buttonBarStyle = 2130772094; + + // aapt resource value: 0x7f010000 + public const int cardBackgroundColor = 2130771968; + + // aapt resource value: 0x7f010001 + public const int cardCornerRadius = 2130771969; + + // aapt resource value: 0x7f010002 + public const int cardElevation = 2130771970; + + // aapt resource value: 0x7f010003 + public const int cardMaxElevation = 2130771971; + + // aapt resource value: 0x7f010005 + public const int cardPreventCornerOverlap = 2130771973; + + // aapt resource value: 0x7f010004 + public const int cardUseCompatPadding = 2130771972; + + // aapt resource value: 0x7f010040 + public const int closeIcon = 2130772032; + + // aapt resource value: 0x7f010027 + public const int closeItemLayout = 2130772007; + + // aapt resource value: 0x7f0100af + public const int collapseContentDescription = 2130772143; + + // aapt resource value: 0x7f0100ae + public const int collapseIcon = 2130772142; + + // aapt resource value: 0x7f01002b + public const int color = 2130772011; + + // aapt resource value: 0x7f01009f + public const int colorAccent = 2130772127; + + // aapt resource value: 0x7f0100a3 + public const int colorButtonNormal = 2130772131; + + // aapt resource value: 0x7f0100a1 + public const int colorControlActivated = 2130772129; + + // aapt resource value: 0x7f0100a2 + public const int colorControlHighlight = 2130772130; + + // aapt resource value: 0x7f0100a0 + public const int colorControlNormal = 2130772128; + + // aapt resource value: 0x7f01009d + public const int colorPrimary = 2130772125; + + // aapt resource value: 0x7f01009e + public const int colorPrimaryDark = 2130772126; + + // aapt resource value: 0x7f0100a4 + public const int colorSwitchThumbNormal = 2130772132; + + // aapt resource value: 0x7f010044 + public const int commitIcon = 2130772036; + + // aapt resource value: 0x7f010022 + public const int contentInsetEnd = 2130772002; + + // aapt resource value: 0x7f010023 + public const int contentInsetLeft = 2130772003; + + // aapt resource value: 0x7f010024 + public const int contentInsetRight = 2130772004; + + // aapt resource value: 0x7f010021 + public const int contentInsetStart = 2130772001; + + // aapt resource value: 0x7f010006 + public const int contentPadding = 2130771974; + + // aapt resource value: 0x7f01000a + public const int contentPaddingBottom = 2130771978; + + // aapt resource value: 0x7f010007 + public const int contentPaddingLeft = 2130771975; + + // aapt resource value: 0x7f010008 + public const int contentPaddingRight = 2130771976; + + // aapt resource value: 0x7f010009 + public const int contentPaddingTop = 2130771977; + + // aapt resource value: 0x7f01001a + public const int customNavigationLayout = 2130771994; + + // aapt resource value: 0x7f01004b + public const int disableChildrenWhenDisabled = 2130772043; + + // aapt resource value: 0x7f010010 + public const int displayOptions = 2130771984; + + // aapt resource value: 0x7f010016 + public const int divider = 2130771990; + + // aapt resource value: 0x7f010083 + public const int dividerHorizontal = 2130772099; + + // aapt resource value: 0x7f010035 + public const int dividerPadding = 2130772021; + + // aapt resource value: 0x7f010082 + public const int dividerVertical = 2130772098; + + // aapt resource value: 0x7f01002d + public const int drawableSize = 2130772013; + + // aapt resource value: 0x7f01000b + public const int drawerArrowStyle = 2130771979; + + // aapt resource value: 0x7f010095 + public const int dropDownListViewStyle = 2130772117; + + // aapt resource value: 0x7f010079 + public const int dropdownListPreferredItemHeight = 2130772089; + + // aapt resource value: 0x7f01008a + public const int editTextBackground = 2130772106; + + // aapt resource value: 0x7f010089 + public const int editTextColor = 2130772105; + + // aapt resource value: 0x7f010025 + public const int elevation = 2130772005; + + // aapt resource value: 0x7f010029 + public const int expandActivityOverflowButtonDrawable = 2130772009; + + // aapt resource value: 0x7f01002e + public const int gapBetweenBars = 2130772014; + + // aapt resource value: 0x7f010041 + public const int goIcon = 2130772033; + + // aapt resource value: 0x7f01000c + public const int height = 2130771980; + + // aapt resource value: 0x7f010020 + public const int hideOnContentScroll = 2130772000; + + // aapt resource value: 0x7f01007c + public const int homeAsUpIndicator = 2130772092; + + // aapt resource value: 0x7f01001b + public const int homeLayout = 2130771995; + + // aapt resource value: 0x7f010014 + public const int icon = 2130771988; + + // aapt resource value: 0x7f01003e + public const int iconifiedByDefault = 2130772030; + + // aapt resource value: 0x7f01001d + public const int indeterminateProgressStyle = 2130771997; + + // aapt resource value: 0x7f010028 + public const int initialActivityCount = 2130772008; + + // aapt resource value: 0x7f01000d + public const int isLightTheme = 2130771981; + + // aapt resource value: 0x7f01001f + public const int itemPadding = 2130771999; + + // aapt resource value: 0x7f01003d + public const int layout = 2130772029; + + // aapt resource value: 0x7f01009c + public const int listChoiceBackgroundIndicator = 2130772124; + + // aapt resource value: 0x7f010096 + public const int listPopupWindowStyle = 2130772118; + + // aapt resource value: 0x7f010090 + public const int listPreferredItemHeight = 2130772112; + + // aapt resource value: 0x7f010092 + public const int listPreferredItemHeightLarge = 2130772114; + + // aapt resource value: 0x7f010091 + public const int listPreferredItemHeightSmall = 2130772113; + + // aapt resource value: 0x7f010093 + public const int listPreferredItemPaddingLeft = 2130772115; + + // aapt resource value: 0x7f010094 + public const int listPreferredItemPaddingRight = 2130772116; + + // aapt resource value: 0x7f010015 + public const int logo = 2130771989; + + // aapt resource value: 0x7f0100ac + public const int maxButtonHeight = 2130772140; + + // aapt resource value: 0x7f010033 + public const int measureWithLargestChild = 2130772019; + + // aapt resource value: 0x7f010030 + public const int middleBarArrowSize = 2130772016; + + // aapt resource value: 0x7f0100b1 + public const int navigationContentDescription = 2130772145; + + // aapt resource value: 0x7f0100b0 + public const int navigationIcon = 2130772144; + + // aapt resource value: 0x7f01000f + public const int navigationMode = 2130771983; + + // aapt resource value: 0x7f01003b + public const int overlapAnchor = 2130772027; + + // aapt resource value: 0x7f0100b3 + public const int paddingEnd = 2130772147; + + // aapt resource value: 0x7f0100b2 + public const int paddingStart = 2130772146; + + // aapt resource value: 0x7f010099 + public const int panelBackground = 2130772121; + + // aapt resource value: 0x7f01009b + public const int panelMenuListTheme = 2130772123; + + // aapt resource value: 0x7f01009a + public const int panelMenuListWidth = 2130772122; + + // aapt resource value: 0x7f010087 + public const int popupMenuStyle = 2130772103; + + // aapt resource value: 0x7f01004a + public const int popupPromptView = 2130772042; + + // aapt resource value: 0x7f010026 + public const int popupTheme = 2130772006; + + // aapt resource value: 0x7f010088 + public const int popupWindowStyle = 2130772104; + + // aapt resource value: 0x7f01003a + public const int preserveIconSpacing = 2130772026; + + // aapt resource value: 0x7f01001e + public const int progressBarPadding = 2130771998; + + // aapt resource value: 0x7f01001c + public const int progressBarStyle = 2130771996; + + // aapt resource value: 0x7f010048 + public const int prompt = 2130772040; + + // aapt resource value: 0x7f0100b6 + public const int pstsDividerColor = 2130772150; + + // aapt resource value: 0x7f0100ba + public const int pstsDividerPadding = 2130772154; + + // aapt resource value: 0x7f0100b7 + public const int pstsDividerWidth = 2130772151; + + // aapt resource value: 0x7f0100b4 + public const int pstsIndicatorColor = 2130772148; + + // aapt resource value: 0x7f0100b8 + public const int pstsIndicatorHeight = 2130772152; + + // aapt resource value: 0x7f0100c0 + public const int pstsPaddingMiddle = 2130772160; + + // aapt resource value: 0x7f0100bc + public const int pstsScrollOffset = 2130772156; + + // aapt resource value: 0x7f0100be + public const int pstsShouldExpand = 2130772158; + + // aapt resource value: 0x7f0100bd + public const int pstsTabBackground = 2130772157; + + // aapt resource value: 0x7f0100bb + public const int pstsTabPaddingLeftRight = 2130772155; + + // aapt resource value: 0x7f0100bf + public const int pstsTextAllCaps = 2130772159; + + // aapt resource value: 0x7f0100c3 + public const int pstsTextAlpha = 2130772163; + + // aapt resource value: 0x7f0100c4 + public const int pstsTextSelectedAlpha = 2130772164; + + // aapt resource value: 0x7f0100c2 + public const int pstsTextSelectedStyle = 2130772162; + + // aapt resource value: 0x7f0100c1 + public const int pstsTextStyle = 2130772161; + + // aapt resource value: 0x7f0100b5 + public const int pstsUnderlineColor = 2130772149; + + // aapt resource value: 0x7f0100b9 + public const int pstsUnderlineHeight = 2130772153; + + // aapt resource value: 0x7f010046 + public const int queryBackground = 2130772038; + + // aapt resource value: 0x7f01003f + public const int queryHint = 2130772031; + + // aapt resource value: 0x7f010042 + public const int searchIcon = 2130772034; + + // aapt resource value: 0x7f01008f + public const int searchViewStyle = 2130772111; + + // aapt resource value: 0x7f010080 + public const int selectableItemBackground = 2130772096; + + // aapt resource value: 0x7f010081 + public const int selectableItemBackgroundBorderless = 2130772097; + + // aapt resource value: 0x7f010036 + public const int showAsAction = 2130772022; + + // aapt resource value: 0x7f010034 + public const int showDividers = 2130772020; + + // aapt resource value: 0x7f010052 + public const int showText = 2130772050; + + // aapt resource value: 0x7f01002c + public const int spinBars = 2130772012; + + // aapt resource value: 0x7f01007b + public const int spinnerDropDownItemStyle = 2130772091; + + // aapt resource value: 0x7f010049 + public const int spinnerMode = 2130772041; + + // aapt resource value: 0x7f01007a + public const int spinnerStyle = 2130772090; + + // aapt resource value: 0x7f010051 + public const int splitTrack = 2130772049; + + // aapt resource value: 0x7f01003c + public const int state_above_anchor = 2130772028; + + // aapt resource value: 0x7f010047 + public const int submitBackground = 2130772039; + + // aapt resource value: 0x7f010011 + public const int subtitle = 2130771985; + + // aapt resource value: 0x7f0100a6 + public const int subtitleTextAppearance = 2130772134; + + // aapt resource value: 0x7f010013 + public const int subtitleTextStyle = 2130771987; + + // aapt resource value: 0x7f010045 + public const int suggestionRowLayout = 2130772037; + + // aapt resource value: 0x7f01004f + public const int switchMinWidth = 2130772047; + + // aapt resource value: 0x7f010050 + public const int switchPadding = 2130772048; + + // aapt resource value: 0x7f01008b + public const int switchStyle = 2130772107; + + // aapt resource value: 0x7f01004e + public const int switchTextAppearance = 2130772046; + + // aapt resource value: 0x7f01002a + public const int textAllCaps = 2130772010; + + // aapt resource value: 0x7f010076 + public const int textAppearanceLargePopupMenu = 2130772086; + + // aapt resource value: 0x7f010097 + public const int textAppearanceListItem = 2130772119; + + // aapt resource value: 0x7f010098 + public const int textAppearanceListItemSmall = 2130772120; + + // aapt resource value: 0x7f01008d + public const int textAppearanceSearchResultSubtitle = 2130772109; + + // aapt resource value: 0x7f01008c + public const int textAppearanceSearchResultTitle = 2130772108; + + // aapt resource value: 0x7f010077 + public const int textAppearanceSmallPopupMenu = 2130772087; + + // aapt resource value: 0x7f01008e + public const int textColorSearchUrl = 2130772110; + + // aapt resource value: 0x7f0100ad + public const int theme = 2130772141; + + // aapt resource value: 0x7f010032 + public const int thickness = 2130772018; + + // aapt resource value: 0x7f01004d + public const int thumbTextPadding = 2130772045; + + // aapt resource value: 0x7f01000e + public const int title = 2130771982; + + // aapt resource value: 0x7f0100ab + public const int titleMarginBottom = 2130772139; + + // aapt resource value: 0x7f0100a9 + public const int titleMarginEnd = 2130772137; + + // aapt resource value: 0x7f0100a8 + public const int titleMarginStart = 2130772136; + + // aapt resource value: 0x7f0100aa + public const int titleMarginTop = 2130772138; + + // aapt resource value: 0x7f0100a7 + public const int titleMargins = 2130772135; + + // aapt resource value: 0x7f0100a5 + public const int titleTextAppearance = 2130772133; + + // aapt resource value: 0x7f010012 + public const int titleTextStyle = 2130771986; + + // aapt resource value: 0x7f010086 + public const int toolbarNavigationButtonStyle = 2130772102; + + // aapt resource value: 0x7f010085 + public const int toolbarStyle = 2130772101; + + // aapt resource value: 0x7f01002f + public const int topBottomBarArrowSize = 2130772015; + + // aapt resource value: 0x7f01004c + public const int track = 2130772044; + + // aapt resource value: 0x7f010043 + public const int voiceIcon = 2130772035; + + // aapt resource value: 0x7f010053 + public const int windowActionBar = 2130772051; + + // aapt resource value: 0x7f010054 + public const int windowActionBarOverlay = 2130772052; + + // aapt resource value: 0x7f010055 + public const int windowActionModeOverlay = 2130772053; + + // aapt resource value: 0x7f010059 + public const int windowFixedHeightMajor = 2130772057; + + // aapt resource value: 0x7f010057 + public const int windowFixedHeightMinor = 2130772055; + + // aapt resource value: 0x7f010056 + public const int windowFixedWidthMajor = 2130772054; + + // aapt resource value: 0x7f010058 + public const int windowFixedWidthMinor = 2130772056; + + static Attribute() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Attribute() + { + } + } + + public partial class Boolean + { + + // aapt resource value: 0x7f080000 + public const int abc_action_bar_embed_tabs = 2131230720; + + // aapt resource value: 0x7f080001 + public const int abc_action_bar_embed_tabs_pre_jb = 2131230721; + + // aapt resource value: 0x7f080002 + public const int abc_action_bar_expanded_action_views_exclusive = 2131230722; + + // aapt resource value: 0x7f080003 + public const int abc_config_actionMenuItemAllCaps = 2131230723; + + // aapt resource value: 0x7f080004 + public const int abc_config_allowActionMenuItemTextWithIcon = 2131230724; + + // aapt resource value: 0x7f080005 + public const int abc_config_showMenuShortcutsWhenKeyboardPresent = 2131230725; + + static Boolean() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Boolean() + { + } + } + + public partial class Color + { + + // aapt resource value: 0x7f05003a + public const int abc_background_cache_hint_selector_material_dark = 2131034170; + + // aapt resource value: 0x7f05003b + public const int abc_background_cache_hint_selector_material_light = 2131034171; + + // aapt resource value: 0x7f050004 + public const int abc_input_method_navigation_guard = 2131034116; + + // aapt resource value: 0x7f05003c + public const int abc_primary_text_disable_only_material_dark = 2131034172; + + // aapt resource value: 0x7f05003d + public const int abc_primary_text_disable_only_material_light = 2131034173; + + // aapt resource value: 0x7f05003e + public const int abc_primary_text_material_dark = 2131034174; + + // aapt resource value: 0x7f05003f + public const int abc_primary_text_material_light = 2131034175; + + // aapt resource value: 0x7f050040 + public const int abc_search_url_text = 2131034176; + + // aapt resource value: 0x7f050005 + public const int abc_search_url_text_normal = 2131034117; + + // aapt resource value: 0x7f050006 + public const int abc_search_url_text_pressed = 2131034118; + + // aapt resource value: 0x7f050007 + public const int abc_search_url_text_selected = 2131034119; + + // aapt resource value: 0x7f050041 + public const int abc_secondary_text_material_dark = 2131034177; + + // aapt resource value: 0x7f050042 + public const int abc_secondary_text_material_light = 2131034178; + + // aapt resource value: 0x7f050008 + public const int accent_material_dark = 2131034120; + + // aapt resource value: 0x7f050009 + public const int accent_material_light = 2131034121; + + // aapt resource value: 0x7f05000a + public const int background_floating_material_dark = 2131034122; + + // aapt resource value: 0x7f05000b + public const int background_floating_material_light = 2131034123; + + // aapt resource value: 0x7f05000c + public const int background_material_dark = 2131034124; + + // aapt resource value: 0x7f05000d + public const int background_material_light = 2131034125; + + // aapt resource value: 0x7f050035 + public const int background_tab_pressed = 2131034165; + + // aapt resource value: 0x7f050036 + public const int background_window = 2131034166; + + // aapt resource value: 0x7f050039 + public const int banana = 2131034169; + + // aapt resource value: 0x7f05000e + public const int bright_foreground_disabled_material_dark = 2131034126; + + // aapt resource value: 0x7f05000f + public const int bright_foreground_disabled_material_light = 2131034127; + + // aapt resource value: 0x7f050010 + public const int bright_foreground_inverse_material_dark = 2131034128; + + // aapt resource value: 0x7f050011 + public const int bright_foreground_inverse_material_light = 2131034129; + + // aapt resource value: 0x7f050012 + public const int bright_foreground_material_dark = 2131034130; + + // aapt resource value: 0x7f050013 + public const int bright_foreground_material_light = 2131034131; + + // aapt resource value: 0x7f050014 + public const int button_material_dark = 2131034132; + + // aapt resource value: 0x7f050015 + public const int button_material_light = 2131034133; + + // aapt resource value: 0x7f050000 + public const int cardview_dark_background = 2131034112; + + // aapt resource value: 0x7f050001 + public const int cardview_light_background = 2131034113; + + // aapt resource value: 0x7f050002 + public const int cardview_shadow_end_color = 2131034114; + + // aapt resource value: 0x7f050003 + public const int cardview_shadow_start_color = 2131034115; + + // aapt resource value: 0x7f050016 + public const int dim_foreground_disabled_material_dark = 2131034134; + + // aapt resource value: 0x7f050017 + public const int dim_foreground_disabled_material_light = 2131034135; + + // aapt resource value: 0x7f050018 + public const int dim_foreground_material_dark = 2131034136; + + // aapt resource value: 0x7f050019 + public const int dim_foreground_material_light = 2131034137; + + // aapt resource value: 0x7f050037 + public const int green = 2131034167; + + // aapt resource value: 0x7f050038 + public const int greenDark = 2131034168; + + // aapt resource value: 0x7f05001a + public const int highlighted_text_material_dark = 2131034138; + + // aapt resource value: 0x7f05001b + public const int highlighted_text_material_light = 2131034139; + + // aapt resource value: 0x7f05001c + public const int hint_foreground_material_dark = 2131034140; + + // aapt resource value: 0x7f05001d + public const int hint_foreground_material_light = 2131034141; + + // aapt resource value: 0x7f05001e + public const int link_text_material_dark = 2131034142; + + // aapt resource value: 0x7f05001f + public const int link_text_material_light = 2131034143; + + // aapt resource value: 0x7f050020 + public const int material_blue_grey_800 = 2131034144; + + // aapt resource value: 0x7f050021 + public const int material_blue_grey_900 = 2131034145; + + // aapt resource value: 0x7f050022 + public const int material_blue_grey_950 = 2131034146; + + // aapt resource value: 0x7f050023 + public const int material_deep_teal_200 = 2131034147; + + // aapt resource value: 0x7f050024 + public const int material_deep_teal_500 = 2131034148; + + // aapt resource value: 0x7f050025 + public const int primary_dark_material_dark = 2131034149; + + // aapt resource value: 0x7f050026 + public const int primary_dark_material_light = 2131034150; + + // aapt resource value: 0x7f050027 + public const int primary_material_dark = 2131034151; + + // aapt resource value: 0x7f050028 + public const int primary_material_light = 2131034152; + + // aapt resource value: 0x7f050029 + public const int primary_text_default_material_dark = 2131034153; + + // aapt resource value: 0x7f05002a + public const int primary_text_default_material_light = 2131034154; + + // aapt resource value: 0x7f05002b + public const int primary_text_disabled_material_dark = 2131034155; + + // aapt resource value: 0x7f05002c + public const int primary_text_disabled_material_light = 2131034156; + + // aapt resource value: 0x7f05002d + public const int ripple_material_dark = 2131034157; + + // aapt resource value: 0x7f05002e + public const int ripple_material_light = 2131034158; + + // aapt resource value: 0x7f05002f + public const int secondary_text_default_material_dark = 2131034159; + + // aapt resource value: 0x7f050030 + public const int secondary_text_default_material_light = 2131034160; + + // aapt resource value: 0x7f050031 + public const int secondary_text_disabled_material_dark = 2131034161; + + // aapt resource value: 0x7f050032 + public const int secondary_text_disabled_material_light = 2131034162; + + // aapt resource value: 0x7f050033 + public const int switch_thumb_normal_material_dark = 2131034163; + + // aapt resource value: 0x7f050034 + public const int switch_thumb_normal_material_light = 2131034164; + + static Color() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Color() + { + } + } + + public partial class Dimension + { + + // aapt resource value: 0x7f060003 + public const int abc_action_bar_default_height_material = 2131099651; + + // aapt resource value: 0x7f060004 + public const int abc_action_bar_default_padding_material = 2131099652; + + // aapt resource value: 0x7f060005 + public const int abc_action_bar_icon_vertical_padding_material = 2131099653; + + // aapt resource value: 0x7f060006 + public const int abc_action_bar_progress_bar_size = 2131099654; + + // aapt resource value: 0x7f060007 + public const int abc_action_bar_stacked_max_height = 2131099655; + + // aapt resource value: 0x7f060008 + public const int abc_action_bar_stacked_tab_max_width = 2131099656; + + // aapt resource value: 0x7f060009 + public const int abc_action_bar_subtitle_bottom_margin_material = 2131099657; + + // aapt resource value: 0x7f06000a + public const int abc_action_bar_subtitle_top_margin_material = 2131099658; + + // aapt resource value: 0x7f06000b + public const int abc_action_button_min_height_material = 2131099659; + + // aapt resource value: 0x7f06000c + public const int abc_action_button_min_width_material = 2131099660; + + // aapt resource value: 0x7f06000d + public const int abc_action_button_min_width_overflow_material = 2131099661; + + // aapt resource value: 0x7f06000e + public const int abc_config_prefDialogWidth = 2131099662; + + // aapt resource value: 0x7f06000f + public const int abc_control_inset_material = 2131099663; + + // aapt resource value: 0x7f060010 + public const int abc_control_padding_material = 2131099664; + + // aapt resource value: 0x7f060011 + public const int abc_dropdownitem_icon_width = 2131099665; + + // aapt resource value: 0x7f060012 + public const int abc_dropdownitem_text_padding_left = 2131099666; + + // aapt resource value: 0x7f060013 + public const int abc_dropdownitem_text_padding_right = 2131099667; + + // aapt resource value: 0x7f060014 + public const int abc_panel_menu_list_width = 2131099668; + + // aapt resource value: 0x7f060015 + public const int abc_search_view_preferred_width = 2131099669; + + // aapt resource value: 0x7f060016 + public const int abc_search_view_text_min_width = 2131099670; + + // aapt resource value: 0x7f060017 + public const int abc_text_size_body_1_material = 2131099671; + + // aapt resource value: 0x7f060018 + public const int abc_text_size_body_2_material = 2131099672; + + // aapt resource value: 0x7f060019 + public const int abc_text_size_button_material = 2131099673; + + // aapt resource value: 0x7f06001a + public const int abc_text_size_caption_material = 2131099674; + + // aapt resource value: 0x7f06001b + public const int abc_text_size_display_1_material = 2131099675; + + // aapt resource value: 0x7f06001c + public const int abc_text_size_display_2_material = 2131099676; + + // aapt resource value: 0x7f06001d + public const int abc_text_size_display_3_material = 2131099677; + + // aapt resource value: 0x7f06001e + public const int abc_text_size_display_4_material = 2131099678; + + // aapt resource value: 0x7f06001f + public const int abc_text_size_headline_material = 2131099679; + + // aapt resource value: 0x7f060020 + public const int abc_text_size_large_material = 2131099680; + + // aapt resource value: 0x7f060021 + public const int abc_text_size_medium_material = 2131099681; + + // aapt resource value: 0x7f060022 + public const int abc_text_size_menu_material = 2131099682; + + // aapt resource value: 0x7f060023 + public const int abc_text_size_small_material = 2131099683; + + // aapt resource value: 0x7f060024 + public const int abc_text_size_subhead_material = 2131099684; + + // aapt resource value: 0x7f060025 + public const int abc_text_size_subtitle_material_toolbar = 2131099685; + + // aapt resource value: 0x7f060026 + public const int abc_text_size_title_material = 2131099686; + + // aapt resource value: 0x7f060027 + public const int abc_text_size_title_material_toolbar = 2131099687; + + // aapt resource value: 0x7f06002e + public const int activity_horizontal_margin = 2131099694; + + // aapt resource value: 0x7f06002f + public const int activity_vertical_margin = 2131099695; + + // aapt resource value: 0x7f060000 + public const int cardview_compat_inset_shadow = 2131099648; + + // aapt resource value: 0x7f060001 + public const int cardview_default_elevation = 2131099649; + + // aapt resource value: 0x7f060002 + public const int cardview_default_radius = 2131099650; + + // aapt resource value: 0x7f060028 + public const int dialog_fixed_height_major = 2131099688; + + // aapt resource value: 0x7f060029 + public const int dialog_fixed_height_minor = 2131099689; + + // aapt resource value: 0x7f06002a + public const int dialog_fixed_width_major = 2131099690; + + // aapt resource value: 0x7f06002b + public const int dialog_fixed_width_minor = 2131099691; + + // aapt resource value: 0x7f06002c + public const int disabled_alpha_material_dark = 2131099692; + + // aapt resource value: 0x7f06002d + public const int disabled_alpha_material_light = 2131099693; + + static Dimension() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Dimension() + { + } + } + + public partial class Drawable + { + + // aapt resource value: 0x7f020000 + public const int abc_ab_share_pack_holo_dark = 2130837504; + + // aapt resource value: 0x7f020001 + public const int abc_ab_share_pack_holo_light = 2130837505; + + // aapt resource value: 0x7f020002 + public const int abc_btn_check_material = 2130837506; + + // aapt resource value: 0x7f020003 + public const int abc_btn_check_to_on_mtrl_000 = 2130837507; + + // aapt resource value: 0x7f020004 + public const int abc_btn_check_to_on_mtrl_015 = 2130837508; + + // aapt resource value: 0x7f020005 + public const int abc_btn_radio_material = 2130837509; + + // aapt resource value: 0x7f020006 + public const int abc_btn_radio_to_on_mtrl_000 = 2130837510; + + // aapt resource value: 0x7f020007 + public const int abc_btn_radio_to_on_mtrl_015 = 2130837511; + + // aapt resource value: 0x7f020008 + public const int abc_btn_switch_to_on_mtrl_00001 = 2130837512; + + // aapt resource value: 0x7f020009 + public const int abc_btn_switch_to_on_mtrl_00012 = 2130837513; + + // aapt resource value: 0x7f02000a + public const int abc_cab_background_internal_bg = 2130837514; + + // aapt resource value: 0x7f02000b + public const int abc_cab_background_top_material = 2130837515; + + // aapt resource value: 0x7f02000c + public const int abc_cab_background_top_mtrl_alpha = 2130837516; + + // aapt resource value: 0x7f02000d + public const int abc_edit_text_material = 2130837517; + + // aapt resource value: 0x7f02000e + public const int abc_ic_ab_back_mtrl_am_alpha = 2130837518; + + // aapt resource value: 0x7f02000f + public const int abc_ic_clear_mtrl_alpha = 2130837519; + + // aapt resource value: 0x7f020010 + public const int abc_ic_commit_search_api_mtrl_alpha = 2130837520; + + // aapt resource value: 0x7f020011 + public const int abc_ic_go_search_api_mtrl_alpha = 2130837521; + + // aapt resource value: 0x7f020012 + public const int abc_ic_menu_copy_mtrl_am_alpha = 2130837522; + + // aapt resource value: 0x7f020013 + public const int abc_ic_menu_cut_mtrl_alpha = 2130837523; + + // aapt resource value: 0x7f020014 + public const int abc_ic_menu_moreoverflow_mtrl_alpha = 2130837524; + + // aapt resource value: 0x7f020015 + public const int abc_ic_menu_paste_mtrl_am_alpha = 2130837525; + + // aapt resource value: 0x7f020016 + public const int abc_ic_menu_selectall_mtrl_alpha = 2130837526; + + // aapt resource value: 0x7f020017 + public const int abc_ic_menu_share_mtrl_alpha = 2130837527; + + // aapt resource value: 0x7f020018 + public const int abc_ic_search_api_mtrl_alpha = 2130837528; + + // aapt resource value: 0x7f020019 + public const int abc_ic_voice_search_api_mtrl_alpha = 2130837529; + + // aapt resource value: 0x7f02001a + public const int abc_item_background_holo_dark = 2130837530; + + // aapt resource value: 0x7f02001b + public const int abc_item_background_holo_light = 2130837531; + + // aapt resource value: 0x7f02001c + public const int abc_list_divider_mtrl_alpha = 2130837532; + + // aapt resource value: 0x7f02001d + public const int abc_list_focused_holo = 2130837533; + + // aapt resource value: 0x7f02001e + public const int abc_list_longpressed_holo = 2130837534; + + // aapt resource value: 0x7f02001f + public const int abc_list_pressed_holo_dark = 2130837535; + + // aapt resource value: 0x7f020020 + public const int abc_list_pressed_holo_light = 2130837536; + + // aapt resource value: 0x7f020021 + public const int abc_list_selector_background_transition_holo_dark = 2130837537; + + // aapt resource value: 0x7f020022 + public const int abc_list_selector_background_transition_holo_light = 2130837538; + + // aapt resource value: 0x7f020023 + public const int abc_list_selector_disabled_holo_dark = 2130837539; + + // aapt resource value: 0x7f020024 + public const int abc_list_selector_disabled_holo_light = 2130837540; + + // aapt resource value: 0x7f020025 + public const int abc_list_selector_holo_dark = 2130837541; + + // aapt resource value: 0x7f020026 + public const int abc_list_selector_holo_light = 2130837542; + + // aapt resource value: 0x7f020027 + public const int abc_menu_hardkey_panel_mtrl_mult = 2130837543; + + // aapt resource value: 0x7f020028 + public const int abc_popup_background_mtrl_mult = 2130837544; + + // aapt resource value: 0x7f020029 + public const int abc_spinner_mtrl_am_alpha = 2130837545; + + // aapt resource value: 0x7f02002a + public const int abc_switch_thumb_material = 2130837546; + + // aapt resource value: 0x7f02002b + public const int abc_switch_track_mtrl_alpha = 2130837547; + + // aapt resource value: 0x7f02002c + public const int abc_tab_indicator_material = 2130837548; + + // aapt resource value: 0x7f02002d + public const int abc_tab_indicator_mtrl_alpha = 2130837549; + + // aapt resource value: 0x7f02002e + public const int abc_textfield_activated_mtrl_alpha = 2130837550; + + // aapt resource value: 0x7f02002f + public const int abc_textfield_default_mtrl_alpha = 2130837551; + + // aapt resource value: 0x7f020030 + public const int abc_textfield_search_activated_mtrl_alpha = 2130837552; + + // aapt resource value: 0x7f020031 + public const int abc_textfield_search_default_mtrl_alpha = 2130837553; + + // aapt resource value: 0x7f020032 + public const int abc_textfield_search_material = 2130837554; + + // aapt resource value: 0x7f020033 + public const int actionbar_bottom = 2130837555; + + // aapt resource value: 0x7f020034 + public const int background_card = 2130837556; + + // aapt resource value: 0x7f020035 + public const int background_tab = 2130837557; + + // aapt resource value: 0x7f020036 + public const int background_tabs = 2130837558; + + // aapt resource value: 0x7f020037 + public const int background_tabs_diagonal = 2130837559; + + // aapt resource value: 0x7f020038 + public const int contact = 2130837560; + + // aapt resource value: 0x7f020039 + public const int ic_action_user = 2130837561; + + // aapt resource value: 0x7f02003a + public const int ic_launcher = 2130837562; + + // aapt resource value: 0x7f02003b + public const int ic_launcher_actionbar = 2130837563; + + // aapt resource value: 0x7f02003c + public const int ic_launcher_chrome = 2130837564; + + // aapt resource value: 0x7f02003d + public const int ic_launcher_gmail = 2130837565; + + // aapt resource value: 0x7f02003e + public const int ic_launcher_gmaps = 2130837566; + + // aapt resource value: 0x7f02003f + public const int ic_launcher_gplus = 2130837567; + + // aapt resource value: 0x7f020040 + public const int Icon = 2130837568; + + // aapt resource value: 0x7f020041 + public const int tabs_pattern = 2130837569; + + // aapt resource value: 0x7f020042 + public const int tabs_pattern_diagonal = 2130837570; + + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Drawable() + { + } + } + + public partial class Id + { + + // aapt resource value: 0x7f090033 + public const int action_bar = 2131296307; + + // aapt resource value: 0x7f090000 + public const int action_bar_activity_content = 2131296256; + + // aapt resource value: 0x7f090032 + public const int action_bar_container = 2131296306; + + // aapt resource value: 0x7f09002e + public const int action_bar_root = 2131296302; + + // aapt resource value: 0x7f090001 + public const int action_bar_spinner = 2131296257; + + // aapt resource value: 0x7f090021 + public const int action_bar_subtitle = 2131296289; + + // aapt resource value: 0x7f090020 + public const int action_bar_title = 2131296288; + + // aapt resource value: 0x7f090049 + public const int action_contact = 2131296329; + + // aapt resource value: 0x7f090034 + public const int action_context_bar = 2131296308; + + // aapt resource value: 0x7f090002 + public const int action_menu_divider = 2131296258; + + // aapt resource value: 0x7f090003 + public const int action_menu_presenter = 2131296259; + + // aapt resource value: 0x7f090030 + public const int action_mode_bar = 2131296304; + + // aapt resource value: 0x7f09002f + public const int action_mode_bar_stub = 2131296303; + + // aapt resource value: 0x7f090022 + public const int action_mode_close_button = 2131296290; + + // aapt resource value: 0x7f090023 + public const int activity_chooser_view_content = 2131296291; + + // aapt resource value: 0x7f090016 + public const int always = 2131296278; + + // aapt resource value: 0x7f090013 + public const int beginning = 2131296275; + + // aapt resource value: 0x7f09001e + public const int bold = 2131296286; + + // aapt resource value: 0x7f090044 + public const int cardview = 2131296324; + + // aapt resource value: 0x7f090046 + public const int center = 2131296326; + + // aapt resource value: 0x7f09002b + public const int checkbox = 2131296299; + + // aapt resource value: 0x7f090017 + public const int collapseActionView = 2131296279; + + // aapt resource value: 0x7f090043 + public const int colors = 2131296323; + + // aapt resource value: 0x7f090031 + public const int decor_content_parent = 2131296305; + + // aapt resource value: 0x7f090026 + public const int default_activity_button = 2131296294; + + // aapt resource value: 0x7f09001b + public const int dialog = 2131296283; + + // aapt resource value: 0x7f09000c + public const int disableHome = 2131296268; + + // aapt resource value: 0x7f09001c + public const int dropdown = 2131296284; + + // aapt resource value: 0x7f090035 + public const int edit_query = 2131296309; + + // aapt resource value: 0x7f090014 + public const int end = 2131296276; + + // aapt resource value: 0x7f090024 + public const int expand_activities_button = 2131296292; + + // aapt resource value: 0x7f09002a + public const int expanded_menu = 2131296298; + + // aapt resource value: 0x7f090004 + public const int home = 2131296260; + + // aapt resource value: 0x7f09000d + public const int homeAsUp = 2131296269; + + // aapt resource value: 0x7f090028 + public const int icon = 2131296296; + + // aapt resource value: 0x7f090018 + public const int ifRoom = 2131296280; + + // aapt resource value: 0x7f090025 + public const int image = 2131296293; + + // aapt resource value: 0x7f09001f + public const int italic = 2131296287; + + // aapt resource value: 0x7f090009 + public const int listMode = 2131296265; + + // aapt resource value: 0x7f090027 + public const int list_item = 2131296295; + + // aapt resource value: 0x7f090015 + public const int middle = 2131296277; + + // aapt resource value: 0x7f090019 + public const int never = 2131296281; + + // aapt resource value: 0x7f09000e + public const int none = 2131296270; + + // aapt resource value: 0x7f09000a + public const int normal = 2131296266; + + // aapt resource value: 0x7f090042 + public const int pager = 2131296322; + + // aapt resource value: 0x7f090005 + public const int progress_circular = 2131296261; + + // aapt resource value: 0x7f090006 + public const int progress_horizontal = 2131296262; + + // aapt resource value: 0x7f09002d + public const int radio = 2131296301; + + // aapt resource value: 0x7f090037 + public const int search_badge = 2131296311; + + // aapt resource value: 0x7f090036 + public const int search_bar = 2131296310; + + // aapt resource value: 0x7f090038 + public const int search_button = 2131296312; + + // aapt resource value: 0x7f09003d + public const int search_close_btn = 2131296317; + + // aapt resource value: 0x7f090039 + public const int search_edit_frame = 2131296313; + + // aapt resource value: 0x7f09003f + public const int search_go_btn = 2131296319; + + // aapt resource value: 0x7f09003a + public const int search_mag_icon = 2131296314; + + // aapt resource value: 0x7f09003b + public const int search_plate = 2131296315; + + // aapt resource value: 0x7f09003c + public const int search_src_text = 2131296316; + + // aapt resource value: 0x7f090040 + public const int search_voice_btn = 2131296320; + + // aapt resource value: 0x7f09002c + public const int shortcut = 2131296300; + + // aapt resource value: 0x7f09000f + public const int showCustom = 2131296271; + + // aapt resource value: 0x7f090010 + public const int showHome = 2131296272; + + // aapt resource value: 0x7f090011 + public const int showTitle = 2131296273; + + // aapt resource value: 0x7f090007 + public const int split_action_bar = 2131296263; + + // aapt resource value: 0x7f09003e + public const int submit_area = 2131296318; + + // aapt resource value: 0x7f09000b + public const int tabMode = 2131296267; + + // aapt resource value: 0x7f090047 + public const int tab_title = 2131296327; + + // aapt resource value: 0x7f090041 + public const int tabs = 2131296321; + + // aapt resource value: 0x7f090045 + public const int textView = 2131296325; + + // aapt resource value: 0x7f090029 + public const int title = 2131296297; + + // aapt resource value: 0x7f090048 + public const int toolbar = 2131296328; + + // aapt resource value: 0x7f090008 + public const int up = 2131296264; + + // aapt resource value: 0x7f090012 + public const int useLogo = 2131296274; + + // aapt resource value: 0x7f09001a + public const int withText = 2131296282; + + // aapt resource value: 0x7f09001d + public const int wrap_content = 2131296285; + + static Id() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Id() + { + } + } + + public partial class Integer + { + + // aapt resource value: 0x7f0a0000 + public const int abc_max_action_buttons = 2131361792; + + static Integer() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Integer() + { + } + } + + public partial class Layout + { + + // aapt resource value: 0x7f030000 + public const int abc_action_bar_title_item = 2130903040; + + // aapt resource value: 0x7f030001 + public const int abc_action_bar_up_container = 2130903041; + + // aapt resource value: 0x7f030002 + public const int abc_action_bar_view_list_nav_layout = 2130903042; + + // aapt resource value: 0x7f030003 + public const int abc_action_menu_item_layout = 2130903043; + + // aapt resource value: 0x7f030004 + public const int abc_action_menu_layout = 2130903044; + + // aapt resource value: 0x7f030005 + public const int abc_action_mode_bar = 2130903045; + + // aapt resource value: 0x7f030006 + public const int abc_action_mode_close_item_material = 2130903046; + + // aapt resource value: 0x7f030007 + public const int abc_activity_chooser_view = 2130903047; + + // aapt resource value: 0x7f030008 + public const int abc_activity_chooser_view_include = 2130903048; + + // aapt resource value: 0x7f030009 + public const int abc_activity_chooser_view_list_item = 2130903049; + + // aapt resource value: 0x7f03000a + public const int abc_expanded_menu_layout = 2130903050; + + // aapt resource value: 0x7f03000b + public const int abc_list_menu_item_checkbox = 2130903051; + + // aapt resource value: 0x7f03000c + public const int abc_list_menu_item_icon = 2130903052; + + // aapt resource value: 0x7f03000d + public const int abc_list_menu_item_layout = 2130903053; + + // aapt resource value: 0x7f03000e + public const int abc_list_menu_item_radio = 2130903054; + + // aapt resource value: 0x7f03000f + public const int abc_popup_menu_item_layout = 2130903055; + + // aapt resource value: 0x7f030010 + public const int abc_screen_content_include = 2130903056; + + // aapt resource value: 0x7f030011 + public const int abc_screen_simple = 2130903057; + + // aapt resource value: 0x7f030012 + public const int abc_screen_simple_overlay_action_mode = 2130903058; + + // aapt resource value: 0x7f030013 + public const int abc_screen_toolbar = 2130903059; + + // aapt resource value: 0x7f030014 + public const int abc_search_dropdown_item_icons_2line = 2130903060; + + // aapt resource value: 0x7f030015 + public const int abc_search_view = 2130903061; + + // aapt resource value: 0x7f030016 + public const int abc_simple_dropdown_hint = 2130903062; + + // aapt resource value: 0x7f030017 + public const int activity_main = 2130903063; + + // aapt resource value: 0x7f030018 + public const int fragment_card = 2130903064; + + // aapt resource value: 0x7f030019 + public const int fragment_quick_contact = 2130903065; + + // aapt resource value: 0x7f03001a + public const int fragment_quickcontact = 2130903066; + + // aapt resource value: 0x7f03001b + public const int support_simple_spinner_dropdown_item = 2130903067; + + // aapt resource value: 0x7f03001c + public const int tab = 2130903068; + + // aapt resource value: 0x7f03001d + public const int toolbar = 2130903069; + + static Layout() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Layout() + { + } + } + + public partial class Menu + { + + // aapt resource value: 0x7f0c0000 + public const int main = 2131492864; + + static Menu() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Menu() + { + } + } + + public partial class String + { + + // aapt resource value: 0x7f0b0000 + public const int abc_action_bar_home_description = 2131427328; + + // aapt resource value: 0x7f0b0001 + public const int abc_action_bar_home_description_format = 2131427329; + + // aapt resource value: 0x7f0b0002 + public const int abc_action_bar_home_subtitle_description_format = 2131427330; + + // aapt resource value: 0x7f0b0003 + public const int abc_action_bar_up_description = 2131427331; + + // aapt resource value: 0x7f0b0004 + public const int abc_action_menu_overflow_description = 2131427332; + + // aapt resource value: 0x7f0b0005 + public const int abc_action_mode_done = 2131427333; + + // aapt resource value: 0x7f0b0006 + public const int abc_activity_chooser_view_see_all = 2131427334; + + // aapt resource value: 0x7f0b0007 + public const int abc_activitychooserview_choose_application = 2131427335; + + // aapt resource value: 0x7f0b0008 + public const int abc_searchview_description_clear = 2131427336; + + // aapt resource value: 0x7f0b0009 + public const int abc_searchview_description_query = 2131427337; + + // aapt resource value: 0x7f0b000a + public const int abc_searchview_description_search = 2131427338; + + // aapt resource value: 0x7f0b000b + public const int abc_searchview_description_submit = 2131427339; + + // aapt resource value: 0x7f0b000c + public const int abc_searchview_description_voice = 2131427340; + + // aapt resource value: 0x7f0b000d + public const int abc_shareactionprovider_share_with = 2131427341; + + // aapt resource value: 0x7f0b000e + public const int abc_shareactionprovider_share_with_application = 2131427342; + + // aapt resource value: 0x7f0b000f + public const int abc_toolbar_collapse_description = 2131427343; + + // aapt resource value: 0x7f0b0012 + public const int action_contact = 2131427346; + + // aapt resource value: 0x7f0b0011 + public const int app_name = 2131427345; + + // aapt resource value: 0x7f0b0010 + public const int hello = 2131427344; + + static String() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private String() + { + } + } + + public partial class Style + { + + // aapt resource value: 0x7f0700ee + public const int AppBaseTheme = 2131165422; + + // aapt resource value: 0x7f0700ef + public const int AppTheme = 2131165423; + + // aapt resource value: 0x7f070003 + public const int Base_TextAppearance_AppCompat = 2131165187; + + // aapt resource value: 0x7f070004 + public const int Base_TextAppearance_AppCompat_Body1 = 2131165188; + + // aapt resource value: 0x7f070005 + public const int Base_TextAppearance_AppCompat_Body2 = 2131165189; + + // aapt resource value: 0x7f070006 + public const int Base_TextAppearance_AppCompat_Button = 2131165190; + + // aapt resource value: 0x7f070007 + public const int Base_TextAppearance_AppCompat_Caption = 2131165191; + + // aapt resource value: 0x7f070008 + public const int Base_TextAppearance_AppCompat_Display1 = 2131165192; + + // aapt resource value: 0x7f070009 + public const int Base_TextAppearance_AppCompat_Display2 = 2131165193; + + // aapt resource value: 0x7f07000a + public const int Base_TextAppearance_AppCompat_Display3 = 2131165194; + + // aapt resource value: 0x7f07000b + public const int Base_TextAppearance_AppCompat_Display4 = 2131165195; + + // aapt resource value: 0x7f07000c + public const int Base_TextAppearance_AppCompat_Headline = 2131165196; + + // aapt resource value: 0x7f07000d + public const int Base_TextAppearance_AppCompat_Inverse = 2131165197; + + // aapt resource value: 0x7f07000e + public const int Base_TextAppearance_AppCompat_Large = 2131165198; + + // aapt resource value: 0x7f07000f + public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131165199; + + // aapt resource value: 0x7f070010 + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131165200; + + // aapt resource value: 0x7f070011 + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131165201; + + // aapt resource value: 0x7f070012 + public const int Base_TextAppearance_AppCompat_Medium = 2131165202; + + // aapt resource value: 0x7f070013 + public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131165203; + + // aapt resource value: 0x7f070014 + public const int Base_TextAppearance_AppCompat_Menu = 2131165204; + + // aapt resource value: 0x7f070015 + public const int Base_TextAppearance_AppCompat_SearchResult = 2131165205; + + // aapt resource value: 0x7f070016 + public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131165206; + + // aapt resource value: 0x7f070017 + public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131165207; + + // aapt resource value: 0x7f070018 + public const int Base_TextAppearance_AppCompat_Small = 2131165208; + + // aapt resource value: 0x7f070019 + public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131165209; + + // aapt resource value: 0x7f07001a + public const int Base_TextAppearance_AppCompat_Subhead = 2131165210; + + // aapt resource value: 0x7f07001b + public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131165211; + + // aapt resource value: 0x7f07001c + public const int Base_TextAppearance_AppCompat_Title = 2131165212; + + // aapt resource value: 0x7f07001d + public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131165213; + + // aapt resource value: 0x7f07001e + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131165214; + + // aapt resource value: 0x7f07001f + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131165215; + + // aapt resource value: 0x7f070020 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131165216; + + // aapt resource value: 0x7f070021 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131165217; + + // aapt resource value: 0x7f070022 + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131165218; + + // aapt resource value: 0x7f070023 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131165219; + + // aapt resource value: 0x7f070024 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131165220; + + // aapt resource value: 0x7f070025 + public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131165221; + + // aapt resource value: 0x7f070026 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131165222; + + // aapt resource value: 0x7f070027 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131165223; + + // aapt resource value: 0x7f070028 + public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131165224; + + // aapt resource value: 0x7f070029 + public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131165225; + + // aapt resource value: 0x7f07002a + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131165226; + + // aapt resource value: 0x7f07002b + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131165227; + + // aapt resource value: 0x7f07002c + public const int Base_Theme_AppCompat = 2131165228; + + // aapt resource value: 0x7f07002d + public const int Base_Theme_AppCompat_CompactMenu = 2131165229; + + // aapt resource value: 0x7f07002e + public const int Base_Theme_AppCompat_Dialog = 2131165230; + + // aapt resource value: 0x7f07002f + public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131165231; + + // aapt resource value: 0x7f070030 + public const int Base_Theme_AppCompat_DialogWhenLarge = 2131165232; + + // aapt resource value: 0x7f070031 + public const int Base_Theme_AppCompat_Light = 2131165233; + + // aapt resource value: 0x7f070032 + public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131165234; + + // aapt resource value: 0x7f070033 + public const int Base_Theme_AppCompat_Light_Dialog = 2131165235; + + // aapt resource value: 0x7f070034 + public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131165236; + + // aapt resource value: 0x7f070035 + public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131165237; + + // aapt resource value: 0x7f070036 + public const int Base_ThemeOverlay_AppCompat = 2131165238; + + // aapt resource value: 0x7f070037 + public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131165239; + + // aapt resource value: 0x7f070038 + public const int Base_ThemeOverlay_AppCompat_Dark = 2131165240; + + // aapt resource value: 0x7f070039 + public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131165241; + + // aapt resource value: 0x7f07003a + public const int Base_ThemeOverlay_AppCompat_Light = 2131165242; + + // aapt resource value: 0x7f0700e2 + public const int Base_V11_Theme_AppCompat = 2131165410; + + // aapt resource value: 0x7f0700e3 + public const int Base_V11_Theme_AppCompat_Dialog = 2131165411; + + // aapt resource value: 0x7f0700e4 + public const int Base_V11_Theme_AppCompat_Light = 2131165412; + + // aapt resource value: 0x7f0700e5 + public const int Base_V11_Theme_AppCompat_Light_Dialog = 2131165413; + + // aapt resource value: 0x7f0700e6 + public const int Base_V14_Theme_AppCompat = 2131165414; + + // aapt resource value: 0x7f0700e7 + public const int Base_V14_Theme_AppCompat_Dialog = 2131165415; + + // aapt resource value: 0x7f0700e8 + public const int Base_V14_Theme_AppCompat_Light = 2131165416; + + // aapt resource value: 0x7f0700e9 + public const int Base_V14_Theme_AppCompat_Light_Dialog = 2131165417; + + // aapt resource value: 0x7f0700ea + public const int Base_V21_Theme_AppCompat = 2131165418; + + // aapt resource value: 0x7f0700eb + public const int Base_V21_Theme_AppCompat_Dialog = 2131165419; + + // aapt resource value: 0x7f0700ec + public const int Base_V21_Theme_AppCompat_Light = 2131165420; + + // aapt resource value: 0x7f0700ed + public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131165421; + + // aapt resource value: 0x7f07003b + public const int Base_V7_Theme_AppCompat = 2131165243; + + // aapt resource value: 0x7f07003c + public const int Base_V7_Theme_AppCompat_Dialog = 2131165244; + + // aapt resource value: 0x7f07003d + public const int Base_V7_Theme_AppCompat_Light = 2131165245; + + // aapt resource value: 0x7f07003e + public const int Base_Widget_AppCompat_ActionBar = 2131165246; + + // aapt resource value: 0x7f07003f + public const int Base_Widget_AppCompat_ActionBar_Solid = 2131165247; + + // aapt resource value: 0x7f070040 + public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131165248; + + // aapt resource value: 0x7f070041 + public const int Base_Widget_AppCompat_ActionBar_TabText = 2131165249; + + // aapt resource value: 0x7f070042 + public const int Base_Widget_AppCompat_ActionBar_TabView = 2131165250; + + // aapt resource value: 0x7f070043 + public const int Base_Widget_AppCompat_ActionButton = 2131165251; + + // aapt resource value: 0x7f070044 + public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131165252; + + // aapt resource value: 0x7f070045 + public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131165253; + + // aapt resource value: 0x7f070046 + public const int Base_Widget_AppCompat_ActionMode = 2131165254; + + // aapt resource value: 0x7f070047 + public const int Base_Widget_AppCompat_ActivityChooserView = 2131165255; + + // aapt resource value: 0x7f070048 + public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131165256; + + // aapt resource value: 0x7f070049 + public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131165257; + + // aapt resource value: 0x7f07004a + public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131165258; + + // aapt resource value: 0x7f07004b + public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131165259; + + // aapt resource value: 0x7f07004c + public const int Base_Widget_AppCompat_EditText = 2131165260; + + // aapt resource value: 0x7f07004d + public const int Base_Widget_AppCompat_Light_ActionBar = 2131165261; + + // aapt resource value: 0x7f07004e + public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131165262; + + // aapt resource value: 0x7f07004f + public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131165263; + + // aapt resource value: 0x7f070050 + public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131165264; + + // aapt resource value: 0x7f070051 + public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131165265; + + // aapt resource value: 0x7f070052 + public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131165266; + + // aapt resource value: 0x7f070053 + public const int Base_Widget_AppCompat_Light_ActivityChooserView = 2131165267; + + // aapt resource value: 0x7f070054 + public const int Base_Widget_AppCompat_Light_AutoCompleteTextView = 2131165268; + + // aapt resource value: 0x7f070055 + public const int Base_Widget_AppCompat_Light_PopupMenu = 2131165269; + + // aapt resource value: 0x7f070056 + public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131165270; + + // aapt resource value: 0x7f070057 + public const int Base_Widget_AppCompat_ListPopupWindow = 2131165271; + + // aapt resource value: 0x7f070058 + public const int Base_Widget_AppCompat_ListView_DropDown = 2131165272; + + // aapt resource value: 0x7f070059 + public const int Base_Widget_AppCompat_ListView_Menu = 2131165273; + + // aapt resource value: 0x7f07005a + public const int Base_Widget_AppCompat_PopupMenu = 2131165274; + + // aapt resource value: 0x7f07005b + public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131165275; + + // aapt resource value: 0x7f07005c + public const int Base_Widget_AppCompat_PopupWindow = 2131165276; + + // aapt resource value: 0x7f07005d + public const int Base_Widget_AppCompat_ProgressBar = 2131165277; + + // aapt resource value: 0x7f07005e + public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131165278; + + // aapt resource value: 0x7f07005f + public const int Base_Widget_AppCompat_SearchView = 2131165279; + + // aapt resource value: 0x7f070060 + public const int Base_Widget_AppCompat_Spinner = 2131165280; + + // aapt resource value: 0x7f070061 + public const int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 2131165281; + + // aapt resource value: 0x7f070062 + public const int Base_Widget_AppCompat_Toolbar = 2131165282; + + // aapt resource value: 0x7f070063 + public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131165283; + + // aapt resource value: 0x7f070000 + public const int CardView = 2131165184; + + // aapt resource value: 0x7f070001 + public const int CardView_Dark = 2131165185; + + // aapt resource value: 0x7f070002 + public const int CardView_Light = 2131165186; + + // aapt resource value: 0x7f070064 + public const int Platform_AppCompat = 2131165284; + + // aapt resource value: 0x7f070065 + public const int Platform_AppCompat_Dialog = 2131165285; + + // aapt resource value: 0x7f070066 + public const int Platform_AppCompat_Light = 2131165286; + + // aapt resource value: 0x7f070067 + public const int Platform_AppCompat_Light_Dialog = 2131165287; + + // aapt resource value: 0x7f070068 + public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131165288; + + // aapt resource value: 0x7f070069 + public const int RtlOverlay_Widget_AppCompat_ActionButton_CloseMode = 2131165289; + + // aapt resource value: 0x7f07006a + public const int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 2131165290; + + // aapt resource value: 0x7f07006b + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131165291; + + // aapt resource value: 0x7f07006c + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131165292; + + // aapt resource value: 0x7f07006d + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131165293; + + // aapt resource value: 0x7f07006e + public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131165294; + + // aapt resource value: 0x7f07006f + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131165295; + + // aapt resource value: 0x7f070070 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131165296; + + // aapt resource value: 0x7f070071 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131165297; + + // aapt resource value: 0x7f070072 + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131165298; + + // aapt resource value: 0x7f070073 + public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131165299; + + // aapt resource value: 0x7f070074 + public const int TextAppearance_AppCompat = 2131165300; + + // aapt resource value: 0x7f070075 + public const int TextAppearance_AppCompat_Body1 = 2131165301; + + // aapt resource value: 0x7f070076 + public const int TextAppearance_AppCompat_Body2 = 2131165302; + + // aapt resource value: 0x7f070077 + public const int TextAppearance_AppCompat_Button = 2131165303; + + // aapt resource value: 0x7f070078 + public const int TextAppearance_AppCompat_Caption = 2131165304; + + // aapt resource value: 0x7f070079 + public const int TextAppearance_AppCompat_Display1 = 2131165305; + + // aapt resource value: 0x7f07007a + public const int TextAppearance_AppCompat_Display2 = 2131165306; + + // aapt resource value: 0x7f07007b + public const int TextAppearance_AppCompat_Display3 = 2131165307; + + // aapt resource value: 0x7f07007c + public const int TextAppearance_AppCompat_Display4 = 2131165308; + + // aapt resource value: 0x7f07007d + public const int TextAppearance_AppCompat_Headline = 2131165309; + + // aapt resource value: 0x7f07007e + public const int TextAppearance_AppCompat_Inverse = 2131165310; + + // aapt resource value: 0x7f07007f + public const int TextAppearance_AppCompat_Large = 2131165311; + + // aapt resource value: 0x7f070080 + public const int TextAppearance_AppCompat_Large_Inverse = 2131165312; + + // aapt resource value: 0x7f070081 + public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131165313; + + // aapt resource value: 0x7f070082 + public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131165314; + + // aapt resource value: 0x7f070083 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131165315; + + // aapt resource value: 0x7f070084 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131165316; + + // aapt resource value: 0x7f070085 + public const int TextAppearance_AppCompat_Medium = 2131165317; + + // aapt resource value: 0x7f070086 + public const int TextAppearance_AppCompat_Medium_Inverse = 2131165318; + + // aapt resource value: 0x7f070087 + public const int TextAppearance_AppCompat_Menu = 2131165319; + + // aapt resource value: 0x7f070088 + public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131165320; + + // aapt resource value: 0x7f070089 + public const int TextAppearance_AppCompat_SearchResult_Title = 2131165321; + + // aapt resource value: 0x7f07008a + public const int TextAppearance_AppCompat_Small = 2131165322; + + // aapt resource value: 0x7f07008b + public const int TextAppearance_AppCompat_Small_Inverse = 2131165323; + + // aapt resource value: 0x7f07008c + public const int TextAppearance_AppCompat_Subhead = 2131165324; + + // aapt resource value: 0x7f07008d + public const int TextAppearance_AppCompat_Subhead_Inverse = 2131165325; + + // aapt resource value: 0x7f07008e + public const int TextAppearance_AppCompat_Title = 2131165326; + + // aapt resource value: 0x7f07008f + public const int TextAppearance_AppCompat_Title_Inverse = 2131165327; + + // aapt resource value: 0x7f070090 + public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131165328; + + // aapt resource value: 0x7f070091 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131165329; + + // aapt resource value: 0x7f070092 + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131165330; + + // aapt resource value: 0x7f070093 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131165331; + + // aapt resource value: 0x7f070094 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131165332; + + // aapt resource value: 0x7f070095 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131165333; + + // aapt resource value: 0x7f070096 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131165334; + + // aapt resource value: 0x7f070097 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131165335; + + // aapt resource value: 0x7f070098 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131165336; + + // aapt resource value: 0x7f070099 + public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131165337; + + // aapt resource value: 0x7f07009a + public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131165338; + + // aapt resource value: 0x7f07009b + public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131165339; + + // aapt resource value: 0x7f07009c + public const int TextAppearance_AppCompat_Widget_Switch = 2131165340; + + // aapt resource value: 0x7f07009d + public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131165341; + + // aapt resource value: 0x7f07009e + public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131165342; + + // aapt resource value: 0x7f07009f + public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131165343; + + // aapt resource value: 0x7f0700a0 + public const int Theme_AppCompat = 2131165344; + + // aapt resource value: 0x7f0700a1 + public const int Theme_AppCompat_CompactMenu = 2131165345; + + // aapt resource value: 0x7f0700a2 + public const int Theme_AppCompat_Dialog = 2131165346; + + // aapt resource value: 0x7f0700a3 + public const int Theme_AppCompat_DialogWhenLarge = 2131165347; + + // aapt resource value: 0x7f0700a4 + public const int Theme_AppCompat_Light = 2131165348; + + // aapt resource value: 0x7f0700a5 + public const int Theme_AppCompat_Light_DarkActionBar = 2131165349; + + // aapt resource value: 0x7f0700a6 + public const int Theme_AppCompat_Light_Dialog = 2131165350; + + // aapt resource value: 0x7f0700a7 + public const int Theme_AppCompat_Light_DialogWhenLarge = 2131165351; + + // aapt resource value: 0x7f0700a8 + public const int Theme_AppCompat_Light_NoActionBar = 2131165352; + + // aapt resource value: 0x7f0700a9 + public const int Theme_AppCompat_NoActionBar = 2131165353; + + // aapt resource value: 0x7f0700aa + public const int ThemeOverlay_AppCompat = 2131165354; + + // aapt resource value: 0x7f0700ab + public const int ThemeOverlay_AppCompat_ActionBar = 2131165355; + + // aapt resource value: 0x7f0700ac + public const int ThemeOverlay_AppCompat_Dark = 2131165356; + + // aapt resource value: 0x7f0700ad + public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131165357; + + // aapt resource value: 0x7f0700ae + public const int ThemeOverlay_AppCompat_Light = 2131165358; + + // aapt resource value: 0x7f0700af + public const int Widget_AppCompat_ActionBar = 2131165359; + + // aapt resource value: 0x7f0700b0 + public const int Widget_AppCompat_ActionBar_Solid = 2131165360; + + // aapt resource value: 0x7f0700b1 + public const int Widget_AppCompat_ActionBar_TabBar = 2131165361; + + // aapt resource value: 0x7f0700b2 + public const int Widget_AppCompat_ActionBar_TabText = 2131165362; + + // aapt resource value: 0x7f0700b3 + public const int Widget_AppCompat_ActionBar_TabView = 2131165363; + + // aapt resource value: 0x7f0700b4 + public const int Widget_AppCompat_ActionButton = 2131165364; + + // aapt resource value: 0x7f0700b5 + public const int Widget_AppCompat_ActionButton_CloseMode = 2131165365; + + // aapt resource value: 0x7f0700b6 + public const int Widget_AppCompat_ActionButton_Overflow = 2131165366; + + // aapt resource value: 0x7f0700b7 + public const int Widget_AppCompat_ActionMode = 2131165367; + + // aapt resource value: 0x7f0700b8 + public const int Widget_AppCompat_ActivityChooserView = 2131165368; + + // aapt resource value: 0x7f0700b9 + public const int Widget_AppCompat_AutoCompleteTextView = 2131165369; + + // aapt resource value: 0x7f0700ba + public const int Widget_AppCompat_CompoundButton_Switch = 2131165370; + + // aapt resource value: 0x7f0700bb + public const int Widget_AppCompat_DrawerArrowToggle = 2131165371; + + // aapt resource value: 0x7f0700bc + public const int Widget_AppCompat_DropDownItem_Spinner = 2131165372; + + // aapt resource value: 0x7f0700bd + public const int Widget_AppCompat_EditText = 2131165373; + + // aapt resource value: 0x7f0700be + public const int Widget_AppCompat_Light_ActionBar = 2131165374; + + // aapt resource value: 0x7f0700bf + public const int Widget_AppCompat_Light_ActionBar_Solid = 2131165375; + + // aapt resource value: 0x7f0700c0 + public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131165376; + + // aapt resource value: 0x7f0700c1 + public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131165377; + + // aapt resource value: 0x7f0700c2 + public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131165378; + + // aapt resource value: 0x7f0700c3 + public const int Widget_AppCompat_Light_ActionBar_TabText = 2131165379; + + // aapt resource value: 0x7f0700c4 + public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131165380; + + // aapt resource value: 0x7f0700c5 + public const int Widget_AppCompat_Light_ActionBar_TabView = 2131165381; + + // aapt resource value: 0x7f0700c6 + public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131165382; + + // aapt resource value: 0x7f0700c7 + public const int Widget_AppCompat_Light_ActionButton = 2131165383; + + // aapt resource value: 0x7f0700c8 + public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131165384; + + // aapt resource value: 0x7f0700c9 + public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131165385; + + // aapt resource value: 0x7f0700ca + public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131165386; + + // aapt resource value: 0x7f0700cb + public const int Widget_AppCompat_Light_ActivityChooserView = 2131165387; + + // aapt resource value: 0x7f0700cc + public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131165388; + + // aapt resource value: 0x7f0700cd + public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131165389; + + // aapt resource value: 0x7f0700ce + public const int Widget_AppCompat_Light_ListPopupWindow = 2131165390; + + // aapt resource value: 0x7f0700cf + public const int Widget_AppCompat_Light_ListView_DropDown = 2131165391; + + // aapt resource value: 0x7f0700d0 + public const int Widget_AppCompat_Light_PopupMenu = 2131165392; + + // aapt resource value: 0x7f0700d1 + public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131165393; + + // aapt resource value: 0x7f0700d2 + public const int Widget_AppCompat_Light_SearchView = 2131165394; + + // aapt resource value: 0x7f0700d3 + public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131165395; + + // aapt resource value: 0x7f0700d4 + public const int Widget_AppCompat_ListPopupWindow = 2131165396; + + // aapt resource value: 0x7f0700d5 + public const int Widget_AppCompat_ListView_DropDown = 2131165397; + + // aapt resource value: 0x7f0700d6 + public const int Widget_AppCompat_ListView_Menu = 2131165398; + + // aapt resource value: 0x7f0700d7 + public const int Widget_AppCompat_PopupMenu = 2131165399; + + // aapt resource value: 0x7f0700d8 + public const int Widget_AppCompat_PopupMenu_Overflow = 2131165400; + + // aapt resource value: 0x7f0700d9 + public const int Widget_AppCompat_PopupWindow = 2131165401; + + // aapt resource value: 0x7f0700da + public const int Widget_AppCompat_ProgressBar = 2131165402; + + // aapt resource value: 0x7f0700db + public const int Widget_AppCompat_ProgressBar_Horizontal = 2131165403; + + // aapt resource value: 0x7f0700dc + public const int Widget_AppCompat_SearchView = 2131165404; + + // aapt resource value: 0x7f0700dd + public const int Widget_AppCompat_Spinner = 2131165405; + + // aapt resource value: 0x7f0700de + public const int Widget_AppCompat_Spinner_DropDown = 2131165406; + + // aapt resource value: 0x7f0700df + public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131165407; + + // aapt resource value: 0x7f0700e0 + public const int Widget_AppCompat_Toolbar = 2131165408; + + // aapt resource value: 0x7f0700e1 + public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131165409; + + static Style() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Style() + { + } + } + + public partial class Styleable + { + + public static int[] ActionBar = new int[] { + 2130771980, + 2130771982, + 2130771983, + 2130771984, + 2130771985, + 2130771986, + 2130771987, + 2130771988, + 2130771989, + 2130771990, + 2130771991, + 2130771992, + 2130771993, + 2130771994, + 2130771995, + 2130771996, + 2130771997, + 2130771998, + 2130771999, + 2130772000, + 2130772001, + 2130772002, + 2130772003, + 2130772004, + 2130772005, + 2130772006, + 2130772092}; + + // 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: 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: 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: 24 + public const int ActionBar_elevation = 24; + + // aapt resource value: 0 + public const int ActionBar_height = 0; + + // aapt resource value: 19 + public const int ActionBar_hideOnContentScroll = 19; + + // aapt resource value: 26 + public const int ActionBar_homeAsUpIndicator = 26; + + // 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: 25 + public const int ActionBar_popupTheme = 25; + + // 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[] { + 2130771980, + 2130771986, + 2130771987, + 2130771991, + 2130771993, + 2130772007}; + + // 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[] { + 2130772008, + 2130772009}; + + // aapt resource value: 1 + public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + + // aapt resource value: 0 + public const int ActivityChooserView_initialActivityCount = 0; + + public static int[] CardView = new int[] { + 2130771968, + 2130771969, + 2130771970, + 2130771971, + 2130771972, + 2130771973, + 2130771974, + 2130771975, + 2130771976, + 2130771977, + 2130771978}; + + // aapt resource value: 0 + public const int CardView_cardBackgroundColor = 0; + + // aapt resource value: 1 + public const int CardView_cardCornerRadius = 1; + + // aapt resource value: 2 + public const int CardView_cardElevation = 2; + + // aapt resource value: 3 + public const int CardView_cardMaxElevation = 3; + + // aapt resource value: 5 + public const int CardView_cardPreventCornerOverlap = 5; + + // aapt resource value: 4 + public const int CardView_cardUseCompatPadding = 4; + + // aapt resource value: 6 + public const int CardView_contentPadding = 6; + + // aapt resource value: 10 + public const int CardView_contentPaddingBottom = 10; + + // aapt resource value: 7 + public const int CardView_contentPaddingLeft = 7; + + // aapt resource value: 8 + public const int CardView_contentPaddingRight = 8; + + // aapt resource value: 9 + public const int CardView_contentPaddingTop = 9; + + public static int[] CompatTextView = new int[] { + 2130772010}; + + // aapt resource value: 0 + public const int CompatTextView_textAllCaps = 0; + + public static int[] DrawerArrowToggle = new int[] { + 2130772011, + 2130772012, + 2130772013, + 2130772014, + 2130772015, + 2130772016, + 2130772017, + 2130772018}; + + // aapt resource value: 6 + public const int DrawerArrowToggle_barSize = 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: 5 + public const int DrawerArrowToggle_middleBarArrowSize = 5; + + // aapt resource value: 1 + public const int DrawerArrowToggle_spinBars = 1; + + // aapt resource value: 7 + public const int DrawerArrowToggle_thickness = 7; + + // aapt resource value: 4 + public const int DrawerArrowToggle_topBottomBarArrowSize = 4; + + public static int[] LinearLayoutCompat = new int[] { + 16842927, + 16842948, + 16843046, + 16843047, + 16843048, + 2130771990, + 2130772019, + 2130772020, + 2130772021}; + + // 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[] 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, + 2130772022, + 2130772023, + 2130772024, + 2130772025}; + + // aapt resource value: 14 + public const int MenuItem_actionLayout = 14; + + // aapt resource value: 16 + public const int MenuItem_actionProviderClass = 16; + + // aapt resource value: 15 + public const int MenuItem_actionViewClass = 15; + + // 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: 13 + public const int MenuItem_showAsAction = 13; + + public static int[] MenuView = new int[] { + 16842926, + 16843052, + 16843053, + 16843054, + 16843055, + 16843056, + 16843057, + 2130772026}; + + // 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; + + public static int[] PagerSlidingTabStrip = new int[] { + 2130772148, + 2130772149, + 2130772150, + 2130772151, + 2130772152, + 2130772153, + 2130772154, + 2130772155, + 2130772156, + 2130772157, + 2130772158, + 2130772159, + 2130772160, + 2130772161, + 2130772162, + 2130772163, + 2130772164}; + + // aapt resource value: 2 + public const int PagerSlidingTabStrip_pstsDividerColor = 2; + + // aapt resource value: 6 + public const int PagerSlidingTabStrip_pstsDividerPadding = 6; + + // aapt resource value: 3 + public const int PagerSlidingTabStrip_pstsDividerWidth = 3; + + // aapt resource value: 0 + public const int PagerSlidingTabStrip_pstsIndicatorColor = 0; + + // aapt resource value: 4 + public const int PagerSlidingTabStrip_pstsIndicatorHeight = 4; + + // aapt resource value: 12 + public const int PagerSlidingTabStrip_pstsPaddingMiddle = 12; + + // aapt resource value: 8 + public const int PagerSlidingTabStrip_pstsScrollOffset = 8; + + // aapt resource value: 10 + public const int PagerSlidingTabStrip_pstsShouldExpand = 10; + + // aapt resource value: 9 + public const int PagerSlidingTabStrip_pstsTabBackground = 9; + + // aapt resource value: 7 + public const int PagerSlidingTabStrip_pstsTabPaddingLeftRight = 7; + + // aapt resource value: 11 + public const int PagerSlidingTabStrip_pstsTextAllCaps = 11; + + // aapt resource value: 15 + public const int PagerSlidingTabStrip_pstsTextAlpha = 15; + + // aapt resource value: 16 + public const int PagerSlidingTabStrip_pstsTextSelectedAlpha = 16; + + // aapt resource value: 14 + public const int PagerSlidingTabStrip_pstsTextSelectedStyle = 14; + + // aapt resource value: 13 + public const int PagerSlidingTabStrip_pstsTextStyle = 13; + + // aapt resource value: 1 + public const int PagerSlidingTabStrip_pstsUnderlineColor = 1; + + // aapt resource value: 5 + public const int PagerSlidingTabStrip_pstsUnderlineHeight = 5; + + public static int[] PopupWindow = new int[] { + 16843126, + 2130772027}; + + // aapt resource value: 0 + public const int PopupWindow_android_popupBackground = 0; + + // aapt resource value: 1 + public const int PopupWindow_overlapAnchor = 1; + + public static int[] PopupWindowBackgroundState = new int[] { + 2130772028}; + + // aapt resource value: 0 + public const int PopupWindowBackgroundState_state_above_anchor = 0; + + public static int[] SearchView = new int[] { + 16842970, + 16843039, + 16843296, + 16843364, + 2130772029, + 2130772030, + 2130772031, + 2130772032, + 2130772033, + 2130772034, + 2130772035, + 2130772036, + 2130772037, + 2130772038, + 2130772039}; + + // 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: 7 + public const int SearchView_closeIcon = 7; + + // aapt resource value: 11 + public const int SearchView_commitIcon = 11; + + // aapt resource value: 8 + public const int SearchView_goIcon = 8; + + // aapt resource value: 5 + public const int SearchView_iconifiedByDefault = 5; + + // aapt resource value: 4 + public const int SearchView_layout = 4; + + // aapt resource value: 13 + public const int SearchView_queryBackground = 13; + + // aapt resource value: 6 + public const int SearchView_queryHint = 6; + + // aapt resource value: 9 + public const int SearchView_searchIcon = 9; + + // aapt resource value: 14 + public const int SearchView_submitBackground = 14; + + // aapt resource value: 12 + public const int SearchView_suggestionRowLayout = 12; + + // aapt resource value: 10 + public const int SearchView_voiceIcon = 10; + + public static int[] Spinner = new int[] { + 16842927, + 16842964, + 16843125, + 16843126, + 16843362, + 16843436, + 16843437, + 2130772040, + 2130772041, + 2130772042, + 2130772043}; + + // aapt resource value: 1 + public const int Spinner_android_background = 1; + + // aapt resource value: 5 + public const int Spinner_android_dropDownHorizontalOffset = 5; + + // aapt resource value: 2 + public const int Spinner_android_dropDownSelector = 2; + + // aapt resource value: 6 + public const int Spinner_android_dropDownVerticalOffset = 6; + + // aapt resource value: 4 + public const int Spinner_android_dropDownWidth = 4; + + // aapt resource value: 0 + public const int Spinner_android_gravity = 0; + + // aapt resource value: 3 + public const int Spinner_android_popupBackground = 3; + + // aapt resource value: 10 + public const int Spinner_disableChildrenWhenDisabled = 10; + + // aapt resource value: 9 + public const int Spinner_popupPromptView = 9; + + // aapt resource value: 7 + public const int Spinner_prompt = 7; + + // aapt resource value: 8 + public const int Spinner_spinnerMode = 8; + + public static int[] SwitchCompat = new int[] { + 16843044, + 16843045, + 16843074, + 2130772044, + 2130772045, + 2130772046, + 2130772047, + 2130772048, + 2130772049, + 2130772050}; + + // 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: 9 + public const int SwitchCompat_showText = 9; + + // aapt resource value: 8 + public const int SwitchCompat_splitTrack = 8; + + // aapt resource value: 6 + public const int SwitchCompat_switchMinWidth = 6; + + // aapt resource value: 7 + public const int SwitchCompat_switchPadding = 7; + + // aapt resource value: 5 + public const int SwitchCompat_switchTextAppearance = 5; + + // aapt resource value: 4 + public const int SwitchCompat_thumbTextPadding = 4; + + // aapt resource value: 3 + public const int SwitchCompat_track = 3; + + public static int[] Theme = new int[] { + 16842839, + 2130772051, + 2130772052, + 2130772053, + 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}; + + // aapt resource value: 19 + public const int Theme_actionBarDivider = 19; + + // aapt resource value: 20 + public const int Theme_actionBarItemBackground = 20; + + // aapt resource value: 13 + public const int Theme_actionBarPopupTheme = 13; + + // aapt resource value: 18 + public const int Theme_actionBarSize = 18; + + // aapt resource value: 15 + public const int Theme_actionBarSplitStyle = 15; + + // aapt resource value: 14 + public const int Theme_actionBarStyle = 14; + + // aapt resource value: 9 + public const int Theme_actionBarTabBarStyle = 9; + + // aapt resource value: 8 + public const int Theme_actionBarTabStyle = 8; + + // aapt resource value: 10 + public const int Theme_actionBarTabTextStyle = 10; + + // aapt resource value: 16 + public const int Theme_actionBarTheme = 16; + + // aapt resource value: 17 + public const int Theme_actionBarWidgetTheme = 17; + + // aapt resource value: 43 + public const int Theme_actionButtonStyle = 43; + + // aapt resource value: 38 + public const int Theme_actionDropDownStyle = 38; + + // aapt resource value: 21 + public const int Theme_actionMenuTextAppearance = 21; + + // aapt resource value: 22 + public const int Theme_actionMenuTextColor = 22; + + // aapt resource value: 25 + public const int Theme_actionModeBackground = 25; + + // aapt resource value: 24 + public const int Theme_actionModeCloseButtonStyle = 24; + + // aapt resource value: 27 + public const int Theme_actionModeCloseDrawable = 27; + + // aapt resource value: 29 + public const int Theme_actionModeCopyDrawable = 29; + + // aapt resource value: 28 + public const int Theme_actionModeCutDrawable = 28; + + // aapt resource value: 33 + public const int Theme_actionModeFindDrawable = 33; + + // aapt resource value: 30 + public const int Theme_actionModePasteDrawable = 30; + + // aapt resource value: 35 + public const int Theme_actionModePopupWindowStyle = 35; + + // aapt resource value: 31 + public const int Theme_actionModeSelectAllDrawable = 31; + + // aapt resource value: 32 + public const int Theme_actionModeShareDrawable = 32; + + // aapt resource value: 26 + public const int Theme_actionModeSplitBackground = 26; + + // aapt resource value: 23 + public const int Theme_actionModeStyle = 23; + + // aapt resource value: 34 + public const int Theme_actionModeWebSearchDrawable = 34; + + // aapt resource value: 11 + public const int Theme_actionOverflowButtonStyle = 11; + + // aapt resource value: 12 + public const int Theme_actionOverflowMenuStyle = 12; + + // aapt resource value: 50 + public const int Theme_activityChooserViewStyle = 50; + + // aapt resource value: 0 + public const int Theme_android_windowIsFloating = 0; + + // aapt resource value: 45 + public const int Theme_buttonBarButtonStyle = 45; + + // aapt resource value: 44 + public const int Theme_buttonBarStyle = 44; + + // aapt resource value: 77 + public const int Theme_colorAccent = 77; + + // aapt resource value: 81 + public const int Theme_colorButtonNormal = 81; + + // aapt resource value: 79 + public const int Theme_colorControlActivated = 79; + + // aapt resource value: 80 + public const int Theme_colorControlHighlight = 80; + + // aapt resource value: 78 + public const int Theme_colorControlNormal = 78; + + // aapt resource value: 75 + public const int Theme_colorPrimary = 75; + + // aapt resource value: 76 + public const int Theme_colorPrimaryDark = 76; + + // aapt resource value: 82 + public const int Theme_colorSwitchThumbNormal = 82; + + // aapt resource value: 49 + public const int Theme_dividerHorizontal = 49; + + // aapt resource value: 48 + public const int Theme_dividerVertical = 48; + + // aapt resource value: 67 + public const int Theme_dropDownListViewStyle = 67; + + // aapt resource value: 39 + public const int Theme_dropdownListPreferredItemHeight = 39; + + // aapt resource value: 56 + public const int Theme_editTextBackground = 56; + + // aapt resource value: 55 + public const int Theme_editTextColor = 55; + + // aapt resource value: 42 + public const int Theme_homeAsUpIndicator = 42; + + // aapt resource value: 74 + public const int Theme_listChoiceBackgroundIndicator = 74; + + // aapt resource value: 68 + public const int Theme_listPopupWindowStyle = 68; + + // aapt resource value: 62 + public const int Theme_listPreferredItemHeight = 62; + + // aapt resource value: 64 + public const int Theme_listPreferredItemHeightLarge = 64; + + // aapt resource value: 63 + public const int Theme_listPreferredItemHeightSmall = 63; + + // aapt resource value: 65 + public const int Theme_listPreferredItemPaddingLeft = 65; + + // aapt resource value: 66 + public const int Theme_listPreferredItemPaddingRight = 66; + + // aapt resource value: 71 + public const int Theme_panelBackground = 71; + + // aapt resource value: 73 + public const int Theme_panelMenuListTheme = 73; + + // aapt resource value: 72 + public const int Theme_panelMenuListWidth = 72; + + // aapt resource value: 53 + public const int Theme_popupMenuStyle = 53; + + // aapt resource value: 54 + public const int Theme_popupWindowStyle = 54; + + // aapt resource value: 61 + public const int Theme_searchViewStyle = 61; + + // aapt resource value: 46 + public const int Theme_selectableItemBackground = 46; + + // aapt resource value: 47 + public const int Theme_selectableItemBackgroundBorderless = 47; + + // aapt resource value: 41 + public const int Theme_spinnerDropDownItemStyle = 41; + + // aapt resource value: 40 + public const int Theme_spinnerStyle = 40; + + // aapt resource value: 57 + public const int Theme_switchStyle = 57; + + // aapt resource value: 36 + public const int Theme_textAppearanceLargePopupMenu = 36; + + // aapt resource value: 69 + public const int Theme_textAppearanceListItem = 69; + + // aapt resource value: 70 + public const int Theme_textAppearanceListItemSmall = 70; + + // aapt resource value: 59 + public const int Theme_textAppearanceSearchResultSubtitle = 59; + + // aapt resource value: 58 + public const int Theme_textAppearanceSearchResultTitle = 58; + + // aapt resource value: 37 + public const int Theme_textAppearanceSmallPopupMenu = 37; + + // aapt resource value: 60 + public const int Theme_textColorSearchUrl = 60; + + // aapt resource value: 52 + public const int Theme_toolbarNavigationButtonStyle = 52; + + // aapt resource value: 51 + public const int Theme_toolbarStyle = 51; + + // aapt resource value: 1 + public const int Theme_windowActionBar = 1; + + // aapt resource value: 2 + public const int Theme_windowActionBarOverlay = 2; + + // aapt resource value: 3 + public const int Theme_windowActionModeOverlay = 3; + + // aapt resource value: 7 + public const int Theme_windowFixedHeightMajor = 7; + + // aapt resource value: 5 + public const int Theme_windowFixedHeightMinor = 5; + + // aapt resource value: 4 + public const int Theme_windowFixedWidthMajor = 4; + + // aapt resource value: 6 + public const int Theme_windowFixedWidthMinor = 6; + + public static int[] Toolbar = new int[] { + 16842927, + 16843072, + 2130771982, + 2130771985, + 2130772001, + 2130772002, + 2130772003, + 2130772004, + 2130772006, + 2130772133, + 2130772134, + 2130772135, + 2130772136, + 2130772137, + 2130772138, + 2130772139, + 2130772140, + 2130772141, + 2130772142, + 2130772143, + 2130772144, + 2130772145}; + + // 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: 19 + public const int Toolbar_collapseContentDescription = 19; + + // aapt resource value: 18 + public const int Toolbar_collapseIcon = 18; + + // aapt resource value: 5 + public const int Toolbar_contentInsetEnd = 5; + + // aapt resource value: 6 + public const int Toolbar_contentInsetLeft = 6; + + // aapt resource value: 7 + public const int Toolbar_contentInsetRight = 7; + + // aapt resource value: 4 + public const int Toolbar_contentInsetStart = 4; + + // aapt resource value: 16 + public const int Toolbar_maxButtonHeight = 16; + + // aapt resource value: 21 + public const int Toolbar_navigationContentDescription = 21; + + // aapt resource value: 20 + public const int Toolbar_navigationIcon = 20; + + // aapt resource value: 8 + public const int Toolbar_popupTheme = 8; + + // aapt resource value: 3 + public const int Toolbar_subtitle = 3; + + // aapt resource value: 10 + public const int Toolbar_subtitleTextAppearance = 10; + + // aapt resource value: 17 + public const int Toolbar_theme = 17; + + // aapt resource value: 2 + public const int Toolbar_title = 2; + + // aapt resource value: 15 + public const int Toolbar_titleMarginBottom = 15; + + // aapt resource value: 13 + public const int Toolbar_titleMarginEnd = 13; + + // aapt resource value: 12 + public const int Toolbar_titleMarginStart = 12; + + // aapt resource value: 14 + public const int Toolbar_titleMarginTop = 14; + + // aapt resource value: 11 + public const int Toolbar_titleMargins = 11; + + // aapt resource value: 9 + public const int Toolbar_titleTextAppearance = 9; + + public static int[] View = new int[] { + 16842970, + 2130772146, + 2130772147}; + + // aapt resource value: 0 + public const int View_android_focusable = 0; + + // aapt resource value: 2 + public const int View_paddingEnd = 2; + + // aapt resource value: 1 + public const int View_paddingStart = 1; + + 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/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/Icon.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/Icon.png new file mode 100644 index 0000000..f4c8046 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/Icon.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/ic_launcher.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..f7039d5 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/ic_launcher.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/ic_launcher_actionbar.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/ic_launcher_actionbar.png new file mode 100644 index 0000000..37876ca Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-hdpi/ic_launcher_actionbar.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/Icon.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/Icon.png new file mode 100644 index 0000000..ef1e1ee Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/Icon.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/ic_launcher.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..7227168 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/ic_launcher.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/ic_launcher_actionbar.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/ic_launcher_actionbar.png new file mode 100644 index 0000000..3fd6964 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-mdpi/ic_launcher_actionbar.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/Icon.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/Icon.png new file mode 100644 index 0000000..b7e2e57 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/Icon.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/actionbar_bottom.9.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/actionbar_bottom.9.png new file mode 100644 index 0000000..ade07b5 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/actionbar_bottom.9.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/background_card.9.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/background_card.9.png new file mode 100644 index 0000000..8cbd7af Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/background_card.9.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/contact.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/contact.png new file mode 100644 index 0000000..27ff1ba Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/contact.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_action_user.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_action_user.png new file mode 100644 index 0000000..f599622 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_action_user.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..2f56d75 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_actionbar.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_actionbar.png new file mode 100644 index 0000000..7c5e856 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_actionbar.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_chrome.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_chrome.png new file mode 100644 index 0000000..91c0d41 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_chrome.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gmail.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gmail.png new file mode 100644 index 0000000..8610079 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gmail.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gmaps.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gmaps.png new file mode 100644 index 0000000..f16a236 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gmaps.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gplus.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gplus.png new file mode 100644 index 0000000..e474eb2 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/ic_launcher_gplus.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/tabs_pattern.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/tabs_pattern.png new file mode 100644 index 0000000..652ead1 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/tabs_pattern.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/tabs_pattern_diagonal.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/tabs_pattern_diagonal.png new file mode 100644 index 0000000..30dde69 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xhdpi/tabs_pattern_diagonal.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/Icon.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/Icon.png new file mode 100644 index 0000000..8d20a38 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/Icon.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/ic_launcher.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..f24b106 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/ic_launcher.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/ic_launcher_actionbar.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/ic_launcher_actionbar.png new file mode 100644 index 0000000..ce220e5 Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxhdpi/ic_launcher_actionbar.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxxhdpi/Icon.png b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxxhdpi/Icon.png new file mode 100644 index 0000000..6d9919c Binary files /dev/null and b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable-xxxhdpi/Icon.png differ diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable/background_tabs.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable/background_tabs.xml new file mode 100644 index 0000000..9a451d5 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable/background_tabs.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable/background_tabs_diagonal.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable/background_tabs_diagonal.xml new file mode 100644 index 0000000..832c4bd --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/drawable/background_tabs_diagonal.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout-land/fragment_quick_contact.axml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout-land/fragment_quick_contact.axml new file mode 100644 index 0000000..379e6e0 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout-land/fragment_quick_contact.axml @@ -0,0 +1,8 @@ + + + + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/activity_main.axml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/activity_main.axml new file mode 100644 index 0000000..dd10d2f --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/activity_main.axml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_card.axml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_card.axml new file mode 100644 index 0000000..58331da --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_card.axml @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_quick_contact.axml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_quick_contact.axml new file mode 100644 index 0000000..31d6cc8 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_quick_contact.axml @@ -0,0 +1,51 @@ + + + + + + + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_quickcontact.axml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_quickcontact.axml new file mode 100644 index 0000000..4b5db2a --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/fragment_quickcontact.axml @@ -0,0 +1,7 @@ + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/toolbar.axml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/toolbar.axml new file mode 100644 index 0000000..877d845 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/layout/toolbar.axml @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/menu/main.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/menu/main.xml new file mode 100644 index 0000000..bcb25ac --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/menu/main.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values-sw720dp-land/dimens.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values-sw720dp-land/dimens.xml new file mode 100644 index 0000000..25169a5 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values-sw720dp-land/dimens.xml @@ -0,0 +1,10 @@ + + + + + 128dp + + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values-v19/themes.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values-v19/themes.xml new file mode 100644 index 0000000..eb53b40 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values-v19/themes.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/Strings.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/Strings.xml new file mode 100644 index 0000000..aa43757 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/Strings.xml @@ -0,0 +1,6 @@ + + + Hello World, Click Me! + Sample + Contact + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/colors.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/colors.xml new file mode 100644 index 0000000..cc72770 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/colors.xml @@ -0,0 +1,7 @@ + + + #FFE5E5E5 + #689F38 + #3E5F22 + #FFCC00 + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/dimens.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/dimens.xml new file mode 100644 index 0000000..2223eee --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/dimens.xml @@ -0,0 +1,8 @@ + + + + + 16dp + 16dp + + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/themes.xml b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/themes.xml new file mode 100644 index 0000000..facc028 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Resources/values/themes.xml @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Sample.csproj b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Sample.csproj new file mode 100644 index 0000000..caf50bb --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/Sample.csproj @@ -0,0 +1,129 @@ + + + + Debug + AnyCPU + {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {D66A1937-1993-4979-B18F-D4DB4C491F36} + Library + Sample + Assets + Resources + Resource + Resources\Resource.designer.cs + True + False + Sample + v5.0 + Properties\AndroidManifest.xml + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + None + false + + + full + true + bin\Release + prompt + 4 + False + false + + SdkOnly + True + False + False + armeabi,armeabi-v7a,x86 + + + + + + + + + False + packages\Refractored.PagerSlidingTabStrip.1.0.1\lib\MonoAndroid10\Refractored.PagerSlidingTabStrip.dll + + + + + + + + False + packages\Xamarin.Android.Support.v4.21.0.3.0\lib\MonoAndroid10\Xamarin.Android.Support.v4.dll + + + False + packages\Xamarin.Android.Support.v7.AppCompat.21.0.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll + + + False + packages\Xamarin.Android.Support.v7.CardView.21.0.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/SuperAwesomeCardFragment.cs b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/SuperAwesomeCardFragment.cs new file mode 100644 index 0000000..200a540 --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/SuperAwesomeCardFragment.cs @@ -0,0 +1,40 @@ +using Android.Support.V4.App; +using Android.OS; +using Android.Support.V4.View; + + +using Android.Widget; + +namespace Sample +{ + public class SuperAwesomeCardFragment : Fragment + { + private int position; + public static SuperAwesomeCardFragment NewInstance(int position) + { + var f = new SuperAwesomeCardFragment (); + var b = new Bundle (); + b.PutInt("position", position); + f.Arguments = b; + return f; + } + + public override void OnCreate (Bundle savedInstanceState) + { + base.OnCreate (savedInstanceState); + + position = Arguments.GetInt ("position"); + } + + + public override Android.Views.View OnCreateView (Android.Views.LayoutInflater inflater, Android.Views.ViewGroup container, Bundle savedInstanceState) + { + var root = inflater.Inflate(Resource.Layout.fragment_card, container, false); + var text = root.FindViewById (Resource.Id.textView); + text.Text = "Card: " + position; + ViewCompat.SetElevation(root, 50); + return root; + } + } +} + diff --git a/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/packages.config b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/packages.config new file mode 100644 index 0000000..bef189f --- /dev/null +++ b/Components/PagerSlidingTabStrip-1.0.1/samples/PSTSSample/packages.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0.info b/Components/xamandroidsupportv7appcompat-21.0.3.0.info new file mode 100644 index 0000000..b7a4814 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0.info @@ -0,0 +1 @@ +{"Name":"Android Support Library v7 AppCompat","Id":1276,"Alias":"xamandroidsupportv7appcompat","Description":"The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework APIs as well as features that are only available through the library APIs. Each Support Library is backward-compatible to a specific Android API level. This design means that your applications can use the libraries\u0027 features and still be compatible with devices running old android flavors.\n\nIncluding the Support Libraries in your Android project is considered a best practice for application developers, depending on the range of platform versions your app is targeting and the APIs that it uses. Using the features the libraries provide can help you improve the look of your application, increase performance and broaden the reach of your application to more users.\n\n*Portions of this page are modifications based on [work][3] created and [shared by the Android Open Source Project][1] and used according to terms described in the [Creative Commons 2.5 Attribution License][2].*\n\n[1]: http://code.google.com/policies.html\n[2]: http://creativecommons.org/licenses/by/2.5/\n[3]: http://developer.android.com/tools/support-library/index.html\n","Version":"21.0.3.0","Summary":"Provide backward-compatible versions of Android framework APIs.","QuickStart":"v7 Support AppCompat Library\n=========================\n\nThere are several libraries designed to be used with Android 2.1 (API level 7) and higher. \nThese libraries provide specific feature sets and can be included in your application independently \nfrom each other. This library adds support for the [Action Bar][4] user interface [design pattern][5].\n\nHere are a few of the key classes included in the v7 appcompat library:\n\n - ActionBar - Provides an implementation of the action bar user interface pattern. For more information on using the Action Bar, see the Action Bar developer guide.\n - ActionBarActivity - Adds an application activity class that must be used as a base class for activities that uses the Support Library action bar implementation.\n - ShareActionProvider - Adds support for a standardized sharing action (such as email or posting to social applications) that can be included in an action bar.\n \n\n### Target SDK Version \nNOTE: Using this support library requires that your app have its Target Android Version (*targetSdkVersion*) set to Lollipop (5.0 - API Level 21) or higher, or you will have *aapt* related compile errors. You can still set the Target Framework which your app is compiled against as low as Android 4.0.3 (API Level 15).\n\n\nUsing ActionBar\n------\n\n```csharp\n[Activity (Label = \"@string/action_bar_mechanics\", Theme = \"@style/Theme.AppCompat\")] \npublic class ActionBarMechanics : ActionBarActivity\n{\n\tprotected override void OnCreate (Bundle bundle)\n\t{\n\t\tbase.OnCreate (bundle);\n\n\t\t// The Action Bar is a window feature. The feature must be requested\n\t\t// before setting a content view. Normally this is set automatically\n\t\t// by your Activity\u0027s theme in your manifest. The provided system\n\t\t// theme Theme.WithActionBar enables this for you. Use it as you would\n\t\t// use Theme.NoTitleBar. You can add an Action Bar to your own themes\n\t\t// by adding the element \u003citem name=\"android:windowActionBar\"\u003etrue\u003c/item\u003e\n\t\t// to your style definition.\n\t\tSupportRequestWindowFeature(WindowCompat.FeatureActionBar);\n\t}\n\n\tpublic override bool OnCreateOptionsMenu (Android.Views.IMenu menu)\n\t{\n\t\t// Menu items default to never show in the action bar. On most devices this means\n\t\t// they will show in the standard options menu panel when the menu button is pressed.\n\t\t// On xlarge-screen devices a \"More\" button will appear in the far right of the\n\t\t// Action Bar that will display remaining items in a cascading menu.\n\n\t\tmenu.Add(new Java.Lang.String (\"Normal item\"));\n\n\t\tvar actionItem = menu.Add(new Java.Lang.String (\"Action Button\"));\n\n\t\t// Items that show as actions should favor the \"if room\" setting, which will\n\t\t// prevent too many buttons from crowding the bar. Extra items will show in the\n\t\t// overflow area.\n\t\tMenuItemCompat.SetShowAsAction(actionItem, MenuItemCompat.ShowAsActionIfRoom);\n\n\t\t// Items that show as actions are strongly encouraged to use an icon.\n\t\t// These icons are shown without a text description, and therefore should\n\t\t// be sufficiently descriptive on their own.\n\t\tactionItem.SetIcon(Android.Resource.Drawable.IcMenuShare);\n\t\treturn true;\n\t}\n\n\tpublic override bool OnOptionsItemSelected (Android.Views.IMenuItem item)\n\t{\n\t\tAndroid.Widget.Toast.MakeText (this, \n\t\t\t\"Selected Item: \" + \n\t\t\titem.TitleFormatted, \n\t\t\tAndroid.Widget.ToastLength.Short).Show();\n\t\t\t\n\t\treturn true;\n\t}\n}\n```\n\n\n*Portions of this page are modifications based on [work][3] created and [shared by the Android Open Source Project][1] and used according to terms described in the [Creative Commons 2.5 Attribution License][2].*\n\n[1]: http://code.google.com/policies.html\n[2]: http://creativecommons.org/licenses/by/2.5/\n[3]: http://developer.android.com/tools/support-library/features.html\n[4]: http://developer.android.com/guide/topics/ui/actionbar.html\n[5]: http://developer.android.com/design/patterns/actionbar.html\n\n","Hash":"36fc7d45421ff38635ed7f4100fe88e2","TargetPlatforms":["android"],"TrialHash":null} \ No newline at end of file diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0.png b/Components/xamandroidsupportv7appcompat-21.0.3.0.png new file mode 100644 index 0000000..c3743f9 Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/component/Details.md b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/Details.md new file mode 100644 index 0000000..a60f31a --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/Details.md @@ -0,0 +1,9 @@ +The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework APIs as well as features that are only available through the library APIs. Each Support Library is backward-compatible to a specific Android API level. This design means that your applications can use the libraries' features and still be compatible with devices running old android flavors. + +Including the Support Libraries in your Android project is considered a best practice for application developers, depending on the range of platform versions your app is targeting and the APIs that it uses. Using the features the libraries provide can help you improve the look of your application, increase performance and broaden the reach of your application to more users. + +*Portions of this page are modifications based on [work][3] created and [shared by the Android Open Source Project][1] and used according to terms described in the [Creative Commons 2.5 Attribution License][2].* + +[1]: http://code.google.com/policies.html +[2]: http://creativecommons.org/licenses/by/2.5/ +[3]: http://developer.android.com/tools/support-library/index.html diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/component/GettingStarted.md b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/GettingStarted.md new file mode 100644 index 0000000..d09b028 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/GettingStarted.md @@ -0,0 +1,83 @@ +v7 Support AppCompat Library +========================= + +There are several libraries designed to be used with Android 2.1 (API level 7) and higher. +These libraries provide specific feature sets and can be included in your application independently +from each other. This library adds support for the [Action Bar][4] user interface [design pattern][5]. + +Here are a few of the key classes included in the v7 appcompat library: + + - ActionBar - Provides an implementation of the action bar user interface pattern. For more information on using the Action Bar, see the Action Bar developer guide. + - ActionBarActivity - Adds an application activity class that must be used as a base class for activities that uses the Support Library action bar implementation. + - ShareActionProvider - Adds support for a standardized sharing action (such as email or posting to social applications) that can be included in an action bar. + + +### Target SDK Version +NOTE: Using this support library requires that your app have its Target Android Version (*targetSdkVersion*) set to Lollipop (5.0 - API Level 21) or higher, or you will have *aapt* related compile errors. You can still set the Target Framework which your app is compiled against as low as Android 4.0.3 (API Level 15). + + +Using ActionBar +------ + +```csharp +[Activity (Label = "@string/action_bar_mechanics", Theme = "@style/Theme.AppCompat")] +public class ActionBarMechanics : ActionBarActivity +{ + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + + // The Action Bar is a window feature. The feature must be requested + // before setting a content view. Normally this is set automatically + // by your Activity's theme in your manifest. The provided system + // theme Theme.WithActionBar enables this for you. Use it as you would + // use Theme.NoTitleBar. You can add an Action Bar to your own themes + // by adding the element true + // to your style definition. + SupportRequestWindowFeature(WindowCompat.FeatureActionBar); + } + + public override bool OnCreateOptionsMenu (Android.Views.IMenu menu) + { + // Menu items default to never show in the action bar. On most devices this means + // they will show in the standard options menu panel when the menu button is pressed. + // On xlarge-screen devices a "More" button will appear in the far right of the + // Action Bar that will display remaining items in a cascading menu. + + menu.Add(new Java.Lang.String ("Normal item")); + + var actionItem = menu.Add(new Java.Lang.String ("Action Button")); + + // Items that show as actions should favor the "if room" setting, which will + // prevent too many buttons from crowding the bar. Extra items will show in the + // overflow area. + MenuItemCompat.SetShowAsAction(actionItem, MenuItemCompat.ShowAsActionIfRoom); + + // Items that show as actions are strongly encouraged to use an icon. + // These icons are shown without a text description, and therefore should + // be sufficiently descriptive on their own. + actionItem.SetIcon(Android.Resource.Drawable.IcMenuShare); + return true; + } + + public override bool OnOptionsItemSelected (Android.Views.IMenuItem item) + { + Android.Widget.Toast.MakeText (this, + "Selected Item: " + + item.TitleFormatted, + Android.Widget.ToastLength.Short).Show(); + + return true; + } +} +``` + + +*Portions of this page are modifications based on [work][3] created and [shared by the Android Open Source Project][1] and used according to terms described in the [Creative Commons 2.5 Attribution License][2].* + +[1]: http://code.google.com/policies.html +[2]: http://creativecommons.org/licenses/by/2.5/ +[3]: http://developer.android.com/tools/support-library/features.html +[4]: http://developer.android.com/guide/topics/ui/actionbar.html +[5]: http://developer.android.com/design/patterns/actionbar.html + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/component/License.md b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/License.md new file mode 100644 index 0000000..0656c5c --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/License.md @@ -0,0 +1,309 @@ +``` +Packages +- Android Support Library, revision 18 + + +License Terms and Conditions + +This is the Android Software Development Kit License Agreement. + +1. Introduction + +1.1 The Android Software Development Kit (referred to in this License Agreement as the +"SDK" and specifically including the Android system files, packaged APIs, and Google APIs +add-ons) is licensed to you subject to the terms of this License Agreement. This License +Agreement forms a legally binding contract between you and Google in relation to your use +of the SDK. + +1.2 "Android" means the Android software stack for devices, as made available under the +Android Open Source Project, which is located at the following URL: +http://source.android.com/, as updated from time to time. + +1.3 "Google" means Google Inc., a Delaware corporation with principal place of business +at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. + + +2. Accepting this License Agreement + +2.1 In order to use the SDK, you must first agree to this License Agreement. You may not +use the SDK if you do not accept this License Agreement. + +2.2 By clicking to accept, you hereby agree to the terms of this License Agreement. + +2.3 You may not use the SDK and may not accept the License Agreement if you are a person +barred from receiving the SDK under the laws of the United States or other countries +including the country in which you are resident or from which you use the SDK. + +2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer +or other entity, you represent and warrant that you have full legal authority to bind your +employer or such entity to this License Agreement. If you do not have the requisite +authority, you may not accept the License Agreement or use the SDK on behalf of your +employer or other entity. + + +3. SDK License from Google + +3.1 Subject to the terms of this License Agreement, Google grants you a limited, +worldwide, royalty-free, non-assignable and non-exclusive license to use the SDK solely to +develop applications to run on the Android platform. + +3.2 You agree that Google or third parties own all legal right, title and interest in and +to the SDK, including any Intellectual Property Rights that subsist in the SDK. +"Intellectual Property Rights" means any and all rights under patent law, copyright law, +trade secret law, trademark law, and any and all other proprietary rights. Google reserves +all rights not expressly granted to you. + +3.3 You may not use the SDK for any purpose not expressly permitted by this License +Agreement. Except to the extent required by applicable third party licenses, you may not: +(a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse +engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or +(b) load any part of the SDK onto a mobile handset or any other hardware device except a +personal computer, combine any part of the SDK with other software, or distribute any +software or device incorporating a part of the SDK. + +3.4 You agree that you will not take any actions that may cause or result in the +fragmentation of Android, including but not limited to distributing, participating in the +creation of, or promoting in any way a software development kit derived from the SDK. + +3.5 Use, reproduction and distribution of components of the SDK licensed under an open +source software license are governed solely by the terms of that open source software +license and not this License Agreement. + +3.6 You agree that the form and nature of the SDK that Google provides may change without +prior notice to you and that future versions of the SDK may be incompatible with +applications developed on previous versions of the SDK. You agree that Google may stop +(permanently or temporarily) providing the SDK (or any features within the SDK) to you or +to users generally at Google's sole discretion, without prior notice to you. + +3.7 Nothing in this License Agreement gives you a right to use any of Google's trade +names, trademarks, service marks, logos, domain names, or other distinctive brand +features. + +3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices +(including copyright and trademark notices) that may be affixed to or contained within the +SDK. + + +4. Use of the SDK by You + +4.1 Google agrees that it obtains no right, title or interest from you (or your +licensors) under this License Agreement in or to any software applications that you +develop using the SDK, including any intellectual property rights that subsist in those +applications. + +4.2 You agree to use the SDK and write applications only for purposes that are permitted +by (a) this License Agreement and (b) any applicable law, regulation or generally accepted +practices or guidelines in the relevant jurisdictions (including any laws regarding the +export of data or software to and from the United States or other relevant countries). + +4.3 You agree that if you use the SDK to develop applications for general public users, +you will protect the privacy and legal rights of those users. If the users provide you +with user names, passwords, or other login information or personal information, you must +make the users aware that the information will be available to your application, and you +must provide legally adequate privacy notice and protection for those users. If your +application stores personal or sensitive information provided by users, it must do so +securely. If the user provides your application with Google Account information, your +application may only use that information to access the user's Google Account when, and +for the limited purposes for which, the user has given you permission to do so. + +4.4 You agree that you will not engage in any activity with the SDK, including the +development or distribution of an application, that interferes with, disrupts, damages, or +accesses in an unauthorized manner the servers, networks, or other properties or services +of any third party including, but not limited to, Google or any mobile communications +carrier. + +4.5 You agree that you are solely responsible for (and that Google has no responsibility +to you or to any third party for) any data, content, or resources that you create, +transmit or display through Android and/or applications for Android, and for the +consequences of your actions (including any loss or damage which Google may suffer) by +doing so. + +4.6 You agree that you are solely responsible for (and that Google has no responsibility +to you or to any third party for) any breach of your obligations under this License +Agreement, any applicable third party contract or Terms of Service, or any applicable law +or regulation, and for the consequences (including any loss or damage which Google or any +third party may suffer) of any such breach. + + +5. Your Developer Credentials + +5.1 You agree that you are responsible for maintaining the confidentiality of any +developer credentials that may be issued to you by Google or which you may choose yourself +and that you will be solely responsible for all applications that are developed under your +developer credentials. + + +6. Privacy and Information + +6.1 In order to continually innovate and improve the SDK, Google may collect certain +usage statistics from the software including but not limited to a unique identifier, +associated IP address, version number of the software, and information on which tools +and/or services in the SDK are being used and how they are being used. Before any of this +information is collected, the SDK will notify you and seek your consent. If you withhold +consent, the information will not be collected. + +6.2 The data collected is examined in the aggregate to improve the SDK and is maintained +in accordance with Google's Privacy Policy. + + +7. Third Party Applications + +7.1 If you use the SDK to run applications developed by a third party or that access +data, content or resources provided by a third party, you agree that Google is not +responsible for those applications, data, content, or resources. You understand that all +data, content or resources which you may access through such third party applications are +the sole responsibility of the person from which they originated and that Google is not +liable for any loss or damage that you may experience as a result of the use or access of +any of those third party applications, data, content, or resources. + +7.2 You should be aware the data, content, and resources presented to you through such a +third party application may be protected by intellectual property rights which are owned +by the providers (or by other persons or companies on their behalf). You may not modify, +rent, lease, loan, sell, distribute or create derivative works based on these data, +content, or resources (either in whole or in part) unless you have been specifically given +permission to do so by the relevant owners. + +7.3 You acknowledge that your use of such third party applications, data, content, or +resources may be subject to separate terms between you and the relevant third party. In +that case, this License Agreement does not affect your legal relationship with these third +parties. + + +8. Using Android APIs + +8.1 Google Data APIs + +8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may +be protected by intellectual property rights which are owned by Google or those parties +that provide the data (or by other persons or companies on their behalf). Your use of any +such API may be subject to additional Terms of Service. You may not modify, rent, lease, +loan, sell, distribute or create derivative works based on this data (either in whole or +in part) unless allowed by the relevant Terms of Service. + +8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree +that you shall retrieve data only with the user's explicit consent and only when, and for +the limited purposes for which, the user has given you permission to do so. + + +9. Terminating this License Agreement + +9.1 This License Agreement will continue to apply until terminated by either you or +Google as set out below. + +9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of +the SDK and any relevant developer credentials. + +9.3 Google may at any time, terminate this License Agreement with you if: + +(A) you have breached any provision of this License Agreement; or + +(B) Google is required to do so by law; or + +(C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has +terminated its relationship with Google or ceased to offer certain parts of the SDK to +you; or + +(D) Google decides to no longer provide the SDK or certain parts of the SDK to users in +the country in which you are resident or from which you use the service, or the provision +of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no +longer commercially viable. + +9.4 When this License Agreement comes to an end, all of the legal rights, obligations and +liabilities that you and Google have benefited from, been subject to (or which have +accrued over time whilst this License Agreement has been in force) or which are expressed +to continue indefinitely, shall be unaffected by this cessation, and the provisions of +paragraph 14.7 shall continue to apply to such rights, obligations and liabilities +indefinitely. + + +10. DISCLAIMER OF WARRANTIES + +10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND +THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM +GOOGLE. + +10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE +USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY +DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. + +10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, +WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND +CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + + +11. LIMITATION OF LIABILITY + +11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND +ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY +YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN +ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING. + + +12. Indemnification + +12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold +harmless Google, its affiliates and their respective directors, officers, employees and +agents from and against any and all claims, actions, suits or proceedings, as well as any +and all losses, liabilities, damages, costs and expenses (including reasonable attorneys +fees) arising out of or accruing from (a) your use of the SDK, (b) any application you +develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, +patent or other intellectual property right of any person or defames any person or +violates their rights of publicity or privacy, and (c) any non-compliance by you with this +License Agreement. + + +13. Changes to the License Agreement + +13.1 Google may make changes to the License Agreement as it distributes new versions of +the SDK. When these changes are made, Google will make a new version of the License +Agreement available on the website where the SDK is made available. + + +14. General Legal Terms + +14.1 This License Agreement constitutes the whole legal agreement between you and Google +and governs your use of the SDK (excluding any services which Google may provide to you +under a separate written agreement), and completely replaces any prior agreements between +you and Google in relation to the SDK. + +14.2 You agree that if Google does not exercise or enforce any legal right or remedy +which is contained in this License Agreement (or which Google has the benefit of under any +applicable law), this will not be taken to be a formal waiver of Google's rights and that +those rights or remedies will still be available to Google. + +14.3 If any court of law, having the jurisdiction to decide on this matter, rules that +any provision of this License Agreement is invalid, then that provision will be removed +from this License Agreement without affecting the rest of this License Agreement. The +remaining provisions of this License Agreement will continue to be valid and enforceable. + +14.4 You acknowledge and agree that each member of the group of companies of which Google +is the parent shall be third party beneficiaries to this License Agreement and that such +other companies shall be entitled to directly enforce, and rely upon, any provision of +this License Agreement that confers a benefit on (or rights in favor of) them. Other than +this, no other person or company shall be third party beneficiaries to this License +Agreement. + +14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND +REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND +REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END +USERS AND END USE. + +14.6 The rights granted in this License Agreement may not be assigned or transferred by +either you or Google without the prior written approval of the other party. Neither you +nor Google shall be permitted to delegate their responsibilities or obligations under this +License Agreement without the prior written approval of the other party. + +14.7 This License Agreement, and your relationship with Google under this License +Agreement, shall be governed by the laws of the State of California without regard to its +conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction +of the courts located within the county of Santa Clara, California to resolve any legal +matter arising from this License Agreement. Notwithstanding this, you agree that Google +shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent +legal relief) in any jurisdiction. + +November 13, 2012 + +``` + + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/component/Manifest.xml b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/Manifest.xml new file mode 100644 index 0000000..3804c30 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/Manifest.xml @@ -0,0 +1,18 @@ + + + Android Support Library v7 AppCompat + Xamarin Inc. + http://xamarin.com + 21.0.3.0 + Provide backward-compatible versions of Android framework APIs. + + + + + + + Android Support Sample + Android Support Sample + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/component/icons/xamandroidsupportv7appcompat_128x128.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/icons/xamandroidsupportv7appcompat_128x128.png new file mode 100644 index 0000000..c3743f9 Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/icons/xamandroidsupportv7appcompat_128x128.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/component/icons/xamandroidsupportv7appcompat_512x512.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/icons/xamandroidsupportv7appcompat_512x512.png new file mode 100644 index 0000000..1b6ad2c Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/component/icons/xamandroidsupportv7appcompat_512x512.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/lib/android/Xamarin.Android.Support.v4.dll b/Components/xamandroidsupportv7appcompat-21.0.3.0/lib/android/Xamarin.Android.Support.v4.dll new file mode 100644 index 0000000..f48a37c Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/lib/android/Xamarin.Android.Support.v4.dll differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/lib/android/Xamarin.Android.Support.v7.AppCompat.dll b/Components/xamandroidsupportv7appcompat-21.0.3.0/lib/android/Xamarin.Android.Support.v7.AppCompat.dll new file mode 100644 index 0000000..22edfd9 Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/lib/android/Xamarin.Android.Support.v7.AppCompat.dll differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample.sln b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample.sln new file mode 100644 index 0000000..50e91d5 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidSupportSample", "AndroidSupportSample\AndroidSupportSample.csproj", "{89F29C9E-B906-41B1-9D39-4DE184029DCC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {89F29C9E-B906-41B1-9D39-4DE184029DCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89F29C9E-B906-41B1-9D39-4DE184029DCC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89F29C9E-B906-41B1-9D39-4DE184029DCC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89F29C9E-B906-41B1-9D39-4DE184029DCC}.Release|Any CPU.Build.0 = Release|Any CPU + {B4ED245B-BBD8-4549-9990-476A36AAD381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B4ED245B-BBD8-4549-9990-476A36AAD381}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B4ED245B-BBD8-4549-9990-476A36AAD381}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B4ED245B-BBD8-4549-9990-476A36AAD381}.Release|Any CPU.Build.0 = Release|Any CPU + {BCE98C50-BDB6-49C4-AFB4-78EB1357A3F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BCE98C50-BDB6-49C4-AFB4-78EB1357A3F2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BCE98C50-BDB6-49C4-AFB4-78EB1357A3F2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BCE98C50-BDB6-49C4-AFB4-78EB1357A3F2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = AndroidSupportSample\AndroidSupportSample.csproj + EndGlobalSection +EndGlobal diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/AndroidSupportSample.csproj b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/AndroidSupportSample.csproj new file mode 100644 index 0000000..4bac350 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/AndroidSupportSample.csproj @@ -0,0 +1,110 @@ + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {89F29C9E-B906-41B1-9D39-4DE184029DCC} + {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + AndroidSupportSample + Properties\AndroidManifest.xml + AndroidSupportSample + True + Resources\Resource.designer.cs + Resource + Resources + Assets + False + v4.0.3 + + + true + full + false + bin\Debug + DEBUG;__MOBILE__;__ANDROID__; + prompt + 4 + None + false + armeabi;armeabi-v7a;x86 + + + full + true + bin\Release + __MOBILE__;__ANDROID__; + prompt + 4 + false + false + armeabi;armeabi-v7a;x86 + + + + + + + + + + + + + + + ..\packages\Xamarin.Android.Support.v7.AppCompat.21.0.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll + + + ..\packages\Xamarin.Android.Support.v4.21.0.3.0\lib\MonoAndroid10\Xamarin.Android.Support.v4.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarDisplayOptions.cs b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarDisplayOptions.cs new file mode 100644 index 0000000..76d9996 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarDisplayOptions.cs @@ -0,0 +1,125 @@ +using System; +using Android.OS; +using Android.Support.V7.App; + + +namespace AndroidSupportSample +{ + [Android.App.Activity (Theme="@style/Theme.AppCompat")] // Properties set in AndroidManifest.xml directly + public class ActionBarDisplayOptions : ActionBarActivity, Android.Views.View.IOnClickListener, ActionBar.ITabListener + { + + private Android.Views.View mCustomView; + private Android.Support.V7.App.ActionBar.LayoutParams mCustomViewLayoutParams; + + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + + SetContentView(Resource.Layout.action_bar_display_options); + + FindViewById(Resource.Id.toggle_home_as_up).SetOnClickListener(this); + FindViewById(Resource.Id.toggle_show_home).SetOnClickListener(this); + FindViewById(Resource.Id.toggle_use_logo).SetOnClickListener(this); + FindViewById(Resource.Id.toggle_show_title).SetOnClickListener(this); + FindViewById(Resource.Id.toggle_show_custom).SetOnClickListener(this); + FindViewById(Resource.Id.toggle_navigation).SetOnClickListener(this); + FindViewById(Resource.Id.cycle_custom_gravity).SetOnClickListener(this); + FindViewById(Resource.Id.toggle_visibility).SetOnClickListener(this); + + // Configure several action bar elements that will be toggled by display options. + mCustomView = LayoutInflater.Inflate(Resource.Layout.action_bar_display_options_custom, null); + mCustomViewLayoutParams = new Android.Support.V7.App.ActionBar.LayoutParams( + Android.Support.V7.App.ActionBar.LayoutParams.WrapContent, + Android.Support.V7.App.ActionBar.LayoutParams.WrapContent); + + ActionBar bar = SupportActionBar; + bar.SetCustomView(mCustomView, mCustomViewLayoutParams); + bar.AddTab(bar.NewTab().SetText("Tab 1").SetTabListener(this)); + bar.AddTab(bar.NewTab().SetText("Tab 2").SetTabListener(this)); + bar.AddTab(bar.NewTab().SetText("Tab 3").SetTabListener(this)); + } + + public override bool OnCreateOptionsMenu (Android.Views.IMenu menu) + { + MenuInflater.Inflate(Resource.Menu.display_options_actions, menu); + return true; + } + + public override bool OnSupportNavigateUp () + { + Finish(); + return true; + } + + public void OnClick (Android.Views.View v) + { + ActionBar bar = SupportActionBar; + int flags = 0; + switch (v.Id) { + case Resource.Id.toggle_home_as_up: + flags = Android.Support.V7.App.ActionBar.DisplayHomeAsUp; + break; + case Resource.Id.toggle_show_home: + flags = Android.Support.V7.App.ActionBar.DisplayShowHome; + break; + case Resource.Id.toggle_use_logo: + flags = Android.Support.V7.App.ActionBar.DisplayUseLogo; + break; + case Resource.Id.toggle_show_title: + flags = Android.Support.V7.App.ActionBar.DisplayShowTitle; + break; + case Resource.Id.toggle_show_custom: + flags = Android.Support.V7.App.ActionBar.DisplayShowCustom; + break; + case Resource.Id.toggle_navigation: + bar.NavigationMode = + bar.NavigationMode == Android.Support.V7.App.ActionBar.NavigationModeStandard + ? Android.Support.V7.App.ActionBar.NavigationModeTabs + : Android.Support.V7.App.ActionBar.NavigationModeStandard; + return; + case Resource.Id.cycle_custom_gravity: { + ActionBar.LayoutParams lp = mCustomViewLayoutParams; + Android.Views.GravityFlags newGravity = 0; + switch ((Android.Views.GravityFlags)(lp.Gravity & (int)Android.Views.GravityFlags.HorizontalGravityMask)) { + case Android.Views.GravityFlags.Left: + newGravity = Android.Views.GravityFlags.CenterHorizontal; + break; + case Android.Views.GravityFlags.CenterHorizontal: + newGravity = Android.Views.GravityFlags.Right; + break; + case Android.Views.GravityFlags.Right: + newGravity = Android.Views.GravityFlags.Left; + break; + } + lp.Gravity = lp.Gravity & (int)~Android.Views.GravityFlags.HorizontalGravityMask | (int)newGravity; + bar.SetCustomView(mCustomView, lp); + return; + } + case Resource.Id.toggle_visibility: + if (bar.IsShowing) { + bar.Hide(); + } else { + bar.Show(); + } + return; + } + + int change = bar.DisplayOptions ^ flags; + bar.SetDisplayOptions(change, flags); + } + + public void 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) + { + } + + public void OnTabUnselected (Android.Support.V7.App.ActionBar.Tab p0, Android.Support.V4.App.FragmentTransaction p1) + { + } + } +} + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarFragmentMenu.cs b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarFragmentMenu.cs new file mode 100644 index 0000000..af90fab --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarFragmentMenu.cs @@ -0,0 +1,215 @@ +using System; +using Android.OS; +using Android.Support.V7.App; +using Android.Support.V4.App; +using Android.Widget; +using Android.Support.V4.View; + + +namespace AndroidSupportSample +{ + [Android.App.Activity (Label = "@string/action_bar_fragment_menu", Theme = "@style/Theme.AppCompat")] + public class ActionBarFragmentMenu : ActionBarActivity + { + + MenuFragment mFragment1; + Menu2Fragment mFragment2; + CheckBox mCheckBox1; + CheckBox mCheckBox2; + CheckBox mCheckBox3; + CheckBox mHasOptionsMenu; + CheckBox mMenuVisibility; + + void OnClickListener_OnClick (object sender, EventArgs e) + { + UpdateFragmentVisibility(); + } + + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + SetContentView(Resource.Layout.action_bar_fragment_menu); + + // Make sure the two menu fragments are created. + var fm = SupportFragmentManager; + var ft = fm.BeginTransaction(); + mFragment1 = (MenuFragment)fm.FindFragmentByTag("f1"); + if (mFragment1 == null) { + mFragment1 = new MenuFragment(); + ft.Add(mFragment1, "f1"); + } + mFragment2 = (Menu2Fragment)fm.FindFragmentByTag("f2"); + if (mFragment2 == null) { + mFragment2 = new Menu2Fragment(); + ft.Add(mFragment2, "f2"); + } + ft.Commit(); + + // Watch check box clicks. + mCheckBox1 = (CheckBox)FindViewById(Resource.Id.menu1); + mCheckBox1.Click += OnClickListener_OnClick; + mCheckBox2 = (CheckBox)FindViewById(Resource.Id.menu2); + mCheckBox2.Click += OnClickListener_OnClick; + mCheckBox3 = (CheckBox)FindViewById(Resource.Id.menu3); + mCheckBox3.Click += OnClickListener_OnClick; + mHasOptionsMenu = (CheckBox)FindViewById(Resource.Id.has_options_menu); + mHasOptionsMenu.Click += OnClickListener_OnClick; + mMenuVisibility = (CheckBox)FindViewById(Resource.Id.menu_visibility); + mMenuVisibility.Click += OnClickListener_OnClick; + + // Make sure fragments start out with correct visibility. + UpdateFragmentVisibility(); + } + + protected override void OnRestoreInstanceState (Bundle savedInstanceState) + { + base.OnRestoreInstanceState (savedInstanceState); + // Make sure fragments are updated after check box view state is restored. + UpdateFragmentVisibility(); + } + + // Update fragment visibility based on current check box state. + void UpdateFragmentVisibility() { + // Update top level fragments. + var ft = SupportFragmentManager.BeginTransaction(); + if (mCheckBox1.Checked) ft.Show(mFragment1); + else ft.Hide(mFragment1); + if (mCheckBox2.Checked) ft.Show(mFragment2); + else ft.Hide(mFragment2); + ft.Commit(); + + mFragment1.HasOptionsMenu = mHasOptionsMenu.Checked; + mFragment1.SetMenuVisibility (mMenuVisibility.Checked); + mFragment2.HasOptionsMenu = mHasOptionsMenu.Checked; + mFragment2.SetMenuVisibility (mMenuVisibility.Checked); + + // Update the nested fragment. + if (mFragment2.mFragment3 != null) { + ft = mFragment2.FragmentManager.BeginTransaction(); + if (mCheckBox3.Checked) ft.Show(mFragment2.mFragment3); + else ft.Hide(mFragment2.mFragment3); + ft.Commit(); + + mFragment2.mFragment3.HasOptionsMenu = mHasOptionsMenu.Checked; + mFragment2.mFragment3.SetMenuVisibility(mMenuVisibility.Checked); + } + } + + /** + * A fragment that displays a menu. This fragment happens to not + * have a UI (it does not implement onCreateView), but it could also + * have one if it wanted. + */ + class MenuFragment : Fragment + { + public override void OnCreate (Bundle savedInstanceState) + { + base.OnCreate (savedInstanceState); + HasOptionsMenu = true; + } + + public override void OnCreateOptionsMenu (Android.Views.IMenu menu, Android.Views.MenuInflater inflater) + { + MenuItemCompat.SetShowAsAction(menu.Add(new Java.Lang.String ("Menu 1a")), (int)Android.Views.ShowAsAction.IfRoom); + MenuItemCompat.SetShowAsAction(menu.Add(new Java.Lang.String ("Menu 1b")), (int)Android.Views.ShowAsAction.IfRoom); + base.OnCreateOptionsMenu (menu, inflater); + } + + public override bool OnOptionsItemSelected (Android.Views.IMenuItem item) + { + if (item.TitleFormatted.ToString () == "Menu 1a") { + Toast.MakeText(Activity, "Selected Menu 1a.", ToastLength.Short).Show(); + return true; + } + if (item.TitleFormatted.ToString () == "Menu 1b") { + Toast.MakeText(Activity, "Selected Menu 1b.", ToastLength.Short).Show(); + return true; + } + + return base.OnOptionsItemSelected (item); + } + } + + + + /** + * Second fragment with a menu. + */ + class Menu2Fragment : Fragment + { + public Menu3Fragment mFragment3; + + public override void OnCreate (Bundle savedInstanceState) + { + base.OnCreate (savedInstanceState); + HasOptionsMenu = true; + + var fm = ChildFragmentManager; + var ft = fm.BeginTransaction(); + mFragment3 = (Menu3Fragment)fm.FindFragmentByTag("f3"); + if (mFragment3 == null) { + mFragment3 = new Menu3Fragment(); + ft.Add(mFragment3, "f3"); + } + ft.Commit(); + } + + public override void OnCreateOptionsMenu (Android.Views.IMenu menu, Android.Views.MenuInflater inflater) + { + MenuItemCompat.SetShowAsAction(menu.Add(new Java.Lang.String ("Menu 2")), (int)Android.Views.ShowAsAction.IfRoom); + } + + public override bool OnOptionsItemSelected (Android.Views.IMenuItem item) + { + if (item.TitleFormatted.ToString () == "Menu 2") { + Toast.MakeText (Activity, "Selected Menu 2.", ToastLength.Short).Show (); + return true; + } + return false; + } + } + + /** + * Third fragment with a menu. + * This one is nested within the second. + */ + class Menu3Fragment : Fragment + { + public override void OnCreate (Bundle savedInstanceState) + { + base.OnCreate (savedInstanceState); + HasOptionsMenu = true; + } + + public override void OnCreateOptionsMenu (Android.Views.IMenu menu, Android.Views.MenuInflater inflater) + { + Toast.MakeText (Activity, "Created nested fragment's menu.", ToastLength.Short).Show (); + inflater.Inflate (Resource.Menu.display_options_actions, menu); + base.OnCreateOptionsMenu (menu, inflater); + } + + public override void OnDestroyOptionsMenu () + { + Toast.MakeText (Activity, "Destroyed nested fragment's menu.", ToastLength.Short).Show (); + base.OnDestroyOptionsMenu (); + } + + public override void OnPrepareOptionsMenu (Android.Views.IMenu menu) + { + Toast.MakeText (Activity, "Prepared nested fragment's menu.", ToastLength.Short).Show (); + base.OnPrepareOptionsMenu (menu); + } + + public override bool OnOptionsItemSelected (Android.Views.IMenuItem item) + { + if (item.ItemId == Resource.Id.simple_item) { + Toast.MakeText (Activity, "Selected nested fragment's menu item.", ToastLength.Short).Show (); + return true; + } + + return base.OnOptionsItemSelected (item); + } + } + } +} + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarMechanics.cs b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarMechanics.cs new file mode 100644 index 0000000..6d96723 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarMechanics.cs @@ -0,0 +1,57 @@ +using System; +using Android.App; +using Android.OS; +using Android.Support.V7.App; +using Android.Support.V4.View; + + +namespace AndroidSupportSample +{ + [Activity (Label = "@string/action_bar_mechanics", Theme = "@style/Theme.AppCompat")] + public class ActionBarMechanics : ActionBarActivity + { + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + + // The Action Bar is a window feature. The feature must be requested + // before setting a content view. Normally this is set automatically + // by your Activity's theme in your manifest. The provided system + // theme Theme.WithActionBar enables this for you. Use it as you would + // use Theme.NoTitleBar. You can add an Action Bar to your own themes + // by adding the element true + // to your style definition. + SupportRequestWindowFeature(WindowCompat.FeatureActionBar); + } + + public override bool OnCreateOptionsMenu (Android.Views.IMenu menu) + { + // Menu items default to never show in the action bar. On most devices this means + // they will show in the standard options menu panel when the menu button is pressed. + // On xlarge-screen devices a "More" button will appear in the far right of the + // Action Bar that will display remaining items in a cascading menu. + + menu.Add(new Java.Lang.String ("Normal item")); + + var actionItem = menu.Add(new Java.Lang.String ("Action Button")); + + // Items that show as actions should favor the "if room" setting, which will + // prevent too many buttons from crowding the bar. Extra items will show in the + // overflow area. + MenuItemCompat.SetShowAsAction(actionItem, MenuItemCompat.ShowAsActionIfRoom); + + // Items that show as actions are strongly encouraged to use an icon. + // These icons are shown without a text description, and therefore should + // be sufficiently descriptive on their own. + actionItem.SetIcon(Android.Resource.Drawable.IcMenuShare); + return true; + } + + public override bool OnOptionsItemSelected (Android.Views.IMenuItem item) + { + Android.Widget.Toast.MakeText (this, "Selected Item: " + item.TitleFormatted, Android.Widget.ToastLength.Short).Show(); + return true; + } + } +} + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarSettingsActionProviderActivity.cs b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarSettingsActionProviderActivity.cs new file mode 100644 index 0000000..72b792e --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarSettingsActionProviderActivity.cs @@ -0,0 +1,64 @@ +using System; +using Android.OS; +using Android.Support.V7.App; +using Android.Support.V4.View; +using Android.Content; +using Android.Widget; + +namespace AndroidSupportSample +{ + [Android.App.Activity (Label = "@string/action_bar_settings_action_provider", Theme = "@style/Theme.AppCompat")] + public class ActionBarSettingsActionProviderActivity : ActionBarActivity + { + public override bool OnCreateOptionsMenu (Android.Views.IMenu menu) + { + base.OnCreateOptionsMenu (menu); + MenuInflater.Inflate (Resource.Menu.action_bar_settings_action_provider, menu); + return true; + } + + public override bool OnOptionsItemSelected (Android.Views.IMenuItem item) + { + // If this callback does not handle the item click, onPerformDefaultAction + // of the ActionProvider is invoked. Hence, the provider encapsulates the + // complete functionality of the menu item. + Toast.MakeText (this, Resource.String.action_bar_settings_action_provider_no_handling, + ToastLength.Short).Show (); + return false; + } + + public class SettingsActionProvider : ActionProvider + { + // An intent for launching the system settings. + private static Intent sSettingsIntent = new Intent (Android.Provider.Settings.ActionSettings); + + public SettingsActionProvider (Context context) : base (context) + { + + } + + public override Android.Views.View OnCreateActionView () + { + // Inflate the action view to be shown on the action bar. + var layoutInflater = Android.Views.LayoutInflater.FromContext (Context); + var view = layoutInflater.Inflate (Resource.Layout.action_bar_settings_action_provider, null); + ImageButton button = (ImageButton)view.FindViewById (Resource.Id.button); + // Attach a click listener for launching the system settings. + button.Click += (sender, e) => { + Context.StartActivity (sSettingsIntent); + }; + + return view; + } + + public override bool OnPerformDefaultAction () + { + // This is called if the host menu item placed in the overflow menu of the + // action bar is clicked and the host activity did not handle the click. + Context.StartActivity (sSettingsIntent); + return true; + } + } + } +} + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarTabs.cs b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarTabs.cs new file mode 100644 index 0000000..a59ded4 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarTabs.cs @@ -0,0 +1,112 @@ +using System; +using Android.Support.V7.App; +using Android.OS; +using Android.Views; +using Java.Interop; + +namespace AndroidSupportSample +{ + [Android.App.Activity (Label = "@string/action_bar_tabs", Theme = "@style/Theme.AppCompat")] + public class ActionBarTabs : ActionBarActivity + { + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + + SetContentView (Resource.Layout.action_bar_tabs); + } + + [Export ("onAddTab")] + public void OnAddTab (View v) + { + var bar = SupportActionBar; + int tabCount = bar.TabCount; + string text = "Tab " + tabCount; + + bar.AddTab (bar.NewTab () + .SetText (text) + .SetTabListener (new TabListener (this, new TabContentFragment (text)))); + } + + [Export ("onRemoveTab")] + public void OnRemoveTab (View v) + { + var bar = SupportActionBar; + if (bar.TabCount > 0) { + bar.RemoveTabAt (bar.TabCount - 1); + } + } + + [Export ("onToggleTabs")] + public void OnToggleTabs (View v) + { + var bar = SupportActionBar; + + if (bar.NavigationMode == Android.Support.V7.App.ActionBar.NavigationModeTabs) { + bar.NavigationMode = Android.Support.V7.App.ActionBar.NavigationModeStandard; + bar.SetDisplayOptions (Android.Support.V7.App.ActionBar.DisplayShowTitle, Android.Support.V7.App.ActionBar.DisplayShowTitle); + } else { + bar.NavigationMode = Android.Support.V7.App.ActionBar.NavigationModeTabs; + bar.SetDisplayOptions (0, Android.Support.V7.App.ActionBar.DisplayShowTitle); + } + } + + [Export ("onRemoveAllTabs")] + public void OnRemoveAllTabs (View v) + { + SupportActionBar.RemoveAllTabs (); + } + + private class TabListener : Java.Lang.Object, Android.Support.V7.App.ActionBar.ITabListener + { + private TabContentFragment mFragment; + ActionBarTabs mActionBarTabs; + + public TabListener (ActionBarTabs actionBarTabs, TabContentFragment fragment) + { + mFragment = fragment; + mActionBarTabs = actionBarTabs; + } + + public void OnTabReselected (Android.Support.V7.App.ActionBar.Tab tab, Android.Support.V4.App.FragmentTransaction ft) + { + Android.Widget.Toast.MakeText (mActionBarTabs, "Reselected!", Android.Widget.ToastLength.Short).Show (); + } + + public void OnTabSelected (Android.Support.V7.App.ActionBar.Tab tab, Android.Support.V4.App.FragmentTransaction ft) + { + ft.Add (Resource.Id.fragment_content, mFragment, mFragment.Text); + } + + public void OnTabUnselected (Android.Support.V7.App.ActionBar.Tab tab, Android.Support.V4.App.FragmentTransaction ft) + { + ft.Remove (mFragment); + } + } + + class TabContentFragment : Android.Support.V4.App.Fragment + { + private string mText; + + public TabContentFragment (String text) + { + mText = text; + } + + public String Text { + get { return mText; } + } + + public override View OnCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) + { + View fragView = inflater.Inflate (Resource.Layout.action_bar_tab_content, container, false); + + var text = (Android.Widget.TextView)fragView.FindViewById (Resource.Id.text); + text.Text = mText; + + return fragView; + } + } + } +} + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarUsage.cs b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarUsage.cs new file mode 100644 index 0000000..6813f4d --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/App/ActionBarUsage.cs @@ -0,0 +1,98 @@ +using System; +//using System.Collections.Generic; +//using System.Linq; +//using System.Text; +//using Android.App; +//using Android.Content; +//using Android.OS; +//using Android.Runtime; +//using Android.Views; +//using Android.Widget; + +using Android.OS; +using Android.App; +using Android.Support.V7.App; +using Android.Support.V4.View; +using Android.Support.V4.Widget; +using Android.Widget; + + + +namespace AndroidSupportSample +{ + [Activity (Label = "@string/action_bar_usage", Theme = "@style/Theme.AppCompat")] + [Android.Runtime.Register ("android/support/sample/v7/ActionBarUsage")] + public class ActionBarUsage : ActionBarActivity + { + TextView mSearchText; + int mSortMode = -1; + + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + mSearchText = new TextView(this); + SetContentView(mSearchText); + } + + public override bool OnCreateOptionsMenu (Android.Views.IMenu menu) + { + var inflater = MenuInflater; + inflater.Inflate(Resource.Menu.actions, menu); + var arg1 = menu.FindItem (Resource.Id.action_search); + + var test = new Android.Support.V7.Widget.SearchView (this); + arg1.SetActionView (test); + + var searchView = MenuItemCompat.GetActionView (arg1); + var searchView2 = searchView as Android.Support.V7.Widget.SearchView; + searchView2.QueryTextChange += (sender, e) => { + e.Handled = OnQueryTextChange (e.NewText); + }; + + searchView2.QueryTextSubmit += (sender, e) => { + e.Handled = OnQueryTextSubmit (e.Query); + }; + + return true; + } + + public override bool OnPrepareOptionsMenu (Android.Views.IMenu menu) + { + if (mSortMode != -1) { + var icon = menu.FindItem (mSortMode).Icon; + menu.FindItem(Resource.Id.action_sort).SetIcon (icon); + } + return base.OnPrepareOptionsMenu(menu); + } + + public override bool OnOptionsItemSelected (Android.Views.IMenuItem item) + { + Toast.MakeText(this, "Selected Item: " + item.TitleFormatted, Android.Widget.ToastLength.Short).Show(); + return true; + } + + [Java.Interop.Export ("onSort")] + public void OnSort( Android.Views.IMenuItem item) { + mSortMode = item.ItemId; + // Request a call to onPrepareOptionsMenu so we can change the sort icon + SupportInvalidateOptionsMenu(); + } + + public bool OnQueryTextChange (string newText) + { + newText = string.IsNullOrEmpty (newText) ? "" : "Query so far: " + newText; + mSearchText.Text = newText; + return true; + } + + public bool OnQueryTextSubmit (string query) + { + Toast.MakeText(this, + "Searching for: " + query + "...", Android.Widget.ToastLength.Short).Show(); + return true; + } + + + } +} + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Assets/AboutAssets.txt b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Assets/AboutAssets.txt new file mode 100644 index 0000000..a9b0638 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/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 your 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/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AndroidManifest.xml b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AndroidManifest.xml new file mode 100644 index 0000000..0d33fc8 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AndroidManifest.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AssemblyInfo.cs b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..fd1dcde --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AssemblyInfo.cs @@ -0,0 +1,23 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using Android.App; + +// Information about this assembly is defined by the following attributes. +// Change them to the values specific to your project. +[assembly: AssemblyTitle ("AndroidSupportSample")] +[assembly: AssemblyDescription ("")] +[assembly: AssemblyConfiguration ("")] +[assembly: AssemblyCompany ("")] +[assembly: AssemblyProduct ("")] +[assembly: AssemblyCopyright ("billholmes")] +[assembly: AssemblyTrademark ("")] +[assembly: AssemblyCulture ("")] +// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". +// The form "{Major}.{Minor}.*" will automatically update the build and revision, +// and "{Major}.{Minor}.{Build}.*" will update just the revision. +[assembly: AssemblyVersion ("1.0.0")] +// The following attributes are used to specify the signing key for the assembly, +// if desired. See the Mono documentation for more information about signing. +//[assembly: AssemblyDelaySign(false)] +//[assembly: AssemblyKeyFile("")] + diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/AboutResources.txt b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/AboutResources.txt new file mode 100644 index 0000000..10f52d4 --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/AboutResources.txt @@ -0,0 +1,44 @@ +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.axml), +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/ + icon.png + + layout/ + main.axml + + 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 "R" +(this is an Android convention) that contains the tokens for each one of the resources +included. For example, for the above Resources layout, this is what the R class would expose: + +public class R { + 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 R.layout.main +to reference the layout/main.axml file, or R.strings.first_string to reference the first +string in the dictionary file values/strings.xml. diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Resource.designer.cs b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Resource.designer.cs new file mode 100644 index 0000000..5318b6a --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Resource.designer.cs @@ -0,0 +1,3487 @@ +#pragma warning disable 1591 +// ------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Mono Runtime Version: 4.0.30319.17020 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +// ------------------------------------------------------------------------------ + +[assembly: Android.Runtime.ResourceDesignerAttribute("AndroidSupportSample.Resource", IsApplication=true)] + +namespace AndroidSupportSample +{ + + + [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() + { + } + + public partial class Animation + { + + // aapt resource value: 0x7f040000 + public const int abc_fade_in = 2130968576; + + // aapt resource value: 0x7f040001 + public const int abc_fade_out = 2130968577; + + // aapt resource value: 0x7f040002 + public const int abc_slide_in_bottom = 2130968578; + + // aapt resource value: 0x7f040003 + public const int abc_slide_in_top = 2130968579; + + // aapt resource value: 0x7f040004 + public const int abc_slide_out_bottom = 2130968580; + + // aapt resource value: 0x7f040005 + public const int abc_slide_out_top = 2130968581; + + static Animation() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Animation() + { + } + } + + public partial class Attribute + { + + // aapt resource value: 0x7f01005a + public const int actionBarDivider = 2130772058; + + // aapt resource value: 0x7f01005b + public const int actionBarItemBackground = 2130772059; + + // aapt resource value: 0x7f010054 + public const int actionBarPopupTheme = 2130772052; + + // aapt resource value: 0x7f010059 + public const int actionBarSize = 2130772057; + + // aapt resource value: 0x7f010056 + public const int actionBarSplitStyle = 2130772054; + + // aapt resource value: 0x7f010055 + public const int actionBarStyle = 2130772053; + + // aapt resource value: 0x7f010050 + public const int actionBarTabBarStyle = 2130772048; + + // aapt resource value: 0x7f01004f + public const int actionBarTabStyle = 2130772047; + + // aapt resource value: 0x7f010051 + public const int actionBarTabTextStyle = 2130772049; + + // aapt resource value: 0x7f010057 + public const int actionBarTheme = 2130772055; + + // aapt resource value: 0x7f010058 + public const int actionBarWidgetTheme = 2130772056; + + // aapt resource value: 0x7f010072 + public const int actionButtonStyle = 2130772082; + + // aapt resource value: 0x7f01006d + public const int actionDropDownStyle = 2130772077; + + // aapt resource value: 0x7f01002c + public const int actionLayout = 2130772012; + + // aapt resource value: 0x7f01005c + public const int actionMenuTextAppearance = 2130772060; + + // aapt resource value: 0x7f01005d + public const int actionMenuTextColor = 2130772061; + + // aapt resource value: 0x7f010060 + public const int actionModeBackground = 2130772064; + + // aapt resource value: 0x7f01005f + public const int actionModeCloseButtonStyle = 2130772063; + + // aapt resource value: 0x7f010062 + public const int actionModeCloseDrawable = 2130772066; + + // aapt resource value: 0x7f010064 + public const int actionModeCopyDrawable = 2130772068; + + // aapt resource value: 0x7f010063 + public const int actionModeCutDrawable = 2130772067; + + // aapt resource value: 0x7f010068 + public const int actionModeFindDrawable = 2130772072; + + // aapt resource value: 0x7f010065 + public const int actionModePasteDrawable = 2130772069; + + // aapt resource value: 0x7f01006a + public const int actionModePopupWindowStyle = 2130772074; + + // aapt resource value: 0x7f010066 + public const int actionModeSelectAllDrawable = 2130772070; + + // aapt resource value: 0x7f010067 + public const int actionModeShareDrawable = 2130772071; + + // aapt resource value: 0x7f010061 + public const int actionModeSplitBackground = 2130772065; + + // aapt resource value: 0x7f01005e + public const int actionModeStyle = 2130772062; + + // aapt resource value: 0x7f010069 + public const int actionModeWebSearchDrawable = 2130772073; + + // aapt resource value: 0x7f010052 + public const int actionOverflowButtonStyle = 2130772050; + + // aapt resource value: 0x7f010053 + public const int actionOverflowMenuStyle = 2130772051; + + // aapt resource value: 0x7f01002e + public const int actionProviderClass = 2130772014; + + // aapt resource value: 0x7f01002d + public const int actionViewClass = 2130772013; + + // aapt resource value: 0x7f010079 + public const int activityChooserViewStyle = 2130772089; + + // aapt resource value: 0x7f01000c + public const int background = 2130771980; + + // aapt resource value: 0x7f01000e + public const int backgroundSplit = 2130771982; + + // aapt resource value: 0x7f01000d + public const int backgroundStacked = 2130771981; + + // aapt resource value: 0x7f010026 + public const int barSize = 2130772006; + + // aapt resource value: 0x7f010074 + public const int buttonBarButtonStyle = 2130772084; + + // aapt resource value: 0x7f010073 + public const int buttonBarStyle = 2130772083; + + // aapt resource value: 0x7f010035 + public const int closeIcon = 2130772021; + + // aapt resource value: 0x7f01001c + public const int closeItemLayout = 2130771996; + + // aapt resource value: 0x7f0100a4 + public const int collapseContentDescription = 2130772132; + + // aapt resource value: 0x7f0100a3 + public const int collapseIcon = 2130772131; + + // aapt resource value: 0x7f010020 + public const int color = 2130772000; + + // aapt resource value: 0x7f010094 + public const int colorAccent = 2130772116; + + // aapt resource value: 0x7f010098 + public const int colorButtonNormal = 2130772120; + + // aapt resource value: 0x7f010096 + public const int colorControlActivated = 2130772118; + + // aapt resource value: 0x7f010097 + public const int colorControlHighlight = 2130772119; + + // aapt resource value: 0x7f010095 + public const int colorControlNormal = 2130772117; + + // aapt resource value: 0x7f010092 + public const int colorPrimary = 2130772114; + + // aapt resource value: 0x7f010093 + public const int colorPrimaryDark = 2130772115; + + // aapt resource value: 0x7f010099 + public const int colorSwitchThumbNormal = 2130772121; + + // aapt resource value: 0x7f010039 + public const int commitIcon = 2130772025; + + // aapt resource value: 0x7f010017 + public const int contentInsetEnd = 2130771991; + + // aapt resource value: 0x7f010018 + public const int contentInsetLeft = 2130771992; + + // aapt resource value: 0x7f010019 + public const int contentInsetRight = 2130771993; + + // aapt resource value: 0x7f010016 + public const int contentInsetStart = 2130771990; + + // aapt resource value: 0x7f01000f + public const int customNavigationLayout = 2130771983; + + // aapt resource value: 0x7f010040 + public const int disableChildrenWhenDisabled = 2130772032; + + // aapt resource value: 0x7f010005 + public const int displayOptions = 2130771973; + + // aapt resource value: 0x7f01000b + public const int divider = 2130771979; + + // aapt resource value: 0x7f010078 + public const int dividerHorizontal = 2130772088; + + // aapt resource value: 0x7f01002a + public const int dividerPadding = 2130772010; + + // aapt resource value: 0x7f010077 + public const int dividerVertical = 2130772087; + + // aapt resource value: 0x7f010022 + public const int drawableSize = 2130772002; + + // aapt resource value: 0x7f010000 + public const int drawerArrowStyle = 2130771968; + + // aapt resource value: 0x7f01008a + public const int dropDownListViewStyle = 2130772106; + + // aapt resource value: 0x7f01006e + public const int dropdownListPreferredItemHeight = 2130772078; + + // aapt resource value: 0x7f01007f + public const int editTextBackground = 2130772095; + + // aapt resource value: 0x7f01007e + public const int editTextColor = 2130772094; + + // aapt resource value: 0x7f01001a + public const int elevation = 2130771994; + + // aapt resource value: 0x7f01001e + public const int expandActivityOverflowButtonDrawable = 2130771998; + + // aapt resource value: 0x7f010023 + public const int gapBetweenBars = 2130772003; + + // aapt resource value: 0x7f010036 + public const int goIcon = 2130772022; + + // aapt resource value: 0x7f010001 + public const int height = 2130771969; + + // aapt resource value: 0x7f010015 + public const int hideOnContentScroll = 2130771989; + + // aapt resource value: 0x7f010071 + public const int homeAsUpIndicator = 2130772081; + + // aapt resource value: 0x7f010010 + public const int homeLayout = 2130771984; + + // aapt resource value: 0x7f010009 + public const int icon = 2130771977; + + // aapt resource value: 0x7f010033 + public const int iconifiedByDefault = 2130772019; + + // aapt resource value: 0x7f010012 + public const int indeterminateProgressStyle = 2130771986; + + // aapt resource value: 0x7f01001d + public const int initialActivityCount = 2130771997; + + // aapt resource value: 0x7f010002 + public const int isLightTheme = 2130771970; + + // aapt resource value: 0x7f010014 + public const int itemPadding = 2130771988; + + // aapt resource value: 0x7f010032 + public const int layout = 2130772018; + + // aapt resource value: 0x7f010091 + public const int listChoiceBackgroundIndicator = 2130772113; + + // aapt resource value: 0x7f01008b + public const int listPopupWindowStyle = 2130772107; + + // aapt resource value: 0x7f010085 + public const int listPreferredItemHeight = 2130772101; + + // aapt resource value: 0x7f010087 + public const int listPreferredItemHeightLarge = 2130772103; + + // aapt resource value: 0x7f010086 + public const int listPreferredItemHeightSmall = 2130772102; + + // aapt resource value: 0x7f010088 + public const int listPreferredItemPaddingLeft = 2130772104; + + // aapt resource value: 0x7f010089 + public const int listPreferredItemPaddingRight = 2130772105; + + // aapt resource value: 0x7f01000a + public const int logo = 2130771978; + + // aapt resource value: 0x7f0100a1 + public const int maxButtonHeight = 2130772129; + + // aapt resource value: 0x7f010028 + public const int measureWithLargestChild = 2130772008; + + // aapt resource value: 0x7f010025 + public const int middleBarArrowSize = 2130772005; + + // aapt resource value: 0x7f0100a6 + public const int navigationContentDescription = 2130772134; + + // aapt resource value: 0x7f0100a5 + public const int navigationIcon = 2130772133; + + // aapt resource value: 0x7f010004 + public const int navigationMode = 2130771972; + + // aapt resource value: 0x7f010030 + public const int overlapAnchor = 2130772016; + + // aapt resource value: 0x7f0100a8 + public const int paddingEnd = 2130772136; + + // aapt resource value: 0x7f0100a7 + public const int paddingStart = 2130772135; + + // aapt resource value: 0x7f01008e + public const int panelBackground = 2130772110; + + // aapt resource value: 0x7f010090 + public const int panelMenuListTheme = 2130772112; + + // aapt resource value: 0x7f01008f + public const int panelMenuListWidth = 2130772111; + + // aapt resource value: 0x7f01007c + public const int popupMenuStyle = 2130772092; + + // aapt resource value: 0x7f01003f + public const int popupPromptView = 2130772031; + + // aapt resource value: 0x7f01001b + public const int popupTheme = 2130771995; + + // aapt resource value: 0x7f01007d + public const int popupWindowStyle = 2130772093; + + // aapt resource value: 0x7f01002f + public const int preserveIconSpacing = 2130772015; + + // aapt resource value: 0x7f010013 + public const int progressBarPadding = 2130771987; + + // aapt resource value: 0x7f010011 + public const int progressBarStyle = 2130771985; + + // aapt resource value: 0x7f01003d + public const int prompt = 2130772029; + + // aapt resource value: 0x7f01003b + public const int queryBackground = 2130772027; + + // aapt resource value: 0x7f010034 + public const int queryHint = 2130772020; + + // aapt resource value: 0x7f010037 + public const int searchIcon = 2130772023; + + // aapt resource value: 0x7f010084 + public const int searchViewStyle = 2130772100; + + // aapt resource value: 0x7f010075 + public const int selectableItemBackground = 2130772085; + + // aapt resource value: 0x7f010076 + public const int selectableItemBackgroundBorderless = 2130772086; + + // aapt resource value: 0x7f01002b + public const int showAsAction = 2130772011; + + // aapt resource value: 0x7f010029 + public const int showDividers = 2130772009; + + // aapt resource value: 0x7f010047 + public const int showText = 2130772039; + + // aapt resource value: 0x7f010021 + public const int spinBars = 2130772001; + + // aapt resource value: 0x7f010070 + public const int spinnerDropDownItemStyle = 2130772080; + + // aapt resource value: 0x7f01003e + public const int spinnerMode = 2130772030; + + // aapt resource value: 0x7f01006f + public const int spinnerStyle = 2130772079; + + // aapt resource value: 0x7f010046 + public const int splitTrack = 2130772038; + + // aapt resource value: 0x7f010031 + public const int state_above_anchor = 2130772017; + + // aapt resource value: 0x7f01003c + public const int submitBackground = 2130772028; + + // aapt resource value: 0x7f010006 + public const int subtitle = 2130771974; + + // aapt resource value: 0x7f01009b + public const int subtitleTextAppearance = 2130772123; + + // aapt resource value: 0x7f010008 + public const int subtitleTextStyle = 2130771976; + + // aapt resource value: 0x7f01003a + public const int suggestionRowLayout = 2130772026; + + // aapt resource value: 0x7f010044 + public const int switchMinWidth = 2130772036; + + // aapt resource value: 0x7f010045 + public const int switchPadding = 2130772037; + + // aapt resource value: 0x7f010080 + public const int switchStyle = 2130772096; + + // aapt resource value: 0x7f010043 + public const int switchTextAppearance = 2130772035; + + // aapt resource value: 0x7f01001f + public const int textAllCaps = 2130771999; + + // aapt resource value: 0x7f01006b + public const int textAppearanceLargePopupMenu = 2130772075; + + // aapt resource value: 0x7f01008c + public const int textAppearanceListItem = 2130772108; + + // aapt resource value: 0x7f01008d + public const int textAppearanceListItemSmall = 2130772109; + + // aapt resource value: 0x7f010082 + public const int textAppearanceSearchResultSubtitle = 2130772098; + + // aapt resource value: 0x7f010081 + public const int textAppearanceSearchResultTitle = 2130772097; + + // aapt resource value: 0x7f01006c + public const int textAppearanceSmallPopupMenu = 2130772076; + + // aapt resource value: 0x7f010083 + public const int textColorSearchUrl = 2130772099; + + // aapt resource value: 0x7f0100a2 + public const int theme = 2130772130; + + // aapt resource value: 0x7f010027 + public const int thickness = 2130772007; + + // aapt resource value: 0x7f010042 + public const int thumbTextPadding = 2130772034; + + // aapt resource value: 0x7f010003 + public const int title = 2130771971; + + // aapt resource value: 0x7f0100a0 + public const int titleMarginBottom = 2130772128; + + // aapt resource value: 0x7f01009e + public const int titleMarginEnd = 2130772126; + + // aapt resource value: 0x7f01009d + public const int titleMarginStart = 2130772125; + + // aapt resource value: 0x7f01009f + public const int titleMarginTop = 2130772127; + + // aapt resource value: 0x7f01009c + public const int titleMargins = 2130772124; + + // aapt resource value: 0x7f01009a + public const int titleTextAppearance = 2130772122; + + // aapt resource value: 0x7f010007 + public const int titleTextStyle = 2130771975; + + // aapt resource value: 0x7f01007b + public const int toolbarNavigationButtonStyle = 2130772091; + + // aapt resource value: 0x7f01007a + public const int toolbarStyle = 2130772090; + + // aapt resource value: 0x7f010024 + public const int topBottomBarArrowSize = 2130772004; + + // aapt resource value: 0x7f010041 + public const int track = 2130772033; + + // aapt resource value: 0x7f010038 + public const int voiceIcon = 2130772024; + + // aapt resource value: 0x7f010048 + public const int windowActionBar = 2130772040; + + // aapt resource value: 0x7f010049 + public const int windowActionBarOverlay = 2130772041; + + // aapt resource value: 0x7f01004a + public const int windowActionModeOverlay = 2130772042; + + // aapt resource value: 0x7f01004e + public const int windowFixedHeightMajor = 2130772046; + + // aapt resource value: 0x7f01004c + public const int windowFixedHeightMinor = 2130772044; + + // aapt resource value: 0x7f01004b + public const int windowFixedWidthMajor = 2130772043; + + // aapt resource value: 0x7f01004d + public const int windowFixedWidthMinor = 2130772045; + + static Attribute() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Attribute() + { + } + } + + public partial class Boolean + { + + // aapt resource value: 0x7f050000 + public const int abc_action_bar_embed_tabs = 2131034112; + + // aapt resource value: 0x7f050001 + public const int abc_action_bar_embed_tabs_pre_jb = 2131034113; + + // aapt resource value: 0x7f050002 + public const int abc_action_bar_expanded_action_views_exclusive = 2131034114; + + // aapt resource value: 0x7f050003 + public const int abc_config_actionMenuItemAllCaps = 2131034115; + + // aapt resource value: 0x7f050004 + public const int abc_config_allowActionMenuItemTextWithIcon = 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: 0x7f060031 + public const int abc_background_cache_hint_selector_material_dark = 2131099697; + + // aapt resource value: 0x7f060032 + public const int abc_background_cache_hint_selector_material_light = 2131099698; + + // aapt resource value: 0x7f060000 + public const int abc_input_method_navigation_guard = 2131099648; + + // aapt resource value: 0x7f060033 + public const int abc_primary_text_disable_only_material_dark = 2131099699; + + // aapt resource value: 0x7f060034 + public const int abc_primary_text_disable_only_material_light = 2131099700; + + // aapt resource value: 0x7f060035 + public const int abc_primary_text_material_dark = 2131099701; + + // aapt resource value: 0x7f060036 + public const int abc_primary_text_material_light = 2131099702; + + // aapt resource value: 0x7f060037 + public const int abc_search_url_text = 2131099703; + + // aapt resource value: 0x7f060001 + public const int abc_search_url_text_normal = 2131099649; + + // aapt resource value: 0x7f060002 + public const int abc_search_url_text_pressed = 2131099650; + + // aapt resource value: 0x7f060003 + public const int abc_search_url_text_selected = 2131099651; + + // aapt resource value: 0x7f060038 + public const int abc_secondary_text_material_dark = 2131099704; + + // aapt resource value: 0x7f060039 + public const int abc_secondary_text_material_light = 2131099705; + + // aapt resource value: 0x7f060004 + public const int accent_material_dark = 2131099652; + + // aapt resource value: 0x7f060005 + public const int accent_material_light = 2131099653; + + // aapt resource value: 0x7f060006 + public const int background_floating_material_dark = 2131099654; + + // aapt resource value: 0x7f060007 + public const int background_floating_material_light = 2131099655; + + // aapt resource value: 0x7f060008 + public const int background_material_dark = 2131099656; + + // aapt resource value: 0x7f060009 + public const int background_material_light = 2131099657; + + // aapt resource value: 0x7f06000a + public const int bright_foreground_disabled_material_dark = 2131099658; + + // aapt resource value: 0x7f06000b + public const int bright_foreground_disabled_material_light = 2131099659; + + // aapt resource value: 0x7f06000c + public const int bright_foreground_inverse_material_dark = 2131099660; + + // aapt resource value: 0x7f06000d + public const int bright_foreground_inverse_material_light = 2131099661; + + // aapt resource value: 0x7f06000e + public const int bright_foreground_material_dark = 2131099662; + + // aapt resource value: 0x7f06000f + public const int bright_foreground_material_light = 2131099663; + + // aapt resource value: 0x7f060010 + public const int button_material_dark = 2131099664; + + // aapt resource value: 0x7f060011 + public const int button_material_light = 2131099665; + + // aapt resource value: 0x7f060012 + public const int dim_foreground_disabled_material_dark = 2131099666; + + // aapt resource value: 0x7f060013 + public const int dim_foreground_disabled_material_light = 2131099667; + + // aapt resource value: 0x7f060014 + public const int dim_foreground_material_dark = 2131099668; + + // aapt resource value: 0x7f060015 + public const int dim_foreground_material_light = 2131099669; + + // aapt resource value: 0x7f060016 + public const int highlighted_text_material_dark = 2131099670; + + // aapt resource value: 0x7f060017 + public const int highlighted_text_material_light = 2131099671; + + // aapt resource value: 0x7f060018 + public const int hint_foreground_material_dark = 2131099672; + + // aapt resource value: 0x7f060019 + public const int hint_foreground_material_light = 2131099673; + + // aapt resource value: 0x7f06001a + public const int link_text_material_dark = 2131099674; + + // aapt resource value: 0x7f06001b + public const int link_text_material_light = 2131099675; + + // aapt resource value: 0x7f06001c + public const int material_blue_grey_800 = 2131099676; + + // aapt resource value: 0x7f06001d + public const int material_blue_grey_900 = 2131099677; + + // aapt resource value: 0x7f06001e + public const int material_blue_grey_950 = 2131099678; + + // aapt resource value: 0x7f06001f + public const int material_deep_teal_200 = 2131099679; + + // aapt resource value: 0x7f060020 + public const int material_deep_teal_500 = 2131099680; + + // aapt resource value: 0x7f060021 + public const int primary_dark_material_dark = 2131099681; + + // aapt resource value: 0x7f060022 + public const int primary_dark_material_light = 2131099682; + + // aapt resource value: 0x7f060023 + public const int primary_material_dark = 2131099683; + + // aapt resource value: 0x7f060024 + public const int primary_material_light = 2131099684; + + // aapt resource value: 0x7f060025 + public const int primary_text_default_material_dark = 2131099685; + + // aapt resource value: 0x7f060026 + public const int primary_text_default_material_light = 2131099686; + + // aapt resource value: 0x7f060027 + public const int primary_text_disabled_material_dark = 2131099687; + + // aapt resource value: 0x7f060028 + public const int primary_text_disabled_material_light = 2131099688; + + // aapt resource value: 0x7f060029 + public const int ripple_material_dark = 2131099689; + + // aapt resource value: 0x7f06002a + public const int ripple_material_light = 2131099690; + + // aapt resource value: 0x7f06002b + public const int secondary_text_default_material_dark = 2131099691; + + // aapt resource value: 0x7f06002c + public const int secondary_text_default_material_light = 2131099692; + + // aapt resource value: 0x7f06002d + public const int secondary_text_disabled_material_dark = 2131099693; + + // aapt resource value: 0x7f06002e + public const int secondary_text_disabled_material_light = 2131099694; + + // aapt resource value: 0x7f06002f + public const int switch_thumb_normal_material_dark = 2131099695; + + // aapt resource value: 0x7f060030 + public const int switch_thumb_normal_material_light = 2131099696; + + static Color() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Color() + { + } + } + + public partial class Dimension + { + + // aapt resource value: 0x7f070000 + public const int abc_action_bar_default_height_material = 2131165184; + + // aapt resource value: 0x7f070001 + public const int abc_action_bar_default_padding_material = 2131165185; + + // aapt resource value: 0x7f070002 + public const int abc_action_bar_icon_vertical_padding_material = 2131165186; + + // aapt resource value: 0x7f070003 + public const int abc_action_bar_progress_bar_size = 2131165187; + + // aapt resource value: 0x7f070004 + public const int abc_action_bar_stacked_max_height = 2131165188; + + // aapt resource value: 0x7f070005 + public const int abc_action_bar_stacked_tab_max_width = 2131165189; + + // aapt resource value: 0x7f070006 + public const int abc_action_bar_subtitle_bottom_margin_material = 2131165190; + + // aapt resource value: 0x7f070007 + public const int abc_action_bar_subtitle_top_margin_material = 2131165191; + + // aapt resource value: 0x7f070008 + public const int abc_action_button_min_height_material = 2131165192; + + // aapt resource value: 0x7f070009 + public const int abc_action_button_min_width_material = 2131165193; + + // aapt resource value: 0x7f07000a + public const int abc_action_button_min_width_overflow_material = 2131165194; + + // aapt resource value: 0x7f07000b + public const int abc_config_prefDialogWidth = 2131165195; + + // aapt resource value: 0x7f07000c + public const int abc_control_inset_material = 2131165196; + + // aapt resource value: 0x7f07000d + public const int abc_control_padding_material = 2131165197; + + // aapt resource value: 0x7f07000e + public const int abc_dropdownitem_icon_width = 2131165198; + + // aapt resource value: 0x7f07000f + public const int abc_dropdownitem_text_padding_left = 2131165199; + + // aapt resource value: 0x7f070010 + public const int abc_dropdownitem_text_padding_right = 2131165200; + + // aapt resource value: 0x7f070011 + public const int abc_panel_menu_list_width = 2131165201; + + // aapt resource value: 0x7f070012 + public const int abc_search_view_preferred_width = 2131165202; + + // aapt resource value: 0x7f070013 + public const int abc_search_view_text_min_width = 2131165203; + + // aapt resource value: 0x7f070014 + public const int abc_text_size_body_1_material = 2131165204; + + // aapt resource value: 0x7f070015 + public const int abc_text_size_body_2_material = 2131165205; + + // aapt resource value: 0x7f070016 + public const int abc_text_size_button_material = 2131165206; + + // aapt resource value: 0x7f070017 + public const int abc_text_size_caption_material = 2131165207; + + // aapt resource value: 0x7f070018 + public const int abc_text_size_display_1_material = 2131165208; + + // aapt resource value: 0x7f070019 + public const int abc_text_size_display_2_material = 2131165209; + + // aapt resource value: 0x7f07001a + public const int abc_text_size_display_3_material = 2131165210; + + // aapt resource value: 0x7f07001b + public const int abc_text_size_display_4_material = 2131165211; + + // aapt resource value: 0x7f07001c + public const int abc_text_size_headline_material = 2131165212; + + // aapt resource value: 0x7f07001d + public const int abc_text_size_large_material = 2131165213; + + // aapt resource value: 0x7f07001e + public const int abc_text_size_medium_material = 2131165214; + + // aapt resource value: 0x7f07001f + public const int abc_text_size_menu_material = 2131165215; + + // aapt resource value: 0x7f070020 + public const int abc_text_size_small_material = 2131165216; + + // aapt resource value: 0x7f070021 + public const int abc_text_size_subhead_material = 2131165217; + + // aapt resource value: 0x7f070022 + public const int abc_text_size_subtitle_material_toolbar = 2131165218; + + // aapt resource value: 0x7f070023 + public const int abc_text_size_title_material = 2131165219; + + // aapt resource value: 0x7f070024 + public const int abc_text_size_title_material_toolbar = 2131165220; + + // aapt resource value: 0x7f070025 + public const int dialog_fixed_height_major = 2131165221; + + // aapt resource value: 0x7f070026 + public const int dialog_fixed_height_minor = 2131165222; + + // aapt resource value: 0x7f070027 + public const int dialog_fixed_width_major = 2131165223; + + // aapt resource value: 0x7f070028 + public const int dialog_fixed_width_minor = 2131165224; + + // aapt resource value: 0x7f070029 + public const int disabled_alpha_material_dark = 2131165225; + + // aapt resource value: 0x7f07002a + public const int disabled_alpha_material_light = 2131165226; + + static Dimension() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Dimension() + { + } + } + + public partial class Drawable + { + + // aapt resource value: 0x7f020000 + public const int abc_ab_share_pack_holo_dark = 2130837504; + + // aapt resource value: 0x7f020001 + public const int abc_ab_share_pack_holo_light = 2130837505; + + // aapt resource value: 0x7f020002 + public const int abc_btn_check_material = 2130837506; + + // aapt resource value: 0x7f020003 + public const int abc_btn_check_to_on_mtrl_000 = 2130837507; + + // aapt resource value: 0x7f020004 + public const int abc_btn_check_to_on_mtrl_015 = 2130837508; + + // aapt resource value: 0x7f020005 + public const int abc_btn_radio_material = 2130837509; + + // aapt resource value: 0x7f020006 + public const int abc_btn_radio_to_on_mtrl_000 = 2130837510; + + // aapt resource value: 0x7f020007 + public const int abc_btn_radio_to_on_mtrl_015 = 2130837511; + + // aapt resource value: 0x7f020008 + public const int abc_btn_switch_to_on_mtrl_00001 = 2130837512; + + // aapt resource value: 0x7f020009 + public const int abc_btn_switch_to_on_mtrl_00012 = 2130837513; + + // aapt resource value: 0x7f02000a + public const int abc_cab_background_internal_bg = 2130837514; + + // aapt resource value: 0x7f02000b + public const int abc_cab_background_top_material = 2130837515; + + // aapt resource value: 0x7f02000c + public const int abc_cab_background_top_mtrl_alpha = 2130837516; + + // aapt resource value: 0x7f02000d + public const int abc_edit_text_material = 2130837517; + + // aapt resource value: 0x7f02000e + public const int abc_ic_ab_back_mtrl_am_alpha = 2130837518; + + // aapt resource value: 0x7f02000f + public const int abc_ic_clear_mtrl_alpha = 2130837519; + + // aapt resource value: 0x7f020010 + public const int abc_ic_commit_search_api_mtrl_alpha = 2130837520; + + // aapt resource value: 0x7f020011 + public const int abc_ic_go_search_api_mtrl_alpha = 2130837521; + + // aapt resource value: 0x7f020012 + public const int abc_ic_menu_copy_mtrl_am_alpha = 2130837522; + + // aapt resource value: 0x7f020013 + public const int abc_ic_menu_cut_mtrl_alpha = 2130837523; + + // aapt resource value: 0x7f020014 + public const int abc_ic_menu_moreoverflow_mtrl_alpha = 2130837524; + + // aapt resource value: 0x7f020015 + public const int abc_ic_menu_paste_mtrl_am_alpha = 2130837525; + + // aapt resource value: 0x7f020016 + public const int abc_ic_menu_selectall_mtrl_alpha = 2130837526; + + // aapt resource value: 0x7f020017 + public const int abc_ic_menu_share_mtrl_alpha = 2130837527; + + // aapt resource value: 0x7f020018 + public const int abc_ic_search_api_mtrl_alpha = 2130837528; + + // aapt resource value: 0x7f020019 + public const int abc_ic_voice_search_api_mtrl_alpha = 2130837529; + + // aapt resource value: 0x7f02001a + public const int abc_item_background_holo_dark = 2130837530; + + // aapt resource value: 0x7f02001b + public const int abc_item_background_holo_light = 2130837531; + + // aapt resource value: 0x7f02001c + public const int abc_list_divider_mtrl_alpha = 2130837532; + + // aapt resource value: 0x7f02001d + public const int abc_list_focused_holo = 2130837533; + + // aapt resource value: 0x7f02001e + public const int abc_list_longpressed_holo = 2130837534; + + // aapt resource value: 0x7f02001f + public const int abc_list_pressed_holo_dark = 2130837535; + + // aapt resource value: 0x7f020020 + public const int abc_list_pressed_holo_light = 2130837536; + + // aapt resource value: 0x7f020021 + public const int abc_list_selector_background_transition_holo_dark = 2130837537; + + // aapt resource value: 0x7f020022 + public const int abc_list_selector_background_transition_holo_light = 2130837538; + + // aapt resource value: 0x7f020023 + public const int abc_list_selector_disabled_holo_dark = 2130837539; + + // aapt resource value: 0x7f020024 + public const int abc_list_selector_disabled_holo_light = 2130837540; + + // aapt resource value: 0x7f020025 + public const int abc_list_selector_holo_dark = 2130837541; + + // aapt resource value: 0x7f020026 + public const int abc_list_selector_holo_light = 2130837542; + + // aapt resource value: 0x7f020027 + public const int abc_menu_hardkey_panel_mtrl_mult = 2130837543; + + // aapt resource value: 0x7f020028 + public const int abc_popup_background_mtrl_mult = 2130837544; + + // aapt resource value: 0x7f020029 + public const int abc_spinner_mtrl_am_alpha = 2130837545; + + // aapt resource value: 0x7f02002a + public const int abc_switch_thumb_material = 2130837546; + + // aapt resource value: 0x7f02002b + public const int abc_switch_track_mtrl_alpha = 2130837547; + + // aapt resource value: 0x7f02002c + public const int abc_tab_indicator_material = 2130837548; + + // aapt resource value: 0x7f02002d + public const int abc_tab_indicator_mtrl_alpha = 2130837549; + + // aapt resource value: 0x7f02002e + public const int abc_textfield_activated_mtrl_alpha = 2130837550; + + // aapt resource value: 0x7f02002f + public const int abc_textfield_default_mtrl_alpha = 2130837551; + + // aapt resource value: 0x7f020030 + public const int abc_textfield_search_activated_mtrl_alpha = 2130837552; + + // aapt resource value: 0x7f020031 + public const int abc_textfield_search_default_mtrl_alpha = 2130837553; + + // aapt resource value: 0x7f020032 + public const int abc_textfield_search_material = 2130837554; + + // aapt resource value: 0x7f020033 + public const int apidemo_androidlogo = 2130837555; + + // aapt resource value: 0x7f020034 + public const int app_sample_code = 2130837556; + + // aapt resource value: 0x7f020035 + public const int ic_launcher_settings = 2130837557; + + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Drawable() + { + } + } + + public partial class Id + { + + // aapt resource value: 0x7f080056 + public const int action_add = 2131230806; + + // aapt resource value: 0x7f080031 + public const int action_bar = 2131230769; + + // aapt resource value: 0x7f080000 + public const int action_bar_activity_content = 2131230720; + + // aapt resource value: 0x7f080030 + public const int action_bar_container = 2131230768; + + // aapt resource value: 0x7f08002c + public const int action_bar_root = 2131230764; + + // aapt resource value: 0x7f080001 + public const int action_bar_spinner = 2131230721; + + // aapt resource value: 0x7f08001f + public const int action_bar_subtitle = 2131230751; + + // aapt resource value: 0x7f08001e + public const int action_bar_title = 2131230750; + + // aapt resource value: 0x7f080032 + public const int action_context_bar = 2131230770; + + // aapt resource value: 0x7f080057 + public const int action_edit = 2131230807; + + // aapt resource value: 0x7f080002 + public const int action_menu_divider = 2131230722; + + // aapt resource value: 0x7f080003 + public const int action_menu_presenter = 2131230723; + + // aapt resource value: 0x7f08002e + public const int action_mode_bar = 2131230766; + + // aapt resource value: 0x7f08002d + public const int action_mode_bar_stub = 2131230765; + + // aapt resource value: 0x7f080020 + public const int action_mode_close_button = 2131230752; + + // aapt resource value: 0x7f080055 + public const int action_search = 2131230805; + + // aapt resource value: 0x7f080058 + public const int action_share = 2131230808; + + // aapt resource value: 0x7f080059 + public const int action_sort = 2131230809; + + // aapt resource value: 0x7f08005b + public const int action_sort_alpha = 2131230811; + + // aapt resource value: 0x7f08005a + public const int action_sort_size = 2131230810; + + // aapt resource value: 0x7f080021 + public const int activity_chooser_view_content = 2131230753; + + // aapt resource value: 0x7f080016 + public const int always = 2131230742; + + // aapt resource value: 0x7f080013 + public const int beginning = 2131230739; + + // aapt resource value: 0x7f08004f + public const int btn_add_tab = 2131230799; + + // aapt resource value: 0x7f080052 + public const int btn_remove_all_tabs = 2131230802; + + // aapt resource value: 0x7f080050 + public const int btn_remove_tab = 2131230800; + + // aapt resource value: 0x7f080051 + public const int btn_toggle_tabs = 2131230801; + + // aapt resource value: 0x7f08004c + public const int button = 2131230796; + + // aapt resource value: 0x7f080029 + public const int checkbox = 2131230761; + + // aapt resource value: 0x7f080017 + public const int collapseActionView = 2131230743; + + // aapt resource value: 0x7f080045 + public const int cycle_custom_gravity = 2131230789; + + // aapt resource value: 0x7f08002f + public const int decor_content_parent = 2131230767; + + // aapt resource value: 0x7f080024 + public const int default_activity_button = 2131230756; + + // aapt resource value: 0x7f08001b + public const int dialog = 2131230747; + + // aapt resource value: 0x7f08000c + public const int disableHome = 2131230732; + + // aapt resource value: 0x7f08001c + public const int dropdown = 2131230748; + + // aapt resource value: 0x7f080033 + public const int edit_query = 2131230771; + + // aapt resource value: 0x7f080014 + public const int end = 2131230740; + + // aapt resource value: 0x7f080022 + public const int expand_activities_button = 2131230754; + + // aapt resource value: 0x7f080028 + public const int expanded_menu = 2131230760; + + // aapt resource value: 0x7f08004e + public const int fragment_content = 2131230798; + + // aapt resource value: 0x7f08004a + public const int has_options_menu = 2131230794; + + // aapt resource value: 0x7f080004 + public const int home = 2131230724; + + // aapt resource value: 0x7f08000d + public const int homeAsUp = 2131230733; + + // aapt resource value: 0x7f080026 + public const int icon = 2131230758; + + // aapt resource value: 0x7f080018 + public const int ifRoom = 2131230744; + + // aapt resource value: 0x7f080023 + public const int image = 2131230755; + + // aapt resource value: 0x7f080009 + public const int listMode = 2131230729; + + // aapt resource value: 0x7f080025 + public const int list_item = 2131230757; + + // aapt resource value: 0x7f080047 + public const int menu1 = 2131230791; + + // aapt resource value: 0x7f080048 + public const int menu2 = 2131230792; + + // aapt resource value: 0x7f080049 + public const int menu3 = 2131230793; + + // aapt resource value: 0x7f080053 + public const int menu_item_action_provider_action_bar = 2131230803; + + // aapt resource value: 0x7f080054 + public const int menu_item_action_provider_overflow = 2131230804; + + // aapt resource value: 0x7f08004b + public const int menu_visibility = 2131230795; + + // aapt resource value: 0x7f080015 + public const int middle = 2131230741; + + // aapt resource value: 0x7f080019 + public const int never = 2131230745; + + // aapt resource value: 0x7f08000e + public const int none = 2131230734; + + // aapt resource value: 0x7f08000a + public const int normal = 2131230730; + + // aapt resource value: 0x7f080005 + public const int progress_circular = 2131230725; + + // aapt resource value: 0x7f080006 + public const int progress_horizontal = 2131230726; + + // aapt resource value: 0x7f08002b + public const int radio = 2131230763; + + // aapt resource value: 0x7f080035 + public const int search_badge = 2131230773; + + // aapt resource value: 0x7f080034 + public const int search_bar = 2131230772; + + // aapt resource value: 0x7f080036 + public const int search_button = 2131230774; + + // aapt resource value: 0x7f08003b + public const int search_close_btn = 2131230779; + + // aapt resource value: 0x7f080037 + public const int search_edit_frame = 2131230775; + + // aapt resource value: 0x7f08003d + public const int search_go_btn = 2131230781; + + // aapt resource value: 0x7f080038 + public const int search_mag_icon = 2131230776; + + // aapt resource value: 0x7f080039 + public const int search_plate = 2131230777; + + // aapt resource value: 0x7f08003a + public const int search_src_text = 2131230778; + + // aapt resource value: 0x7f08003e + public const int search_voice_btn = 2131230782; + + // aapt resource value: 0x7f08002a + public const int shortcut = 2131230762; + + // aapt resource value: 0x7f08000f + public const int showCustom = 2131230735; + + // aapt resource value: 0x7f080010 + public const int showHome = 2131230736; + + // aapt resource value: 0x7f080011 + public const int showTitle = 2131230737; + + // aapt resource value: 0x7f08005c + public const int simple_item = 2131230812; + + // aapt resource value: 0x7f080007 + public const int split_action_bar = 2131230727; + + // aapt resource value: 0x7f08003c + public const int submit_area = 2131230780; + + // aapt resource value: 0x7f08000b + public const int tabMode = 2131230731; + + // aapt resource value: 0x7f08004d + public const int text = 2131230797; + + // aapt resource value: 0x7f080027 + public const int title = 2131230759; + + // aapt resource value: 0x7f08003f + public const int toggle_home_as_up = 2131230783; + + // aapt resource value: 0x7f080044 + public const int toggle_navigation = 2131230788; + + // aapt resource value: 0x7f080043 + public const int toggle_show_custom = 2131230787; + + // aapt resource value: 0x7f080040 + public const int toggle_show_home = 2131230784; + + // aapt resource value: 0x7f080042 + public const int toggle_show_title = 2131230786; + + // aapt resource value: 0x7f080041 + public const int toggle_use_logo = 2131230785; + + // aapt resource value: 0x7f080046 + public const int toggle_visibility = 2131230790; + + // aapt resource value: 0x7f080008 + public const int up = 2131230728; + + // aapt resource value: 0x7f080012 + public const int useLogo = 2131230738; + + // aapt resource value: 0x7f08001a + public const int withText = 2131230746; + + // aapt resource value: 0x7f08001d + public const int wrap_content = 2131230749; + + static Id() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Id() + { + } + } + + public partial class Integer + { + + // aapt resource value: 0x7f090000 + public const int abc_max_action_buttons = 2131296256; + + static Integer() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Integer() + { + } + } + + public partial class Layout + { + + // aapt resource value: 0x7f030000 + public const int abc_action_bar_title_item = 2130903040; + + // aapt resource value: 0x7f030001 + public const int abc_action_bar_up_container = 2130903041; + + // aapt resource value: 0x7f030002 + public const int abc_action_bar_view_list_nav_layout = 2130903042; + + // aapt resource value: 0x7f030003 + public const int abc_action_menu_item_layout = 2130903043; + + // aapt resource value: 0x7f030004 + public const int abc_action_menu_layout = 2130903044; + + // aapt resource value: 0x7f030005 + public const int abc_action_mode_bar = 2130903045; + + // aapt resource value: 0x7f030006 + public const int abc_action_mode_close_item_material = 2130903046; + + // aapt resource value: 0x7f030007 + public const int abc_activity_chooser_view = 2130903047; + + // aapt resource value: 0x7f030008 + public const int abc_activity_chooser_view_include = 2130903048; + + // aapt resource value: 0x7f030009 + public const int abc_activity_chooser_view_list_item = 2130903049; + + // aapt resource value: 0x7f03000a + public const int abc_expanded_menu_layout = 2130903050; + + // aapt resource value: 0x7f03000b + public const int abc_list_menu_item_checkbox = 2130903051; + + // aapt resource value: 0x7f03000c + public const int abc_list_menu_item_icon = 2130903052; + + // aapt resource value: 0x7f03000d + public const int abc_list_menu_item_layout = 2130903053; + + // aapt resource value: 0x7f03000e + public const int abc_list_menu_item_radio = 2130903054; + + // aapt resource value: 0x7f03000f + public const int abc_popup_menu_item_layout = 2130903055; + + // aapt resource value: 0x7f030010 + public const int abc_screen_content_include = 2130903056; + + // aapt resource value: 0x7f030011 + public const int abc_screen_simple = 2130903057; + + // aapt resource value: 0x7f030012 + public const int abc_screen_simple_overlay_action_mode = 2130903058; + + // aapt resource value: 0x7f030013 + public const int abc_screen_toolbar = 2130903059; + + // aapt resource value: 0x7f030014 + public const int abc_search_dropdown_item_icons_2line = 2130903060; + + // aapt resource value: 0x7f030015 + public const int abc_search_view = 2130903061; + + // aapt resource value: 0x7f030016 + public const int abc_simple_dropdown_hint = 2130903062; + + // aapt resource value: 0x7f030017 + public const int action_bar_display_options = 2130903063; + + // aapt resource value: 0x7f030018 + public const int action_bar_display_options_custom = 2130903064; + + // aapt resource value: 0x7f030019 + public const int action_bar_fragment_menu = 2130903065; + + // aapt resource value: 0x7f03001a + public const int action_bar_settings_action_provider = 2130903066; + + // aapt resource value: 0x7f03001b + public const int action_bar_tab_content = 2130903067; + + // aapt resource value: 0x7f03001c + public const int action_bar_tabs = 2130903068; + + // aapt resource value: 0x7f03001d + public const int support_simple_spinner_dropdown_item = 2130903069; + + static Layout() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Layout() + { + } + } + + public partial class Menu + { + + // aapt resource value: 0x7f0c0000 + public const int action_bar_settings_action_provider = 2131492864; + + // aapt resource value: 0x7f0c0001 + public const int actions = 2131492865; + + // aapt resource value: 0x7f0c0002 + public const int display_options_actions = 2131492866; + + static Menu() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Menu() + { + } + } + + public partial class String + { + + // aapt resource value: 0x7f0a0000 + public const int abc_action_bar_home_description = 2131361792; + + // aapt resource value: 0x7f0a0001 + public const int abc_action_bar_home_description_format = 2131361793; + + // aapt resource value: 0x7f0a0002 + public const int abc_action_bar_home_subtitle_description_format = 2131361794; + + // aapt resource value: 0x7f0a0003 + public const int abc_action_bar_up_description = 2131361795; + + // aapt resource value: 0x7f0a0004 + public const int abc_action_menu_overflow_description = 2131361796; + + // aapt resource value: 0x7f0a0005 + public const int abc_action_mode_done = 2131361797; + + // aapt resource value: 0x7f0a0006 + public const int abc_activity_chooser_view_see_all = 2131361798; + + // aapt resource value: 0x7f0a0007 + public const int abc_activitychooserview_choose_application = 2131361799; + + // aapt resource value: 0x7f0a0008 + public const int abc_searchview_description_clear = 2131361800; + + // aapt resource value: 0x7f0a0009 + public const int abc_searchview_description_query = 2131361801; + + // aapt resource value: 0x7f0a000a + public const int abc_searchview_description_search = 2131361802; + + // aapt resource value: 0x7f0a000b + public const int abc_searchview_description_submit = 2131361803; + + // aapt resource value: 0x7f0a000c + public const int abc_searchview_description_voice = 2131361804; + + // aapt resource value: 0x7f0a000d + public const int abc_shareactionprovider_share_with = 2131361805; + + // aapt resource value: 0x7f0a000e + public const int abc_shareactionprovider_share_with_application = 2131361806; + + // aapt resource value: 0x7f0a000f + public const int abc_toolbar_collapse_description = 2131361807; + + // aapt resource value: 0x7f0a0017 + public const int action_bar_add = 2131361815; + + // aapt resource value: 0x7f0a001e + public const int action_bar_display_options = 2131361822; + + // aapt resource value: 0x7f0a0018 + public const int action_bar_edit = 2131361816; + + // aapt resource value: 0x7f0a0032 + public const int action_bar_fragment_has_options_menu = 2131361842; + + // aapt resource value: 0x7f0a002d + public const int action_bar_fragment_menu = 2131361837; + + // aapt resource value: 0x7f0a002f + public const int action_bar_fragment_menu1 = 2131361839; + + // aapt resource value: 0x7f0a0030 + public const int action_bar_fragment_menu2 = 2131361840; + + // aapt resource value: 0x7f0a0031 + public const int action_bar_fragment_menu3 = 2131361841; + + // aapt resource value: 0x7f0a002e + public const int action_bar_fragment_menu_msg = 2131361838; + + // aapt resource value: 0x7f0a0033 + public const int action_bar_fragment_menu_visibility = 2131361843; + + // aapt resource value: 0x7f0a0011 + public const int action_bar_mechanics = 2131361809; + + // aapt resource value: 0x7f0a0016 + public const int action_bar_search = 2131361814; + + // aapt resource value: 0x7f0a001d + public const int action_bar_settings = 2131361821; + + // aapt resource value: 0x7f0a0014 + public const int action_bar_settings_action_provider = 2131361812; + + // aapt resource value: 0x7f0a0015 + public const int action_bar_settings_action_provider_no_handling = 2131361813; + + // aapt resource value: 0x7f0a0019 + public const int action_bar_share = 2131361817; + + // aapt resource value: 0x7f0a001a + public const int action_bar_sort = 2131361818; + + // aapt resource value: 0x7f0a001b + public const int action_bar_sort_alpha = 2131361819; + + // aapt resource value: 0x7f0a001c + public const int action_bar_sort_size = 2131361820; + + // aapt resource value: 0x7f0a0013 + public const int action_bar_tabs = 2131361811; + + // aapt resource value: 0x7f0a0012 + public const int action_bar_usage = 2131361810; + + // aapt resource value: 0x7f0a0010 + public const int activity_sample_code = 2131361808; + + // aapt resource value: 0x7f0a0029 + public const int btn_add_tab = 2131361833; + + // aapt resource value: 0x7f0a002c + public const int btn_remove_all_tabs = 2131361836; + + // aapt resource value: 0x7f0a002a + public const int btn_remove_tab = 2131361834; + + // aapt resource value: 0x7f0a002b + public const int btn_toggle_tabs = 2131361835; + + // aapt resource value: 0x7f0a0025 + public const int cycle_custom_gravity = 2131361829; + + // aapt resource value: 0x7f0a0027 + public const int display_options_custom_button = 2131361831; + + // aapt resource value: 0x7f0a0028 + public const int display_options_menu_item = 2131361832; + + // aapt resource value: 0x7f0a001f + public const int toggle_home_as_up = 2131361823; + + // aapt resource value: 0x7f0a0024 + public const int toggle_navigation = 2131361828; + + // aapt resource value: 0x7f0a0023 + public const int toggle_show_custom = 2131361827; + + // aapt resource value: 0x7f0a0020 + public const int toggle_show_home = 2131361824; + + // aapt resource value: 0x7f0a0022 + public const int toggle_show_title = 2131361826; + + // aapt resource value: 0x7f0a0021 + public const int toggle_use_logo = 2131361825; + + // aapt resource value: 0x7f0a0026 + public const int toggle_visibility = 2131361830; + + static String() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private String() + { + } + } + + public partial class Style + { + + // aapt resource value: 0x7f0b0000 + public const int Base_TextAppearance_AppCompat = 2131427328; + + // aapt resource value: 0x7f0b0001 + public const int Base_TextAppearance_AppCompat_Body1 = 2131427329; + + // aapt resource value: 0x7f0b0002 + public const int Base_TextAppearance_AppCompat_Body2 = 2131427330; + + // aapt resource value: 0x7f0b0003 + public const int Base_TextAppearance_AppCompat_Button = 2131427331; + + // aapt resource value: 0x7f0b0004 + public const int Base_TextAppearance_AppCompat_Caption = 2131427332; + + // aapt resource value: 0x7f0b0005 + public const int Base_TextAppearance_AppCompat_Display1 = 2131427333; + + // aapt resource value: 0x7f0b0006 + public const int Base_TextAppearance_AppCompat_Display2 = 2131427334; + + // aapt resource value: 0x7f0b0007 + public const int Base_TextAppearance_AppCompat_Display3 = 2131427335; + + // aapt resource value: 0x7f0b0008 + public const int Base_TextAppearance_AppCompat_Display4 = 2131427336; + + // aapt resource value: 0x7f0b0009 + public const int Base_TextAppearance_AppCompat_Headline = 2131427337; + + // aapt resource value: 0x7f0b000a + public const int Base_TextAppearance_AppCompat_Inverse = 2131427338; + + // aapt resource value: 0x7f0b000b + public const int Base_TextAppearance_AppCompat_Large = 2131427339; + + // aapt resource value: 0x7f0b000c + public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131427340; + + // aapt resource value: 0x7f0b000d + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131427341; + + // aapt resource value: 0x7f0b000e + public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131427342; + + // aapt resource value: 0x7f0b000f + public const int Base_TextAppearance_AppCompat_Medium = 2131427343; + + // aapt resource value: 0x7f0b0010 + public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131427344; + + // aapt resource value: 0x7f0b0011 + public const int Base_TextAppearance_AppCompat_Menu = 2131427345; + + // aapt resource value: 0x7f0b0012 + public const int Base_TextAppearance_AppCompat_SearchResult = 2131427346; + + // aapt resource value: 0x7f0b0013 + public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131427347; + + // aapt resource value: 0x7f0b0014 + public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131427348; + + // aapt resource value: 0x7f0b0015 + public const int Base_TextAppearance_AppCompat_Small = 2131427349; + + // aapt resource value: 0x7f0b0016 + public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131427350; + + // aapt resource value: 0x7f0b0017 + public const int Base_TextAppearance_AppCompat_Subhead = 2131427351; + + // aapt resource value: 0x7f0b0018 + public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131427352; + + // aapt resource value: 0x7f0b0019 + public const int Base_TextAppearance_AppCompat_Title = 2131427353; + + // aapt resource value: 0x7f0b001a + public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131427354; + + // aapt resource value: 0x7f0b001b + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131427355; + + // aapt resource value: 0x7f0b001c + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131427356; + + // aapt resource value: 0x7f0b001d + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131427357; + + // aapt resource value: 0x7f0b001e + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131427358; + + // aapt resource value: 0x7f0b001f + public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131427359; + + // aapt resource value: 0x7f0b0020 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131427360; + + // aapt resource value: 0x7f0b0021 + public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131427361; + + // aapt resource value: 0x7f0b0022 + public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131427362; + + // aapt resource value: 0x7f0b0023 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131427363; + + // aapt resource value: 0x7f0b0024 + public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131427364; + + // aapt resource value: 0x7f0b0025 + public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131427365; + + // aapt resource value: 0x7f0b0026 + public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131427366; + + // aapt resource value: 0x7f0b0027 + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131427367; + + // aapt resource value: 0x7f0b0028 + public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131427368; + + // aapt resource value: 0x7f0b0029 + public const int Base_Theme_AppCompat = 2131427369; + + // aapt resource value: 0x7f0b002a + public const int Base_Theme_AppCompat_CompactMenu = 2131427370; + + // aapt resource value: 0x7f0b002b + public const int Base_Theme_AppCompat_Dialog = 2131427371; + + // aapt resource value: 0x7f0b002c + public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131427372; + + // aapt resource value: 0x7f0b002d + public const int Base_Theme_AppCompat_DialogWhenLarge = 2131427373; + + // aapt resource value: 0x7f0b002e + public const int Base_Theme_AppCompat_Light = 2131427374; + + // aapt resource value: 0x7f0b002f + public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131427375; + + // aapt resource value: 0x7f0b0030 + public const int Base_Theme_AppCompat_Light_Dialog = 2131427376; + + // aapt resource value: 0x7f0b0031 + public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131427377; + + // aapt resource value: 0x7f0b0032 + public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131427378; + + // aapt resource value: 0x7f0b0033 + public const int Base_ThemeOverlay_AppCompat = 2131427379; + + // aapt resource value: 0x7f0b0034 + public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131427380; + + // aapt resource value: 0x7f0b0035 + public const int Base_ThemeOverlay_AppCompat_Dark = 2131427381; + + // aapt resource value: 0x7f0b0036 + public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131427382; + + // aapt resource value: 0x7f0b0037 + public const int Base_ThemeOverlay_AppCompat_Light = 2131427383; + + // aapt resource value: 0x7f0b00df + public const int Base_V11_Theme_AppCompat = 2131427551; + + // aapt resource value: 0x7f0b00e0 + public const int Base_V11_Theme_AppCompat_Dialog = 2131427552; + + // aapt resource value: 0x7f0b00e1 + public const int Base_V11_Theme_AppCompat_Light = 2131427553; + + // aapt resource value: 0x7f0b00e2 + public const int Base_V11_Theme_AppCompat_Light_Dialog = 2131427554; + + // aapt resource value: 0x7f0b00e3 + public const int Base_V14_Theme_AppCompat = 2131427555; + + // aapt resource value: 0x7f0b00e4 + public const int Base_V14_Theme_AppCompat_Dialog = 2131427556; + + // aapt resource value: 0x7f0b00e5 + public const int Base_V14_Theme_AppCompat_Light = 2131427557; + + // aapt resource value: 0x7f0b00e6 + public const int Base_V14_Theme_AppCompat_Light_Dialog = 2131427558; + + // aapt resource value: 0x7f0b00e7 + public const int Base_V21_Theme_AppCompat = 2131427559; + + // aapt resource value: 0x7f0b00e8 + public const int Base_V21_Theme_AppCompat_Dialog = 2131427560; + + // aapt resource value: 0x7f0b00e9 + public const int Base_V21_Theme_AppCompat_Light = 2131427561; + + // aapt resource value: 0x7f0b00ea + public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131427562; + + // aapt resource value: 0x7f0b0038 + public const int Base_V7_Theme_AppCompat = 2131427384; + + // aapt resource value: 0x7f0b0039 + public const int Base_V7_Theme_AppCompat_Dialog = 2131427385; + + // aapt resource value: 0x7f0b003a + public const int Base_V7_Theme_AppCompat_Light = 2131427386; + + // aapt resource value: 0x7f0b003b + public const int Base_Widget_AppCompat_ActionBar = 2131427387; + + // aapt resource value: 0x7f0b003c + public const int Base_Widget_AppCompat_ActionBar_Solid = 2131427388; + + // aapt resource value: 0x7f0b003d + public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131427389; + + // aapt resource value: 0x7f0b003e + public const int Base_Widget_AppCompat_ActionBar_TabText = 2131427390; + + // aapt resource value: 0x7f0b003f + public const int Base_Widget_AppCompat_ActionBar_TabView = 2131427391; + + // aapt resource value: 0x7f0b0040 + public const int Base_Widget_AppCompat_ActionButton = 2131427392; + + // aapt resource value: 0x7f0b0041 + public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131427393; + + // aapt resource value: 0x7f0b0042 + public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131427394; + + // aapt resource value: 0x7f0b0043 + public const int Base_Widget_AppCompat_ActionMode = 2131427395; + + // aapt resource value: 0x7f0b0044 + public const int Base_Widget_AppCompat_ActivityChooserView = 2131427396; + + // aapt resource value: 0x7f0b0045 + public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131427397; + + // aapt resource value: 0x7f0b0046 + public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131427398; + + // aapt resource value: 0x7f0b0047 + public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131427399; + + // aapt resource value: 0x7f0b0048 + public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131427400; + + // aapt resource value: 0x7f0b0049 + public const int Base_Widget_AppCompat_EditText = 2131427401; + + // aapt resource value: 0x7f0b004a + public const int Base_Widget_AppCompat_Light_ActionBar = 2131427402; + + // aapt resource value: 0x7f0b004b + public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131427403; + + // aapt resource value: 0x7f0b004c + public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131427404; + + // aapt resource value: 0x7f0b004d + public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131427405; + + // aapt resource value: 0x7f0b004e + public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131427406; + + // aapt resource value: 0x7f0b004f + public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131427407; + + // aapt resource value: 0x7f0b0050 + public const int Base_Widget_AppCompat_Light_ActivityChooserView = 2131427408; + + // aapt resource value: 0x7f0b0051 + public const int Base_Widget_AppCompat_Light_AutoCompleteTextView = 2131427409; + + // aapt resource value: 0x7f0b0052 + public const int Base_Widget_AppCompat_Light_PopupMenu = 2131427410; + + // aapt resource value: 0x7f0b0053 + public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131427411; + + // aapt resource value: 0x7f0b0054 + public const int Base_Widget_AppCompat_ListPopupWindow = 2131427412; + + // aapt resource value: 0x7f0b0055 + public const int Base_Widget_AppCompat_ListView_DropDown = 2131427413; + + // aapt resource value: 0x7f0b0056 + public const int Base_Widget_AppCompat_ListView_Menu = 2131427414; + + // aapt resource value: 0x7f0b0057 + public const int Base_Widget_AppCompat_PopupMenu = 2131427415; + + // aapt resource value: 0x7f0b0058 + public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131427416; + + // aapt resource value: 0x7f0b0059 + public const int Base_Widget_AppCompat_PopupWindow = 2131427417; + + // aapt resource value: 0x7f0b005a + public const int Base_Widget_AppCompat_ProgressBar = 2131427418; + + // aapt resource value: 0x7f0b005b + public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131427419; + + // aapt resource value: 0x7f0b005c + public const int Base_Widget_AppCompat_SearchView = 2131427420; + + // aapt resource value: 0x7f0b005d + public const int Base_Widget_AppCompat_Spinner = 2131427421; + + // aapt resource value: 0x7f0b005e + public const int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 2131427422; + + // aapt resource value: 0x7f0b005f + public const int Base_Widget_AppCompat_Toolbar = 2131427423; + + // aapt resource value: 0x7f0b0060 + public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131427424; + + // aapt resource value: 0x7f0b0061 + public const int Platform_AppCompat = 2131427425; + + // aapt resource value: 0x7f0b0062 + public const int Platform_AppCompat_Dialog = 2131427426; + + // aapt resource value: 0x7f0b0063 + public const int Platform_AppCompat_Light = 2131427427; + + // aapt resource value: 0x7f0b0064 + public const int Platform_AppCompat_Light_Dialog = 2131427428; + + // aapt resource value: 0x7f0b0065 + public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131427429; + + // aapt resource value: 0x7f0b0066 + public const int RtlOverlay_Widget_AppCompat_ActionButton_CloseMode = 2131427430; + + // aapt resource value: 0x7f0b0067 + public const int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 2131427431; + + // aapt resource value: 0x7f0b0068 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131427432; + + // aapt resource value: 0x7f0b0069 + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131427433; + + // aapt resource value: 0x7f0b006a + public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131427434; + + // aapt resource value: 0x7f0b006b + public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131427435; + + // aapt resource value: 0x7f0b006c + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131427436; + + // aapt resource value: 0x7f0b006d + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131427437; + + // aapt resource value: 0x7f0b006e + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131427438; + + // aapt resource value: 0x7f0b006f + public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131427439; + + // aapt resource value: 0x7f0b0070 + public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131427440; + + // aapt resource value: 0x7f0b0071 + public const int TextAppearance_AppCompat = 2131427441; + + // aapt resource value: 0x7f0b0072 + public const int TextAppearance_AppCompat_Body1 = 2131427442; + + // aapt resource value: 0x7f0b0073 + public const int TextAppearance_AppCompat_Body2 = 2131427443; + + // aapt resource value: 0x7f0b0074 + public const int TextAppearance_AppCompat_Button = 2131427444; + + // aapt resource value: 0x7f0b0075 + public const int TextAppearance_AppCompat_Caption = 2131427445; + + // aapt resource value: 0x7f0b0076 + public const int TextAppearance_AppCompat_Display1 = 2131427446; + + // aapt resource value: 0x7f0b0077 + public const int TextAppearance_AppCompat_Display2 = 2131427447; + + // aapt resource value: 0x7f0b0078 + public const int TextAppearance_AppCompat_Display3 = 2131427448; + + // aapt resource value: 0x7f0b0079 + public const int TextAppearance_AppCompat_Display4 = 2131427449; + + // aapt resource value: 0x7f0b007a + public const int TextAppearance_AppCompat_Headline = 2131427450; + + // aapt resource value: 0x7f0b007b + public const int TextAppearance_AppCompat_Inverse = 2131427451; + + // aapt resource value: 0x7f0b007c + public const int TextAppearance_AppCompat_Large = 2131427452; + + // aapt resource value: 0x7f0b007d + public const int TextAppearance_AppCompat_Large_Inverse = 2131427453; + + // aapt resource value: 0x7f0b007e + public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131427454; + + // aapt resource value: 0x7f0b007f + public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131427455; + + // aapt resource value: 0x7f0b0080 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131427456; + + // aapt resource value: 0x7f0b0081 + public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131427457; + + // aapt resource value: 0x7f0b0082 + public const int TextAppearance_AppCompat_Medium = 2131427458; + + // aapt resource value: 0x7f0b0083 + public const int TextAppearance_AppCompat_Medium_Inverse = 2131427459; + + // aapt resource value: 0x7f0b0084 + public const int TextAppearance_AppCompat_Menu = 2131427460; + + // aapt resource value: 0x7f0b0085 + public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131427461; + + // aapt resource value: 0x7f0b0086 + public const int TextAppearance_AppCompat_SearchResult_Title = 2131427462; + + // aapt resource value: 0x7f0b0087 + public const int TextAppearance_AppCompat_Small = 2131427463; + + // aapt resource value: 0x7f0b0088 + public const int TextAppearance_AppCompat_Small_Inverse = 2131427464; + + // aapt resource value: 0x7f0b0089 + public const int TextAppearance_AppCompat_Subhead = 2131427465; + + // aapt resource value: 0x7f0b008a + public const int TextAppearance_AppCompat_Subhead_Inverse = 2131427466; + + // aapt resource value: 0x7f0b008b + public const int TextAppearance_AppCompat_Title = 2131427467; + + // aapt resource value: 0x7f0b008c + public const int TextAppearance_AppCompat_Title_Inverse = 2131427468; + + // aapt resource value: 0x7f0b008d + public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131427469; + + // aapt resource value: 0x7f0b008e + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131427470; + + // aapt resource value: 0x7f0b008f + public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131427471; + + // aapt resource value: 0x7f0b0090 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131427472; + + // aapt resource value: 0x7f0b0091 + public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131427473; + + // aapt resource value: 0x7f0b0092 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131427474; + + // aapt resource value: 0x7f0b0093 + public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131427475; + + // aapt resource value: 0x7f0b0094 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131427476; + + // aapt resource value: 0x7f0b0095 + public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131427477; + + // aapt resource value: 0x7f0b0096 + public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131427478; + + // aapt resource value: 0x7f0b0097 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131427479; + + // aapt resource value: 0x7f0b0098 + public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131427480; + + // aapt resource value: 0x7f0b0099 + public const int TextAppearance_AppCompat_Widget_Switch = 2131427481; + + // aapt resource value: 0x7f0b009a + public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131427482; + + // aapt resource value: 0x7f0b009b + public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131427483; + + // aapt resource value: 0x7f0b009c + public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131427484; + + // aapt resource value: 0x7f0b009d + public const int Theme_AppCompat = 2131427485; + + // aapt resource value: 0x7f0b009e + public const int Theme_AppCompat_CompactMenu = 2131427486; + + // aapt resource value: 0x7f0b009f + public const int Theme_AppCompat_Dialog = 2131427487; + + // aapt resource value: 0x7f0b00a0 + public const int Theme_AppCompat_DialogWhenLarge = 2131427488; + + // aapt resource value: 0x7f0b00a1 + public const int Theme_AppCompat_Light = 2131427489; + + // aapt resource value: 0x7f0b00a2 + public const int Theme_AppCompat_Light_DarkActionBar = 2131427490; + + // aapt resource value: 0x7f0b00a3 + public const int Theme_AppCompat_Light_Dialog = 2131427491; + + // aapt resource value: 0x7f0b00a4 + public const int Theme_AppCompat_Light_DialogWhenLarge = 2131427492; + + // aapt resource value: 0x7f0b00a5 + public const int Theme_AppCompat_Light_NoActionBar = 2131427493; + + // aapt resource value: 0x7f0b00a6 + public const int Theme_AppCompat_NoActionBar = 2131427494; + + // aapt resource value: 0x7f0b00a7 + public const int ThemeOverlay_AppCompat = 2131427495; + + // aapt resource value: 0x7f0b00a8 + public const int ThemeOverlay_AppCompat_ActionBar = 2131427496; + + // aapt resource value: 0x7f0b00a9 + public const int ThemeOverlay_AppCompat_Dark = 2131427497; + + // aapt resource value: 0x7f0b00aa + public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131427498; + + // aapt resource value: 0x7f0b00ab + public const int ThemeOverlay_AppCompat_Light = 2131427499; + + // aapt resource value: 0x7f0b00ac + public const int Widget_AppCompat_ActionBar = 2131427500; + + // aapt resource value: 0x7f0b00ad + public const int Widget_AppCompat_ActionBar_Solid = 2131427501; + + // aapt resource value: 0x7f0b00ae + public const int Widget_AppCompat_ActionBar_TabBar = 2131427502; + + // aapt resource value: 0x7f0b00af + public const int Widget_AppCompat_ActionBar_TabText = 2131427503; + + // aapt resource value: 0x7f0b00b0 + public const int Widget_AppCompat_ActionBar_TabView = 2131427504; + + // aapt resource value: 0x7f0b00b1 + public const int Widget_AppCompat_ActionButton = 2131427505; + + // aapt resource value: 0x7f0b00b2 + public const int Widget_AppCompat_ActionButton_CloseMode = 2131427506; + + // aapt resource value: 0x7f0b00b3 + public const int Widget_AppCompat_ActionButton_Overflow = 2131427507; + + // aapt resource value: 0x7f0b00b4 + public const int Widget_AppCompat_ActionMode = 2131427508; + + // aapt resource value: 0x7f0b00b5 + public const int Widget_AppCompat_ActivityChooserView = 2131427509; + + // aapt resource value: 0x7f0b00b6 + public const int Widget_AppCompat_AutoCompleteTextView = 2131427510; + + // aapt resource value: 0x7f0b00b7 + public const int Widget_AppCompat_CompoundButton_Switch = 2131427511; + + // aapt resource value: 0x7f0b00b8 + public const int Widget_AppCompat_DrawerArrowToggle = 2131427512; + + // aapt resource value: 0x7f0b00b9 + public const int Widget_AppCompat_DropDownItem_Spinner = 2131427513; + + // aapt resource value: 0x7f0b00ba + public const int Widget_AppCompat_EditText = 2131427514; + + // aapt resource value: 0x7f0b00bb + public const int Widget_AppCompat_Light_ActionBar = 2131427515; + + // aapt resource value: 0x7f0b00bc + public const int Widget_AppCompat_Light_ActionBar_Solid = 2131427516; + + // aapt resource value: 0x7f0b00bd + public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131427517; + + // aapt resource value: 0x7f0b00be + public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131427518; + + // aapt resource value: 0x7f0b00bf + public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131427519; + + // aapt resource value: 0x7f0b00c0 + public const int Widget_AppCompat_Light_ActionBar_TabText = 2131427520; + + // aapt resource value: 0x7f0b00c1 + public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131427521; + + // aapt resource value: 0x7f0b00c2 + public const int Widget_AppCompat_Light_ActionBar_TabView = 2131427522; + + // aapt resource value: 0x7f0b00c3 + public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131427523; + + // aapt resource value: 0x7f0b00c4 + public const int Widget_AppCompat_Light_ActionButton = 2131427524; + + // aapt resource value: 0x7f0b00c5 + public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131427525; + + // aapt resource value: 0x7f0b00c6 + public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131427526; + + // aapt resource value: 0x7f0b00c7 + public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131427527; + + // aapt resource value: 0x7f0b00c8 + public const int Widget_AppCompat_Light_ActivityChooserView = 2131427528; + + // aapt resource value: 0x7f0b00c9 + public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131427529; + + // aapt resource value: 0x7f0b00ca + public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131427530; + + // aapt resource value: 0x7f0b00cb + public const int Widget_AppCompat_Light_ListPopupWindow = 2131427531; + + // aapt resource value: 0x7f0b00cc + public const int Widget_AppCompat_Light_ListView_DropDown = 2131427532; + + // aapt resource value: 0x7f0b00cd + public const int Widget_AppCompat_Light_PopupMenu = 2131427533; + + // aapt resource value: 0x7f0b00ce + public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131427534; + + // aapt resource value: 0x7f0b00cf + public const int Widget_AppCompat_Light_SearchView = 2131427535; + + // aapt resource value: 0x7f0b00d0 + public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131427536; + + // aapt resource value: 0x7f0b00d1 + public const int Widget_AppCompat_ListPopupWindow = 2131427537; + + // aapt resource value: 0x7f0b00d2 + public const int Widget_AppCompat_ListView_DropDown = 2131427538; + + // aapt resource value: 0x7f0b00d3 + public const int Widget_AppCompat_ListView_Menu = 2131427539; + + // aapt resource value: 0x7f0b00d4 + public const int Widget_AppCompat_PopupMenu = 2131427540; + + // aapt resource value: 0x7f0b00d5 + public const int Widget_AppCompat_PopupMenu_Overflow = 2131427541; + + // aapt resource value: 0x7f0b00d6 + public const int Widget_AppCompat_PopupWindow = 2131427542; + + // aapt resource value: 0x7f0b00d7 + public const int Widget_AppCompat_ProgressBar = 2131427543; + + // aapt resource value: 0x7f0b00d8 + public const int Widget_AppCompat_ProgressBar_Horizontal = 2131427544; + + // aapt resource value: 0x7f0b00d9 + public const int Widget_AppCompat_SearchView = 2131427545; + + // aapt resource value: 0x7f0b00da + public const int Widget_AppCompat_Spinner = 2131427546; + + // aapt resource value: 0x7f0b00db + public const int Widget_AppCompat_Spinner_DropDown = 2131427547; + + // aapt resource value: 0x7f0b00dc + public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131427548; + + // aapt resource value: 0x7f0b00dd + public const int Widget_AppCompat_Toolbar = 2131427549; + + // aapt resource value: 0x7f0b00de + public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131427550; + + static Style() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Style() + { + } + } + + public partial class Styleable + { + + public static int[] ActionBar = new int[] + { + 2130771969, + 2130771971, + 2130771972, + 2130771973, + 2130771974, + 2130771975, + 2130771976, + 2130771977, + 2130771978, + 2130771979, + 2130771980, + 2130771981, + 2130771982, + 2130771983, + 2130771984, + 2130771985, + 2130771986, + 2130771987, + 2130771988, + 2130771989, + 2130771990, + 2130771991, + 2130771992, + 2130771993, + 2130771994, + 2130771995, + 2130772081}; + + // 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: 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: 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: 24 + public const int ActionBar_elevation = 24; + + // aapt resource value: 0 + public const int ActionBar_height = 0; + + // aapt resource value: 19 + public const int ActionBar_hideOnContentScroll = 19; + + // aapt resource value: 26 + public const int ActionBar_homeAsUpIndicator = 26; + + // 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: 25 + public const int ActionBar_popupTheme = 25; + + // 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[] + { + 2130771969, + 2130771975, + 2130771976, + 2130771980, + 2130771982, + 2130771996}; + + // 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[] + { + 2130771997, + 2130771998}; + + // aapt resource value: 1 + public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + + // aapt resource value: 0 + public const int ActivityChooserView_initialActivityCount = 0; + + public static int[] CompatTextView = new int[] + { + 2130771999}; + + // aapt resource value: 0 + public const int CompatTextView_textAllCaps = 0; + + public static int[] DrawerArrowToggle = new int[] + { + 2130772000, + 2130772001, + 2130772002, + 2130772003, + 2130772004, + 2130772005, + 2130772006, + 2130772007}; + + // aapt resource value: 6 + public const int DrawerArrowToggle_barSize = 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: 5 + public const int DrawerArrowToggle_middleBarArrowSize = 5; + + // aapt resource value: 1 + public const int DrawerArrowToggle_spinBars = 1; + + // aapt resource value: 7 + public const int DrawerArrowToggle_thickness = 7; + + // aapt resource value: 4 + public const int DrawerArrowToggle_topBottomBarArrowSize = 4; + + public static int[] LinearLayoutCompat = new int[] + { + 16842927, + 16842948, + 16843046, + 16843047, + 16843048, + 2130771979, + 2130772008, + 2130772009, + 2130772010}; + + // 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[] 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, + 2130772011, + 2130772012, + 2130772013, + 2130772014}; + + // aapt resource value: 14 + public const int MenuItem_actionLayout = 14; + + // aapt resource value: 16 + public const int MenuItem_actionProviderClass = 16; + + // aapt resource value: 15 + public const int MenuItem_actionViewClass = 15; + + // 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: 13 + public const int MenuItem_showAsAction = 13; + + public static int[] MenuView = new int[] + { + 16842926, + 16843052, + 16843053, + 16843054, + 16843055, + 16843056, + 16843057, + 2130772015}; + + // 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; + + public static int[] PopupWindow = new int[] + { + 16843126, + 2130772016}; + + // aapt resource value: 0 + public const int PopupWindow_android_popupBackground = 0; + + // aapt resource value: 1 + public const int PopupWindow_overlapAnchor = 1; + + public static int[] PopupWindowBackgroundState = new int[] + { + 2130772017}; + + // aapt resource value: 0 + public const int PopupWindowBackgroundState_state_above_anchor = 0; + + public static int[] SearchView = new int[] + { + 16842970, + 16843039, + 16843296, + 16843364, + 2130772018, + 2130772019, + 2130772020, + 2130772021, + 2130772022, + 2130772023, + 2130772024, + 2130772025, + 2130772026, + 2130772027, + 2130772028}; + + // 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: 7 + public const int SearchView_closeIcon = 7; + + // aapt resource value: 11 + public const int SearchView_commitIcon = 11; + + // aapt resource value: 8 + public const int SearchView_goIcon = 8; + + // aapt resource value: 5 + public const int SearchView_iconifiedByDefault = 5; + + // aapt resource value: 4 + public const int SearchView_layout = 4; + + // aapt resource value: 13 + public const int SearchView_queryBackground = 13; + + // aapt resource value: 6 + public const int SearchView_queryHint = 6; + + // aapt resource value: 9 + public const int SearchView_searchIcon = 9; + + // aapt resource value: 14 + public const int SearchView_submitBackground = 14; + + // aapt resource value: 12 + public const int SearchView_suggestionRowLayout = 12; + + // aapt resource value: 10 + public const int SearchView_voiceIcon = 10; + + public static int[] Spinner = new int[] + { + 16842927, + 16842964, + 16843125, + 16843126, + 16843362, + 16843436, + 16843437, + 2130772029, + 2130772030, + 2130772031, + 2130772032}; + + // aapt resource value: 1 + public const int Spinner_android_background = 1; + + // aapt resource value: 5 + public const int Spinner_android_dropDownHorizontalOffset = 5; + + // aapt resource value: 2 + public const int Spinner_android_dropDownSelector = 2; + + // aapt resource value: 6 + public const int Spinner_android_dropDownVerticalOffset = 6; + + // aapt resource value: 4 + public const int Spinner_android_dropDownWidth = 4; + + // aapt resource value: 0 + public const int Spinner_android_gravity = 0; + + // aapt resource value: 3 + public const int Spinner_android_popupBackground = 3; + + // aapt resource value: 10 + public const int Spinner_disableChildrenWhenDisabled = 10; + + // aapt resource value: 9 + public const int Spinner_popupPromptView = 9; + + // aapt resource value: 7 + public const int Spinner_prompt = 7; + + // aapt resource value: 8 + public const int Spinner_spinnerMode = 8; + + public static int[] SwitchCompat = new int[] + { + 16843044, + 16843045, + 16843074, + 2130772033, + 2130772034, + 2130772035, + 2130772036, + 2130772037, + 2130772038, + 2130772039}; + + // 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: 9 + public const int SwitchCompat_showText = 9; + + // aapt resource value: 8 + public const int SwitchCompat_splitTrack = 8; + + // aapt resource value: 6 + public const int SwitchCompat_switchMinWidth = 6; + + // aapt resource value: 7 + public const int SwitchCompat_switchPadding = 7; + + // aapt resource value: 5 + public const int SwitchCompat_switchTextAppearance = 5; + + // aapt resource value: 4 + public const int SwitchCompat_thumbTextPadding = 4; + + // aapt resource value: 3 + public const int SwitchCompat_track = 3; + + public static int[] Theme = new int[] + { + 16842839, + 2130772040, + 2130772041, + 2130772042, + 2130772043, + 2130772044, + 2130772045, + 2130772046, + 2130772047, + 2130772048, + 2130772049, + 2130772050, + 2130772051, + 2130772052, + 2130772053, + 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}; + + // aapt resource value: 19 + public const int Theme_actionBarDivider = 19; + + // aapt resource value: 20 + public const int Theme_actionBarItemBackground = 20; + + // aapt resource value: 13 + public const int Theme_actionBarPopupTheme = 13; + + // aapt resource value: 18 + public const int Theme_actionBarSize = 18; + + // aapt resource value: 15 + public const int Theme_actionBarSplitStyle = 15; + + // aapt resource value: 14 + public const int Theme_actionBarStyle = 14; + + // aapt resource value: 9 + public const int Theme_actionBarTabBarStyle = 9; + + // aapt resource value: 8 + public const int Theme_actionBarTabStyle = 8; + + // aapt resource value: 10 + public const int Theme_actionBarTabTextStyle = 10; + + // aapt resource value: 16 + public const int Theme_actionBarTheme = 16; + + // aapt resource value: 17 + public const int Theme_actionBarWidgetTheme = 17; + + // aapt resource value: 43 + public const int Theme_actionButtonStyle = 43; + + // aapt resource value: 38 + public const int Theme_actionDropDownStyle = 38; + + // aapt resource value: 21 + public const int Theme_actionMenuTextAppearance = 21; + + // aapt resource value: 22 + public const int Theme_actionMenuTextColor = 22; + + // aapt resource value: 25 + public const int Theme_actionModeBackground = 25; + + // aapt resource value: 24 + public const int Theme_actionModeCloseButtonStyle = 24; + + // aapt resource value: 27 + public const int Theme_actionModeCloseDrawable = 27; + + // aapt resource value: 29 + public const int Theme_actionModeCopyDrawable = 29; + + // aapt resource value: 28 + public const int Theme_actionModeCutDrawable = 28; + + // aapt resource value: 33 + public const int Theme_actionModeFindDrawable = 33; + + // aapt resource value: 30 + public const int Theme_actionModePasteDrawable = 30; + + // aapt resource value: 35 + public const int Theme_actionModePopupWindowStyle = 35; + + // aapt resource value: 31 + public const int Theme_actionModeSelectAllDrawable = 31; + + // aapt resource value: 32 + public const int Theme_actionModeShareDrawable = 32; + + // aapt resource value: 26 + public const int Theme_actionModeSplitBackground = 26; + + // aapt resource value: 23 + public const int Theme_actionModeStyle = 23; + + // aapt resource value: 34 + public const int Theme_actionModeWebSearchDrawable = 34; + + // aapt resource value: 11 + public const int Theme_actionOverflowButtonStyle = 11; + + // aapt resource value: 12 + public const int Theme_actionOverflowMenuStyle = 12; + + // aapt resource value: 50 + public const int Theme_activityChooserViewStyle = 50; + + // aapt resource value: 0 + public const int Theme_android_windowIsFloating = 0; + + // aapt resource value: 45 + public const int Theme_buttonBarButtonStyle = 45; + + // aapt resource value: 44 + public const int Theme_buttonBarStyle = 44; + + // aapt resource value: 77 + public const int Theme_colorAccent = 77; + + // aapt resource value: 81 + public const int Theme_colorButtonNormal = 81; + + // aapt resource value: 79 + public const int Theme_colorControlActivated = 79; + + // aapt resource value: 80 + public const int Theme_colorControlHighlight = 80; + + // aapt resource value: 78 + public const int Theme_colorControlNormal = 78; + + // aapt resource value: 75 + public const int Theme_colorPrimary = 75; + + // aapt resource value: 76 + public const int Theme_colorPrimaryDark = 76; + + // aapt resource value: 82 + public const int Theme_colorSwitchThumbNormal = 82; + + // aapt resource value: 49 + public const int Theme_dividerHorizontal = 49; + + // aapt resource value: 48 + public const int Theme_dividerVertical = 48; + + // aapt resource value: 67 + public const int Theme_dropDownListViewStyle = 67; + + // aapt resource value: 39 + public const int Theme_dropdownListPreferredItemHeight = 39; + + // aapt resource value: 56 + public const int Theme_editTextBackground = 56; + + // aapt resource value: 55 + public const int Theme_editTextColor = 55; + + // aapt resource value: 42 + public const int Theme_homeAsUpIndicator = 42; + + // aapt resource value: 74 + public const int Theme_listChoiceBackgroundIndicator = 74; + + // aapt resource value: 68 + public const int Theme_listPopupWindowStyle = 68; + + // aapt resource value: 62 + public const int Theme_listPreferredItemHeight = 62; + + // aapt resource value: 64 + public const int Theme_listPreferredItemHeightLarge = 64; + + // aapt resource value: 63 + public const int Theme_listPreferredItemHeightSmall = 63; + + // aapt resource value: 65 + public const int Theme_listPreferredItemPaddingLeft = 65; + + // aapt resource value: 66 + public const int Theme_listPreferredItemPaddingRight = 66; + + // aapt resource value: 71 + public const int Theme_panelBackground = 71; + + // aapt resource value: 73 + public const int Theme_panelMenuListTheme = 73; + + // aapt resource value: 72 + public const int Theme_panelMenuListWidth = 72; + + // aapt resource value: 53 + public const int Theme_popupMenuStyle = 53; + + // aapt resource value: 54 + public const int Theme_popupWindowStyle = 54; + + // aapt resource value: 61 + public const int Theme_searchViewStyle = 61; + + // aapt resource value: 46 + public const int Theme_selectableItemBackground = 46; + + // aapt resource value: 47 + public const int Theme_selectableItemBackgroundBorderless = 47; + + // aapt resource value: 41 + public const int Theme_spinnerDropDownItemStyle = 41; + + // aapt resource value: 40 + public const int Theme_spinnerStyle = 40; + + // aapt resource value: 57 + public const int Theme_switchStyle = 57; + + // aapt resource value: 36 + public const int Theme_textAppearanceLargePopupMenu = 36; + + // aapt resource value: 69 + public const int Theme_textAppearanceListItem = 69; + + // aapt resource value: 70 + public const int Theme_textAppearanceListItemSmall = 70; + + // aapt resource value: 59 + public const int Theme_textAppearanceSearchResultSubtitle = 59; + + // aapt resource value: 58 + public const int Theme_textAppearanceSearchResultTitle = 58; + + // aapt resource value: 37 + public const int Theme_textAppearanceSmallPopupMenu = 37; + + // aapt resource value: 60 + public const int Theme_textColorSearchUrl = 60; + + // aapt resource value: 52 + public const int Theme_toolbarNavigationButtonStyle = 52; + + // aapt resource value: 51 + public const int Theme_toolbarStyle = 51; + + // aapt resource value: 1 + public const int Theme_windowActionBar = 1; + + // aapt resource value: 2 + public const int Theme_windowActionBarOverlay = 2; + + // aapt resource value: 3 + public const int Theme_windowActionModeOverlay = 3; + + // aapt resource value: 7 + public const int Theme_windowFixedHeightMajor = 7; + + // aapt resource value: 5 + public const int Theme_windowFixedHeightMinor = 5; + + // aapt resource value: 4 + public const int Theme_windowFixedWidthMajor = 4; + + // aapt resource value: 6 + public const int Theme_windowFixedWidthMinor = 6; + + public static int[] Toolbar = new int[] + { + 16842927, + 16843072, + 2130771971, + 2130771974, + 2130771990, + 2130771991, + 2130771992, + 2130771993, + 2130771995, + 2130772122, + 2130772123, + 2130772124, + 2130772125, + 2130772126, + 2130772127, + 2130772128, + 2130772129, + 2130772130, + 2130772131, + 2130772132, + 2130772133, + 2130772134}; + + // 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: 19 + public const int Toolbar_collapseContentDescription = 19; + + // aapt resource value: 18 + public const int Toolbar_collapseIcon = 18; + + // aapt resource value: 5 + public const int Toolbar_contentInsetEnd = 5; + + // aapt resource value: 6 + public const int Toolbar_contentInsetLeft = 6; + + // aapt resource value: 7 + public const int Toolbar_contentInsetRight = 7; + + // aapt resource value: 4 + public const int Toolbar_contentInsetStart = 4; + + // aapt resource value: 16 + public const int Toolbar_maxButtonHeight = 16; + + // aapt resource value: 21 + public const int Toolbar_navigationContentDescription = 21; + + // aapt resource value: 20 + public const int Toolbar_navigationIcon = 20; + + // aapt resource value: 8 + public const int Toolbar_popupTheme = 8; + + // aapt resource value: 3 + public const int Toolbar_subtitle = 3; + + // aapt resource value: 10 + public const int Toolbar_subtitleTextAppearance = 10; + + // aapt resource value: 17 + public const int Toolbar_theme = 17; + + // aapt resource value: 2 + public const int Toolbar_title = 2; + + // aapt resource value: 15 + public const int Toolbar_titleMarginBottom = 15; + + // aapt resource value: 13 + public const int Toolbar_titleMarginEnd = 13; + + // aapt resource value: 12 + public const int Toolbar_titleMarginStart = 12; + + // aapt resource value: 14 + public const int Toolbar_titleMarginTop = 14; + + // aapt resource value: 11 + public const int Toolbar_titleMargins = 11; + + // aapt resource value: 9 + public const int Toolbar_titleTextAppearance = 9; + + public static int[] View = new int[] + { + 16842970, + 2130772135, + 2130772136}; + + // aapt resource value: 0 + public const int View_android_focusable = 0; + + // aapt resource value: 2 + public const int View_paddingEnd = 2; + + // aapt resource value: 1 + public const int View_paddingStart = 1; + + 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/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/apidemo_androidlogo.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/apidemo_androidlogo.png new file mode 100644 index 0000000..088181b Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/apidemo_androidlogo.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/app_sample_code.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/app_sample_code.png new file mode 100644 index 0000000..66a1984 Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/app_sample_code.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/ic_launcher_settings.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/ic_launcher_settings.png new file mode 100644 index 0000000..c02bd42 Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/ic_launcher_settings.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/apidemo_androidlogo.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/apidemo_androidlogo.png new file mode 100644 index 0000000..11cb47b Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/apidemo_androidlogo.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/app_sample_code.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/app_sample_code.png new file mode 100644 index 0000000..5ae7701 Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/app_sample_code.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/ic_launcher_settings.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/ic_launcher_settings.png new file mode 100644 index 0000000..05cdd9a Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/ic_launcher_settings.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/apidemo_androidlogo.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/apidemo_androidlogo.png new file mode 100644 index 0000000..088181b Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/apidemo_androidlogo.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/app_sample_code.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/app_sample_code.png new file mode 100644 index 0000000..66a1984 Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/app_sample_code.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/ic_launcher_settings.png b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/ic_launcher_settings.png new file mode 100644 index 0000000..c02bd42 Binary files /dev/null and b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable/ic_launcher_settings.png differ diff --git a/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/layout/action_bar_display_options.xml b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/layout/action_bar_display_options.xml new file mode 100644 index 0000000..400c55a --- /dev/null +++ b/Components/xamandroidsupportv7appcompat-21.0.3.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/layout/action_bar_display_options.xml @@ -0,0 +1,50 @@ + + + +