diff --git a/Components/xamandroidsupportv4-18-22.2.0.0.info b/Components/xamandroidsupportv4-18-22.2.0.0.info new file mode 100644 index 0000000..ce845f0 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0.info @@ -0,0 +1 @@ +{"Name":"Android Support Library v4","Id":1866,"Alias":"xamandroidsupportv4-18","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\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\t\n","Version":"22.2.0.0","Summary":"Provide backward-compatible versions of Android framework APIs.","QuickStart":"v4 Support Library\n=============================\n\nThis library is designed to be used with Android 1.6 (API level 4) and higher. It includes the largest set of APIs compared to the other libraries, including support for application components, user interface features, accessibility, data handling, network connectivity, and programming utilities. Here are a few of the key classes included in the v4 library:\n\n**App Components**\n\n- Fragment - Adds support encapsulation of user interface and functionality with Fragments, enabling applications provide layouts that adjust between small and large-screen devices.\n- NotificationCompat - Adds support for rich notification features.\n- LocalBroadcastManager - Allows applications to easily register for and receive intents within a single application without broadcasting them globally.\n\n**User Interface**\n\n- ViewPager - Adds a ViewGroup that manages the layout for the child views, which the user can swipe between.\n- PagerTitleStrip - Adds a non-interactive title strip, that can be added as a child of ViewPager.\n- PagerTabStrip - Adds a navigation widget for switching between paged views, that can also be used with ViewPager.\n- DrawerLayout - Adds support for creating a Navigation Drawer that can be pulled in from the edge of a window.\n- SlidingPaneLayout - Adds widget for creating linked summary and detail views that appropriately adapt to various screen sizes.\n\n**Accessibility**\n\n- ExploreByTouchHelper - Adds a helper class for implementing accessibility support for custom views.\n- AccessibilityEventCompat - Adds support for AccessibilityEvent. For more information about implementing accessibility, see Accessibility.\n- AccessibilityNodeInfoCompat - Adds support for AccessibilityNodeInfo.\n- AccessibilityNodeProviderCompat - Adds support for AccessibilityNodeProvider.\n- AccessibilityDelegateCompat - Adds support for View.AccessibilityDelegate.\n\n**Content**\n\n- Loader - Adds support for asynchronous loading of data. The library also provides concrete implementations of this class, including CursorLoader and AsyncTaskLoader.\n- FileProvider - Adds support for sharing of private files between applications.\n\t\nThere are many other APIs included in this library. For complete, detailed information about the v4 Support Library APIs, [see the android.support.v4](http://developer.android.com/reference/android/support/v4/app/package-summary.html).\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","Hash":"8474ad1dbdb82321131c21674320f8fd","TargetPlatforms":["android"],"TrialHash":null} \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0.png b/Components/xamandroidsupportv4-18-22.2.0.0.png new file mode 100644 index 0000000..c3743f9 Binary files /dev/null and b/Components/xamandroidsupportv4-18-22.2.0.0.png differ diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/component/Details.md b/Components/xamandroidsupportv4-18-22.2.0.0/component/Details.md new file mode 100644 index 0000000..d881d94 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/component/Details.md @@ -0,0 +1,11 @@ +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/xamandroidsupportv4-18-22.2.0.0/component/GettingStarted.md b/Components/xamandroidsupportv4-18-22.2.0.0/component/GettingStarted.md new file mode 100644 index 0000000..226d3ae --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/component/GettingStarted.md @@ -0,0 +1,39 @@ +v4 Support Library +============================= + +This library is designed to be used with Android 1.6 (API level 4) and higher. It includes the largest set of APIs compared to the other libraries, including support for application components, user interface features, accessibility, data handling, network connectivity, and programming utilities. Here are a few of the key classes included in the v4 library: + +**App Components** + +- Fragment - Adds support encapsulation of user interface and functionality with Fragments, enabling applications provide layouts that adjust between small and large-screen devices. +- NotificationCompat - Adds support for rich notification features. +- LocalBroadcastManager - Allows applications to easily register for and receive intents within a single application without broadcasting them globally. + +**User Interface** + +- ViewPager - Adds a ViewGroup that manages the layout for the child views, which the user can swipe between. +- PagerTitleStrip - Adds a non-interactive title strip, that can be added as a child of ViewPager. +- PagerTabStrip - Adds a navigation widget for switching between paged views, that can also be used with ViewPager. +- DrawerLayout - Adds support for creating a Navigation Drawer that can be pulled in from the edge of a window. +- SlidingPaneLayout - Adds widget for creating linked summary and detail views that appropriately adapt to various screen sizes. + +**Accessibility** + +- ExploreByTouchHelper - Adds a helper class for implementing accessibility support for custom views. +- AccessibilityEventCompat - Adds support for AccessibilityEvent. For more information about implementing accessibility, see Accessibility. +- AccessibilityNodeInfoCompat - Adds support for AccessibilityNodeInfo. +- AccessibilityNodeProviderCompat - Adds support for AccessibilityNodeProvider. +- AccessibilityDelegateCompat - Adds support for View.AccessibilityDelegate. + +**Content** + +- Loader - Adds support for asynchronous loading of data. The library also provides concrete implementations of this class, including CursorLoader and AsyncTaskLoader. +- FileProvider - Adds support for sharing of private files between applications. + +There are many other APIs included in this library. For complete, detailed information about the v4 Support Library APIs, [see the android.support.v4](http://developer.android.com/reference/android/support/v4/app/package-summary.html). + +*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 diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/component/License.md b/Components/xamandroidsupportv4-18-22.2.0.0/component/License.md new file mode 100644 index 0000000..0656c5c --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.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/xamandroidsupportv4-18-22.2.0.0/component/Manifest.xml b/Components/xamandroidsupportv4-18-22.2.0.0/component/Manifest.xml new file mode 100644 index 0000000..78ae298 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/component/Manifest.xml @@ -0,0 +1,17 @@ + + + Android Support Library v4 + Xamarin Inc. + http://xamarin.com + 22.2.0.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/xamandroidsupportv4-18-22.2.0.0/component/icons/xamandroidsupportv4-18_128x128.png b/Components/xamandroidsupportv4-18-22.2.0.0/component/icons/xamandroidsupportv4-18_128x128.png new file mode 100644 index 0000000..c3743f9 Binary files /dev/null and b/Components/xamandroidsupportv4-18-22.2.0.0/component/icons/xamandroidsupportv4-18_128x128.png differ diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/component/icons/xamandroidsupportv4-18_512x512.png b/Components/xamandroidsupportv4-18-22.2.0.0/component/icons/xamandroidsupportv4-18_512x512.png new file mode 100644 index 0000000..1b6ad2c Binary files /dev/null and b/Components/xamandroidsupportv4-18-22.2.0.0/component/icons/xamandroidsupportv4-18_512x512.png differ diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/AndroidSupportSample.UITests.csproj b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/AndroidSupportSample.UITests.csproj new file mode 100644 index 0000000..467e24c --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/AndroidSupportSample.UITests.csproj @@ -0,0 +1,56 @@ + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {ABCFE6A6-CE6D-4D7A-A083-28C7E1D2A11E} + Library + AndroidSupportSample.UITests + AndroidSupportSample.UITests + v4.5 + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + false + + + full + true + bin\Release + prompt + 4 + false + + + + + ..\packages\Xamarin.UITest.0.8.0\lib\Xamarin.UITest.dll + + + ..\packages\NUnit.2.6.4\lib\nunit.framework.dll + + + + + + + + + + + + {B05ADD8D-0896-4EEF-963B-10E7752E5D0E} + AndroidSupportSample + False + False + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/Tests.cs b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/Tests.cs new file mode 100644 index 0000000..f7ee78a --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/Tests.cs @@ -0,0 +1,59 @@ +using System; +using System.IO; +using System.Linq; +using NUnit.Framework; +using Xamarin.UITest; +using Xamarin.UITest.Android; +using Xamarin.UITest.Queries; + +namespace AndroidSupportSample.UITests +{ + [TestFixture] + public class Tests + { + AndroidApp app; + + [SetUp] + public void BeforeEachTest () + { + app = ConfigureApp + .Android + //.DeviceSerial() + .StartApp (); + } + + //[Test] + public void Repl () + { + app.Repl (); + } + + [Test] + public void AppLaunches () + { + app.Screenshot ("Launch"); + } + + [Test] + public void LaunchingShouldDisplayList () + { + app.Screenshot ("Launch"); + + var items = app.Query (q => q.Id ("text1")); + Assert.Greater (items.Count (), 0, "No List Items Found"); + } + + [Test] + public void TappingItemShouldDisplayDetails () + { + app.Screenshot ("Launch"); + + app.Tap (q => q.Text ("Henry V")); + + app.Screenshot ("Tapped Item"); + + app.WaitForElement (q => q.Id ("home")); + } + } +} + diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/packages.config b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/packages.config new file mode 100644 index 0000000..bceb9e3 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.UITests/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.sln b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.sln new file mode 100644 index 0000000..4ee2f10 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample.sln @@ -0,0 +1,27 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidSupportSample", "AndroidSupportSample\AndroidSupportSample.csproj", "{B05ADD8D-0896-4EEF-963B-10E7752E5D0E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidSupportSample.UITests", "AndroidSupportSample.UITests\AndroidSupportSample.UITests.csproj", "{ABCFE6A6-CE6D-4D7A-A083-28C7E1D2A11E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {ABCFE6A6-CE6D-4D7A-A083-28C7E1D2A11E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ABCFE6A6-CE6D-4D7A-A083-28C7E1D2A11E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ABCFE6A6-CE6D-4D7A-A083-28C7E1D2A11E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ABCFE6A6-CE6D-4D7A-A083-28C7E1D2A11E}.Release|Any CPU.Build.0 = Release|Any CPU + {B05ADD8D-0896-4EEF-963B-10E7752E5D0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B05ADD8D-0896-4EEF-963B-10E7752E5D0E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B05ADD8D-0896-4EEF-963B-10E7752E5D0E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B05ADD8D-0896-4EEF-963B-10E7752E5D0E}.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 +EndGlobal diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/AndroidSupportSample.csproj b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/AndroidSupportSample.csproj new file mode 100644 index 0000000..7022904 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/AndroidSupportSample.csproj @@ -0,0 +1,80 @@ + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {B05ADD8D-0896-4EEF-963B-10E7752E5D0E} + {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + com.xamarin.sample.fragments.supportlib + True + Resources\Resource.designer.cs + Resource + Resources + Assets + AndroidSupportSample + Properties\AndroidManifest.xml + v4.0.3 + + + true + full + false + bin\Debug + DEBUG; + prompt + 4 + None + false + armeabi;armeabi-v7a;x86 + + + full + true + bin\Release + prompt + 4 + false + false + armeabi;armeabi-v7a;x86 + + + + + + + + ..\packages\Xamarin.Android.Support.v4.22.2.0.0\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Assets/AboutAssets.txt b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Assets/AboutAssets.txt new file mode 100644 index 0000000..a9b0638 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.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/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/DetailsActivity.cs b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/DetailsActivity.cs new file mode 100644 index 0000000..6d34bf4 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/DetailsActivity.cs @@ -0,0 +1,21 @@ +using Android.App; +using Android.OS; +using Android.Support.V4.App; + +namespace com.xamarin.sample.fragments.supportlib +{ + [Activity(Label = "Details Activity")] + public class DetailsActivity : FragmentActivity + { + protected override void OnCreate(Bundle bundle) + { + base.OnCreate(bundle); + var index = Intent.Extras.GetInt("current_play_id", 0); + + var details = DetailsFragment.NewInstance(index); // Details + var fragmentTransaction = SupportFragmentManager.BeginTransaction(); + fragmentTransaction.Add(Android.Resource.Id.Content, details); + fragmentTransaction.Commit(); + } + } +} \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/DetailsFragment.cs b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/DetailsFragment.cs new file mode 100644 index 0000000..356c047 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/DetailsFragment.cs @@ -0,0 +1,46 @@ +using System; + +using Android.OS; +using Android.Support.V4.App; +using Android.Util; +using Android.Views; +using Android.Widget; + +namespace com.xamarin.sample.fragments.supportlib +{ + internal class DetailsFragment : Fragment + { + public static DetailsFragment NewInstance(int playId) + { + var detailsFrag = new DetailsFragment {Arguments = new Bundle()}; + detailsFrag.Arguments.PutInt("current_play_id", playId); + return detailsFrag; + } + + public int ShownPlayId + { + get { return Arguments.GetInt("current_play_id", 0); } + } + + public override View OnCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) + { + if (container == null) + { + // Currently in a layout without a container, so no reason to create our view. + return null; + } + + var scroller = new ScrollView(Activity); + + var text = new TextView(Activity); + var padding = Convert.ToInt32(TypedValue.ApplyDimension(ComplexUnitType.Dip, 4, Activity.Resources.DisplayMetrics)); + text.SetPadding(padding, padding, padding, padding); + text.TextSize = 24; + text.Text = Shakespeare.Dialogue[ShownPlayId]; + + scroller.AddView(text); + + return scroller; + } + } +} \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/MainActivity.cs b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/MainActivity.cs new file mode 100644 index 0000000..e65c3a4 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/MainActivity.cs @@ -0,0 +1,24 @@ +using System; +using Android.Content; +using Android.Runtime; +using Android.Views; +using Android.Widget; +using Android.OS; +using Android.App; + +using Android.Support.V4.App; + +namespace com.xamarin.sample.fragments.supportlib +{ + [Activity (Label = "AndroidSupportSample", MainLauncher = true)] + public class MainActivity : Android.Support.V4.App.FragmentActivity + { + protected override void OnCreate (Bundle bundle) + { + base.OnCreate (bundle); + SetContentView (Resource.Layout.activity_main); + } + } +} + + diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AndroidManifest.xml b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AndroidManifest.xml new file mode 100644 index 0000000..1664916 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AndroidManifest.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AssemblyInfo.cs b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..59ca485 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.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 ("Xamarin, Inc.")] +[assembly: AssemblyProduct ("")] +[assembly: AssemblyCopyright ("Xamarin, Inc.")] +[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/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/AboutResources.txt b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/AboutResources.txt new file mode 100644 index 0000000..10f52d4 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.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/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Layout-Large/activity_main.axml b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Layout-Large/activity_main.axml new file mode 100644 index 0000000..858813d --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Layout-Large/activity_main.axml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Resource.designer.cs b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Resource.designer.cs new file mode 100644 index 0000000..ee6fcad --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/Resource.designer.cs @@ -0,0 +1,115 @@ +#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("com.xamarin.sample.fragments.supportlib.Resource", IsApplication=true)] + +namespace com.xamarin.sample.fragments.supportlib +{ + + + [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 Attribute + { + + static Attribute() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Attribute() + { + } + } + + public partial class Drawable + { + + // aapt resource value: 0x7f020000 + public const int icon = 2130837504; + + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Drawable() + { + } + } + + public partial class Id + { + + // aapt resource value: 0x7f050001 + public const int details = 2131034113; + + // aapt resource value: 0x7f050000 + public const int titles_fragment = 2131034112; + + static Id() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Id() + { + } + } + + public partial class Layout + { + + // aapt resource value: 0x7f030000 + public const int activity_main = 2130903040; + + static Layout() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private Layout() + { + } + } + + public partial class String + { + + // aapt resource value: 0x7f040001 + public const int ApplicationName = 2130968577; + + // aapt resource value: 0x7f040000 + public const int Hello = 2130968576; + + static String() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + + private String() + { + } + } + } +} +#pragma warning restore 1591 diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/icon.png b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/icon.png new file mode 100644 index 0000000..2e6ef76 Binary files /dev/null and b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-hdpi/icon.png differ diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-ldpi/icon.png b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-ldpi/icon.png new file mode 100644 index 0000000..183f309 Binary files /dev/null and b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-ldpi/icon.png differ diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/icon.png b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/icon.png new file mode 100644 index 0000000..edefb8b Binary files /dev/null and b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-mdpi/icon.png differ diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-xhdpi/icon.png b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-xhdpi/icon.png new file mode 100644 index 0000000..de4bbc0 Binary files /dev/null and b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-xhdpi/icon.png differ diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-xxhdpi/icon.png b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-xxhdpi/icon.png new file mode 100644 index 0000000..5e5182b Binary files /dev/null and b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/drawable-xxhdpi/icon.png differ diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/layout/activity_main.axml b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/layout/activity_main.axml new file mode 100644 index 0000000..2203515 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/layout/activity_main.axml @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/values/Strings.xml b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/values/Strings.xml new file mode 100644 index 0000000..31328ef --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Resources/values/Strings.xml @@ -0,0 +1,5 @@ + + + Hello World, Click Me! + FragmentDocumentSample + diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Shakespeare.cs b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Shakespeare.cs new file mode 100644 index 0000000..7784003 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/Shakespeare.cs @@ -0,0 +1,220 @@ +namespace com.xamarin.sample.fragments.supportlib +{ + class Shakespeare + { + public static string[] Titles = + { + "Henry IV (1)", + "Henry V", + "Henry VIII", + "Richard II", + "Richard III", + "Merchant of Venice", + "Othello", + "King Lear" + }; + + public static string[] Dialogue = + { + "So shaken as we are, so wan with care," + + "Find we a time for frighted peace to pant," + + "And breathe short-winded accents of new broils" + + "To be commenced in strands afar remote." + + "No more the thirsty entrance of this soil" + + "Shall daub her lips with her own children's blood;" + + "Nor more shall trenching war channel her fields," + + "Nor bruise her flowerets with the armed hoofs" + + "Of hostile paces: those opposed eyes," + + "Which, like the meteors of a troubled heaven," + + "All of one nature, of one substance bred," + + "Did lately meet in the intestine shock" + + "And furious close of civil butchery" + + "Shall now, in mutual well-beseeming ranks," + + "March all one way and be no more opposed" + + "Against acquaintance, kindred and allies:" + + "The edge of war, like an ill-sheathed knife," + + "No more shall cut his master. Therefore, friends," + + "As far as to the sepulchre of Christ," + + "Whose soldier now, under whose blessed cross" + + "We are impressed and engaged to fight," + + "Forthwith a power of English shall we levy;" + + "Whose arms were moulded in their mothers' womb" + + "To chase these pagans in those holy fields" + + "Over whose acres walk'd those blessed feet" + + "Which fourteen hundred years ago were nail'd" + + "For our advantage on the bitter cross." + + "But this our purpose now is twelve month old," + + "And bootless 'tis to tell you we will go:" + + "Therefore we meet not now. Then let me hear" + + "Of you, my gentle cousin Westmoreland," + + "What yesternight our council did decree" + + "In forwarding this dear expedience.", + + "Hear him but reason in divinity," + + "And all-admiring with an inward wish" + + "You would desire the king were made a prelate:" + + "Hear him debate of commonwealth affairs," + + "You would say it hath been all in all his study:" + + "List his discourse of war, and you shall hear" + + "A fearful battle render'd you in music:" + + "Turn him to any cause of policy," + + "The Gordian knot of it he will unloose," + + "Familiar as his garter: that, when he speaks," + + "The air, a charter'd libertine, is still," + + "And the mute wonder lurketh in men's ears," + + "To steal his sweet and honey'd sentences;" + + "So that the art and practic part of life" + + "Must be the mistress to this theoric:" + + "Which is a wonder how his grace should glean it," + + "Since his addiction was to courses vain," + + "His companies unletter'd, rude and shallow," + + "His hours fill'd up with riots, banquets, sports," + + "And never noted in him any study," + + "Any retirement, any sequestration" + + "From open haunts and popularity.", + + "I come no more to make you laugh: things now," + + "That bear a weighty and a serious brow," + + "Sad, high, and working, full of state and woe," + + "Such noble scenes as draw the eye to flow," + + "We now present. Those that can pity, here" + + "May, if they think it well, let fall a tear;" + + "The subject will deserve it. Such as give" + + "Their money out of hope they may believe," + + "May here find truth too. Those that come to see" + + "Only a show or two, and so agree" + + "The play may pass, if they be still and willing," + + "I'll undertake may see away their shilling" + + "Richly in two short hours. Only they" + + "That come to hear a merry bawdy play," + + "A noise of targets, or to see a fellow" + + "In a long motley coat guarded with yellow," + + "Will be deceived; for, gentle hearers, know," + + "To rank our chosen truth with such a show" + + "As fool and fight is, beside forfeiting" + + "Our own brains, and the opinion that we bring," + + "To make that only true we now intend," + + "Will leave us never an understanding friend." + + "Therefore, for goodness' sake, and as you are known" + + "The first and happiest hearers of the town," + + "Be sad, as we would make ye: think ye see" + + "The very persons of our noble story" + + "As they were living; think you see them great," + + "And follow'd with the general throng and sweat" + + "Of thousand friends; then in a moment, see" + + "How soon this mightiness meets misery:" + + "And, if you can be merry then, I'll say" + + "A man may weep upon his wedding-day.", + + "First, heaven be the record to my speech!" + + "In the devotion of a subject's love," + + "Tendering the precious safety of my prince," + + "And free from other misbegotten hate," + + "Come I appellant to this princely presence." + + "Now, Thomas Mowbray, do I turn to thee," + + "And mark my greeting well; for what I speak" + + "My body shall make good upon this earth," + + "Or my divine soul answer it in heaven." + + "Thou art a traitor and a miscreant," + + "Too good to be so and too bad to live," + + "Since the more fair and crystal is the sky," + + "The uglier seem the clouds that in it fly." + + "Once more, the more to aggravate the note," + + "With a foul traitor's name stuff I thy throat;" + + "And wish, so please my sovereign, ere I move," + + "What my tongue speaks my right drawn sword may prove.", + + "Now is the winter of our discontent" + + "Made glorious summer by this sun of York;" + + "And all the clouds that lour'd upon our house" + + "In the deep bosom of the ocean buried." + + "Now are our brows bound with victorious wreaths;" + + "Our bruised arms hung up for monuments;" + + "Our stern alarums changed to merry meetings," + + "Our dreadful marches to delightful measures." + + "Grim-visaged war hath smooth'd his wrinkled front;" + + "And now, instead of mounting barded steeds" + + "To fright the souls of fearful adversaries," + + "He capers nimbly in a lady's chamber" + + "To the lascivious pleasing of a lute." + + "But I, that am not shaped for sportive tricks," + + "Nor made to court an amorous looking-glass;" + + "I, that am rudely stamp'd, and want love's majesty" + + "To strut before a wanton ambling nymph;" + + "I, that am curtail'd of this fair proportion," + + "Cheated of feature by dissembling nature," + + "Deformed, unfinish'd, sent before my time" + + "Into this breathing world, scarce half made up," + + "And that so lamely and unfashionable" + + "That dogs bark at me as I halt by them;" + + "Why, I, in this weak piping time of peace," + + "Have no delight to pass away the time," + + "Unless to spy my shadow in the sun" + + "And descant on mine own deformity:" + + "And therefore, since I cannot prove a lover," + + "To entertain these fair well-spoken days," + + "I am determined to prove a villain" + + "And hate the idle pleasures of these days." + + "Plots have I laid, inductions dangerous," + + "By drunken prophecies, libels and dreams," + + "To set my brother Clarence and the king" + + "In deadly hate the one against the other:" + + "And if King Edward be as true and just" + + "As I am subtle, false and treacherous," + + "This day should Clarence closely be mew'd up," + + "About a prophecy, which says that 'G'" + + "Of Edward's heirs the murderer shall be." + + "Dive, thoughts, down to my soul: here" + + "Clarence comes.", + + "To bait fish withal: if it will feed nothing else," + + "it will feed my revenge. He hath disgraced me, and" + + "hindered me half a million; laughed at my losses," + + "mocked at my gains, scorned my nation, thwarted my" + + "bargains, cooled my friends, heated mine" + + "enemies; and what's his reason? I am a Jew. Hath" + + "not a Jew eyes? hath not a Jew hands, organs," + + "dimensions, senses, affections, passions? fed with" + + "the same food, hurt with the same weapons, subject" + + "to the same diseases, healed by the same means," + + "warmed and cooled by the same winter and summer, as" + + "a Christian is? If you prick us, do we not bleed?" + + "if you tickle us, do we not laugh? if you poison" + + "us, do we not die? and if you wrong us, shall we not" + + "revenge? If we are like you in the rest, we will" + + "resemble you in that. If a Jew wrong a Christian," + + "what is his humility? Revenge. If a Christian" + + "wrong a Jew, what should his sufferance be by" + + "Christian example? Why, revenge. The villany you" + + "teach me, I will execute, and it shall go hard but I" + + "will better the instruction.", + + "Virtue! a fig! 'tis in ourselves that we are thus" + + "or thus. Our bodies are our gardens, to the which" + + "our wills are gardeners: so that if we will plant" + + "nettles, or sow lettuce, set hyssop and weed up" + + "thyme, supply it with one gender of herbs, or" + + "distract it with many, either to have it sterile" + + "with idleness, or manured with industry, why, the" + + "power and corrigible authority of this lies in our" + + "wills. If the balance of our lives had not one" + + "scale of reason to poise another of sensuality, the" + + "blood and baseness of our natures would conduct us" + + "to most preposterous conclusions: but we have" + + "reason to cool our raging motions, our carnal" + + "stings, our unbitted lusts, whereof I take this that" + + "you call love to be a sect or scion.", + + "Blow, winds, and crack your cheeks! rage! blow!" + + "You cataracts and hurricanoes, spout" + + "Till you have drench'd our steeples, drown'd the cocks!" + + "You sulphurous and thought-executing fires," + + "Vaunt-couriers to oak-cleaving thunderbolts," + + "Singe my white head! And thou, all-shaking thunder," + + "Smite flat the thick rotundity o' the world!" + + "Crack nature's moulds, an germens spill at once," + + "That make ingrateful man!" + }; + } +} + diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/TitlesFragment.cs b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/TitlesFragment.cs new file mode 100644 index 0000000..9f56062 --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/TitlesFragment.cs @@ -0,0 +1,89 @@ +using System; + +using Android.Content; +using Android.OS; +using Android.Support.V4.App; +using Android.Views; +using Android.Widget; + +namespace com.xamarin.sample.fragments.supportlib +{ + public class TitlesFragment : ListFragment + { + private int _currentPlayId; + private bool _isDualPane; + + public override void OnActivityCreated(Bundle savedInstanceState) + { + base.OnActivityCreated(savedInstanceState); + + var detailsFrame = Activity.FindViewById(Resource.Id.details); + + // If running on a tablet, then the layout in Resources/Layout-Large will be loaded. + // That layout uses fragments, and defines the detailsFrame. We use the visiblity of + // detailsFrame as this distinguisher between tablet and phone. + _isDualPane = detailsFrame != null && detailsFrame.Visibility == ViewStates.Visible; + + var adapter = new ArrayAdapter(Activity, Android.Resource.Layout.SimpleListItemChecked, Shakespeare.Titles); + ListAdapter = adapter; + + if (savedInstanceState != null) + { + _currentPlayId = savedInstanceState.GetInt("current_play_id", 0); + } + + if (_isDualPane) + { + ListView.ChoiceMode = ChoiceMode.Single; + ShowDetails(_currentPlayId); + } + } + + public override void OnSaveInstanceState(Bundle outState) + { + base.OnSaveInstanceState(outState); + outState.PutInt("current_play_id", _currentPlayId); + } + + public override void OnListItemClick(ListView l, View v, int position, long id) + { + ShowDetails(position); + } + + private void ShowDetails(int playId) + { + _currentPlayId = playId; + if (_isDualPane) + { + // We can display everything in-place with fragments. + // Have the list highlight this item and show the data. + ListView.SetItemChecked(playId, true); + + // Check what fragment is shown, replace if needed. + var details = FragmentManager.FindFragmentById(Resource.Id.details) as DetailsFragment; + if (details == null || details.ShownPlayId != playId) + { + // Make new fragment to show this selection. + details = DetailsFragment.NewInstance(playId); + + // Execute a transaction, replacing any existing + // fragment with this one inside the frame. + var ft = FragmentManager.BeginTransaction(); + ft.Replace(Resource.Id.details, details); + ft.SetTransition(FragmentTransaction.TransitFragmentFade); + ft.Commit(); + } + } + else + { + // Otherwise we need to launch a new activity to display + // the dialog fragment with selected text. + var intent = new Intent(); + + intent.SetClass(Activity, typeof (DetailsActivity)); + intent.PutExtra("current_play_id", playId); + StartActivity(intent); + } + } + } +} \ No newline at end of file diff --git a/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/packages.config b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/packages.config new file mode 100644 index 0000000..86f223d --- /dev/null +++ b/Components/xamandroidsupportv4-18-22.2.0.0/samples/AndroidSupportSample/AndroidSupportSample/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/LegacyBar.Library/LegacyBar.Library.csproj b/LegacyBar.Library/LegacyBar.Library.csproj index e76877c..1742085 100644 --- a/LegacyBar.Library/LegacyBar.Library.csproj +++ b/LegacyBar.Library/LegacyBar.Library.csproj @@ -14,7 +14,8 @@ Resources\Resource.designer.cs Resource LegacyBar.Library - v2.2 + v4.0.3 + False True @@ -43,6 +44,10 @@ + + ..\packages\Xamarin.Android.Support.v4.22.2.0.0\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll + True + @@ -66,6 +71,7 @@ + diff --git a/LegacyBar.Library/Resources/Resource.designer.cs b/LegacyBar.Library/Resources/Resource.designer.cs index 7d47f4b..cf7f6f9 100644 --- a/LegacyBar.Library/Resources/Resource.designer.cs +++ b/LegacyBar.Library/Resources/Resource.designer.cs @@ -2,23 +2,28 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.17929 +// Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -[assembly: Android.Runtime.ResourceDesignerAttribute("LegacyBar.Library.Resource", IsApplication=false)] +[assembly: global::Android.Runtime.ResourceDesignerAttribute("LegacyBar.Library.Resource", IsApplication=false)] namespace LegacyBar.Library { - [System.CodeDom.Compiler.GeneratedCodeAttribute("Novell.MonoDroid.Build.Tasks", "1.0.0.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] public partial class Resource { + static Resource() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + public partial class Attribute { @@ -46,6 +51,11 @@ public partial class Attribute // aapt resource value: 0x7f010001 public static int title_color = 2130771969; + static Attribute() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + private Attribute() { } @@ -54,179 +64,184 @@ private Attribute() public partial class Color { - // aapt resource value: 0x7f050039 - public static int Red = 2131034169; + // aapt resource value: 0x7f040039 + public static int Red = 2130968633; - // aapt resource value: 0x7f050023 - public static int actionbar_accentcolor_black = 2131034147; + // aapt resource value: 0x7f040023 + public static int actionbar_accentcolor_black = 2130968611; - // aapt resource value: 0x7f05002b - public static int actionbar_accentcolor_blue = 2131034155; + // aapt resource value: 0x7f04002b + public static int actionbar_accentcolor_blue = 2130968619; - // aapt resource value: 0x7f05001b - public static int actionbar_accentcolor_darkgray = 2131034139; + // aapt resource value: 0x7f04001b + public static int actionbar_accentcolor_darkgray = 2130968603; - // aapt resource value: 0x7f050013 - public static int actionbar_accentcolor_lightgray = 2131034131; + // aapt resource value: 0x7f040013 + public static int actionbar_accentcolor_lightgray = 2130968595; - // aapt resource value: 0x7f050003 - public static int actionbar_background_end = 2131034115; + // aapt resource value: 0x7f040003 + public static int actionbar_background_end = 2130968579; - // aapt resource value: 0x7f050009 - public static int actionbar_background_end_alt = 2131034121; + // aapt resource value: 0x7f040009 + public static int actionbar_background_end_alt = 2130968585; - // aapt resource value: 0x7f050005 - public static int actionbar_background_item_pressed_end = 2131034117; + // aapt resource value: 0x7f040005 + public static int actionbar_background_item_pressed_end = 2130968581; - // aapt resource value: 0x7f05000b - public static int actionbar_background_item_pressed_end_alt = 2131034123; + // aapt resource value: 0x7f04000b + public static int actionbar_background_item_pressed_end_alt = 2130968587; - // aapt resource value: 0x7f050004 - public static int actionbar_background_item_pressed_start = 2131034116; + // aapt resource value: 0x7f040004 + public static int actionbar_background_item_pressed_start = 2130968580; - // aapt resource value: 0x7f05000a - public static int actionbar_background_item_pressed_start_alt = 2131034122; + // aapt resource value: 0x7f04000a + public static int actionbar_background_item_pressed_start_alt = 2130968586; - // aapt resource value: 0x7f050002 - public static int actionbar_background_start = 2131034114; + // aapt resource value: 0x7f040002 + public static int actionbar_background_start = 2130968578; - // aapt resource value: 0x7f050008 - public static int actionbar_background_start_alt = 2131034120; + // aapt resource value: 0x7f040008 + public static int actionbar_background_start_alt = 2130968584; - // aapt resource value: 0x7f050022 - public static int actionbar_maincolor_black = 2131034146; + // aapt resource value: 0x7f040022 + public static int actionbar_maincolor_black = 2130968610; - // aapt resource value: 0x7f05002a - public static int actionbar_maincolor_blue = 2131034154; + // aapt resource value: 0x7f04002a + public static int actionbar_maincolor_blue = 2130968618; - // aapt resource value: 0x7f05001a - public static int actionbar_maincolor_darkgray = 2131034138; + // aapt resource value: 0x7f04001a + public static int actionbar_maincolor_darkgray = 2130968602; - // aapt resource value: 0x7f050012 - public static int actionbar_maincolor_lightgray = 2131034130; + // aapt resource value: 0x7f040012 + public static int actionbar_maincolor_lightgray = 2130968594; - // aapt resource value: 0x7f050024 - public static int actionbar_pressedcolor_black = 2131034148; + // aapt resource value: 0x7f040024 + public static int actionbar_pressedcolor_black = 2130968612; - // aapt resource value: 0x7f05002c - public static int actionbar_pressedcolor_blue = 2131034156; + // aapt resource value: 0x7f04002c + public static int actionbar_pressedcolor_blue = 2130968620; - // aapt resource value: 0x7f05001c - public static int actionbar_pressedcolor_darkgray = 2131034140; + // aapt resource value: 0x7f04001c + public static int actionbar_pressedcolor_darkgray = 2130968604; - // aapt resource value: 0x7f050014 - public static int actionbar_pressedcolor_lightgray = 2131034132; + // aapt resource value: 0x7f040014 + public static int actionbar_pressedcolor_lightgray = 2130968596; - // aapt resource value: 0x7f050000 - public static int actionbar_separator = 2131034112; + // aapt resource value: 0x7f040000 + public static int actionbar_separator = 2130968576; - // aapt resource value: 0x7f050006 - public static int actionbar_separator_alt = 2131034118; + // aapt resource value: 0x7f040006 + public static int actionbar_separator_alt = 2130968582; - // aapt resource value: 0x7f050026 - public static int actionbar_separator_black = 2131034150; + // aapt resource value: 0x7f040026 + public static int actionbar_separator_black = 2130968614; - // aapt resource value: 0x7f05002e - public static int actionbar_separator_blue = 2131034158; + // aapt resource value: 0x7f04002e + public static int actionbar_separator_blue = 2130968622; - // aapt resource value: 0x7f05001e - public static int actionbar_separator_darkgray = 2131034142; + // aapt resource value: 0x7f04001e + public static int actionbar_separator_darkgray = 2130968606; - // aapt resource value: 0x7f050016 - public static int actionbar_separator_lightgray = 2131034134; + // aapt resource value: 0x7f040016 + public static int actionbar_separator_lightgray = 2130968598; - // aapt resource value: 0x7f050001 - public static int actionbar_title = 2131034113; + // aapt resource value: 0x7f040001 + public static int actionbar_title = 2130968577; - // aapt resource value: 0x7f050007 - public static int actionbar_title_alt = 2131034119; + // aapt resource value: 0x7f040007 + public static int actionbar_title_alt = 2130968583; + + // aapt resource value: 0x7f040025 + public static int actionbar_title_black = 2130968613; - // aapt resource value: 0x7f050025 - public static int actionbar_title_black = 2131034149; + // aapt resource value: 0x7f04002d + public static int actionbar_title_blue = 2130968621; - // aapt resource value: 0x7f05002d - public static int actionbar_title_blue = 2131034157; + // aapt resource value: 0x7f04001d + public static int actionbar_title_darkgray = 2130968605; - // aapt resource value: 0x7f05001d - public static int actionbar_title_darkgray = 2131034141; + // aapt resource value: 0x7f040015 + public static int actionbar_title_lightgray = 2130968597; - // aapt resource value: 0x7f050015 - public static int actionbar_title_lightgray = 2131034133; + // aapt resource value: 0x7f040033 + public static int black = 2130968627; - // aapt resource value: 0x7f050033 - public static int black = 2131034163; + // aapt resource value: 0x7f040036 + public static int blue = 2130968630; - // aapt resource value: 0x7f050036 - public static int blue = 2131034166; + // aapt resource value: 0x7f04000f + public static int bottomactionbar_background_end = 2130968591; - // aapt resource value: 0x7f05000f - public static int bottomactionbar_background_end = 2131034127; + // aapt resource value: 0x7f040010 + public static int bottomactionbar_background_item_pressed_end = 2130968592; - // aapt resource value: 0x7f050010 - public static int bottomactionbar_background_item_pressed_end = 2131034128; + // aapt resource value: 0x7f040011 + public static int bottomactionbar_background_item_pressed_start = 2130968593; - // aapt resource value: 0x7f050011 - public static int bottomactionbar_background_item_pressed_start = 2131034129; + // aapt resource value: 0x7f04000e + public static int bottomactionbar_background_start = 2130968590; - // aapt resource value: 0x7f05000e - public static int bottomactionbar_background_start = 2131034126; + // aapt resource value: 0x7f040027 + public static int bottomactionbar_maincolor_black = 2130968615; - // aapt resource value: 0x7f050027 - public static int bottomactionbar_maincolor_black = 2131034151; + // aapt resource value: 0x7f04002f + public static int bottomactionbar_maincolor_blue = 2130968623; - // aapt resource value: 0x7f05002f - public static int bottomactionbar_maincolor_blue = 2131034159; + // aapt resource value: 0x7f04001f + public static int bottomactionbar_maincolor_darkgray = 2130968607; - // aapt resource value: 0x7f05001f - public static int bottomactionbar_maincolor_darkgray = 2131034143; + // aapt resource value: 0x7f040017 + public static int bottomactionbar_maincolor_lightgray = 2130968599; - // aapt resource value: 0x7f050017 - public static int bottomactionbar_maincolor_lightgray = 2131034135; + // aapt resource value: 0x7f040028 + public static int bottomactionbar_pressedcolor_black = 2130968616; - // aapt resource value: 0x7f050028 - public static int bottomactionbar_pressedcolor_black = 2131034152; + // aapt resource value: 0x7f040030 + public static int bottomactionbar_pressedcolor_blue = 2130968624; - // aapt resource value: 0x7f050030 - public static int bottomactionbar_pressedcolor_blue = 2131034160; + // aapt resource value: 0x7f040020 + public static int bottomactionbar_pressedcolor_darkgray = 2130968608; - // aapt resource value: 0x7f050020 - public static int bottomactionbar_pressedcolor_darkgray = 2131034144; + // aapt resource value: 0x7f040018 + public static int bottomactionbar_pressedcolor_lightgray = 2130968600; - // aapt resource value: 0x7f050018 - public static int bottomactionbar_pressedcolor_lightgray = 2131034136; + // aapt resource value: 0x7f04000c + public static int bottomactionbar_separator = 2130968588; - // aapt resource value: 0x7f05000c - public static int bottomactionbar_separator = 2131034124; + // aapt resource value: 0x7f04000d + public static int bottomactionbar_title = 2130968589; - // aapt resource value: 0x7f05000d - public static int bottomactionbar_title = 2131034125; + // aapt resource value: 0x7f040034 + public static int green = 2130968628; - // aapt resource value: 0x7f050034 - public static int green = 2131034164; + // aapt resource value: 0x7f040037 + public static int grey = 2130968631; - // aapt resource value: 0x7f050037 - public static int grey = 2131034167; + // aapt resource value: 0x7f040029 + public static int pager_black = 2130968617; - // aapt resource value: 0x7f050029 - public static int pager_black = 2131034153; + // aapt resource value: 0x7f040031 + public static int pager_blue = 2130968625; - // aapt resource value: 0x7f050031 - public static int pager_blue = 2131034161; + // aapt resource value: 0x7f040021 + public static int pager_darkgray = 2130968609; - // aapt resource value: 0x7f050021 - public static int pager_darkgray = 2131034145; + // aapt resource value: 0x7f040019 + public static int pager_lightgray = 2130968601; - // aapt resource value: 0x7f050019 - public static int pager_lightgray = 2131034137; + // aapt resource value: 0x7f040035 + public static int red = 2130968629; - // aapt resource value: 0x7f050035 - public static int red = 2131034165; + // aapt resource value: 0x7f040032 + public static int white = 2130968626; - // aapt resource value: 0x7f050032 - public static int white = 2131034162; + // aapt resource value: 0x7f040038 + public static int yellow = 2130968632; - // aapt resource value: 0x7f050038 - public static int yellow = 2131034168; + static Color() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Color() { @@ -236,26 +251,31 @@ private Color() public partial class Dimension { - // aapt resource value: 0x7f060000 - public static int actionbar_accentheight = 2131099648; + // aapt resource value: 0x7f050000 + public static int actionbar_accentheight = 2131034112; - // aapt resource value: 0x7f060001 - public static int actionbar_height = 2131099649; + // aapt resource value: 0x7f050001 + public static int actionbar_height = 2131034113; + + // aapt resource value: 0x7f050005 + public static int actionbar_home_item_width = 2131034117; - // aapt resource value: 0x7f060005 - public static int actionbar_home_item_width = 2131099653; + // aapt resource value: 0x7f050002 + public static int actionbar_item_height = 2131034114; - // aapt resource value: 0x7f060002 - public static int actionbar_item_height = 2131099650; + // aapt resource value: 0x7f050006 + public static int actionbar_item_height_over = 2131034118; - // aapt resource value: 0x7f060006 - public static int actionbar_item_height_over = 2131099654; + // aapt resource value: 0x7f050003 + public static int actionbar_item_height_overflow = 2131034115; - // aapt resource value: 0x7f060003 - public static int actionbar_item_height_overflow = 2131099651; + // aapt resource value: 0x7f050004 + public static int actionbar_item_width = 2131034116; - // aapt resource value: 0x7f060004 - public static int actionbar_item_width = 2131099652; + static Dimension() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Dimension() { @@ -391,6 +411,11 @@ public partial class Drawable // aapt resource value: 0x7f020029 public static int ic_action_overflow_dark = 2130837545; + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + private Drawable() { } @@ -399,59 +424,64 @@ private Drawable() public partial class Id { - // aapt resource value: 0x7f04000b - public static int actionbar_actions = 2130968587; + // aapt resource value: 0x7f08000b + public static int actionbar_actions = 2131230731; - // aapt resource value: 0x7f040006 - public static int actionbar_home = 2130968582; + // aapt resource value: 0x7f080006 + public static int actionbar_home = 2131230726; - // aapt resource value: 0x7f040008 - public static int actionbar_home_bg = 2130968584; + // aapt resource value: 0x7f080008 + public static int actionbar_home_bg = 2131230728; - // aapt resource value: 0x7f040009 - public static int actionbar_home_btn = 2130968585; + // aapt resource value: 0x7f080009 + public static int actionbar_home_btn = 2131230729; - // aapt resource value: 0x7f04000a - public static int actionbar_home_is_back = 2130968586; + // aapt resource value: 0x7f08000a + public static int actionbar_home_is_back = 2131230730; - // aapt resource value: 0x7f040007 - public static int actionbar_home_logo = 2130968583; + // aapt resource value: 0x7f080007 + public static int actionbar_home_logo = 2131230727; - // aapt resource value: 0x7f040010 - public static int actionbar_item = 2130968592; + // aapt resource value: 0x7f080010 + public static int actionbar_item = 2131230736; - // aapt resource value: 0x7f04000d - public static int actionbar_progress = 2130968589; + // aapt resource value: 0x7f08000d + public static int actionbar_progress = 2131230733; - // aapt resource value: 0x7f04000f - public static int actionbar_spinner = 2130968591; + // aapt resource value: 0x7f08000f + public static int actionbar_spinner = 2131230735; - // aapt resource value: 0x7f04000e - public static int actionbar_title = 2130968590; + // aapt resource value: 0x7f08000e + public static int actionbar_title = 2131230734; - // aapt resource value: 0x7f04000c - public static int actionbar_title_layout = 2130968588; + // aapt resource value: 0x7f08000c + public static int actionbar_title_layout = 2131230732; - // aapt resource value: 0x7f040000 - public static int custom = 2130968576; + // aapt resource value: 0x7f080000 + public static int custom = 2131230720; - // aapt resource value: 0x7f040003 - public static int holo_black = 2130968579; + // aapt resource value: 0x7f080001 + public static int holo_black = 2131230721; - // aapt resource value: 0x7f040004 - public static int holo_blue = 2130968580; + // aapt resource value: 0x7f080002 + public static int holo_blue = 2131230722; - // aapt resource value: 0x7f040002 - public static int holo_gray = 2130968578; + // aapt resource value: 0x7f080003 + public static int holo_gray = 2131230723; - // aapt resource value: 0x7f040001 - public static int holo_light = 2130968577; + // aapt resource value: 0x7f080004 + public static int holo_light = 2131230724; - // aapt resource value: 0x7f040011 - public static int overflow_spinner = 2130968593; + // aapt resource value: 0x7f080011 + public static int overflow_spinner = 2131230737; - // aapt resource value: 0x7f040005 - public static int screen = 2130968581; + // aapt resource value: 0x7f080005 + public static int screen = 2131230725; + + static Id() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Id() { @@ -476,6 +506,11 @@ public partial class Layout // aapt resource value: 0x7f030004 public static int spinneritem = 2130903044; + static Layout() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + private Layout() { } @@ -484,8 +519,13 @@ private Layout() public partial class String { - // aapt resource value: 0x7f070000 - public static int actionbar_activity_not_found = 2131165184; + // aapt resource value: 0x7f060000 + public static int actionbar_activity_not_found = 2131099648; + + static String() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private String() { @@ -495,23 +535,28 @@ private String() public partial class Style { - // aapt resource value: 0x7f080000 - public static int actionbar = 2131230720; + // aapt resource value: 0x7f070000 + public static int actionbar = 2131165184; - // aapt resource value: 0x7f080003 - public static int actionbarhomeitem = 2131230723; + // aapt resource value: 0x7f070003 + public static int actionbarhomeitem = 2131165187; - // aapt resource value: 0x7f080004 - public static int actionbarhomelogo = 2131230724; + // aapt resource value: 0x7f070004 + public static int actionbarhomelogo = 2131165188; - // aapt resource value: 0x7f080001 - public static int actionbaritem = 2131230721; + // aapt resource value: 0x7f070001 + public static int actionbaritem = 2131165185; - // aapt resource value: 0x7f080005 - public static int actionbarprogressbar = 2131230725; + // aapt resource value: 0x7f070005 + public static int actionbarprogressbar = 2131165189; - // aapt resource value: 0x7f080002 - public static int clearbutton = 2131230722; + // aapt resource value: 0x7f070002 + public static int clearbutton = 2131165186; + + static Style() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Style() { @@ -555,6 +600,11 @@ public partial class Styleable // aapt resource value: 1 public static int actionbar_title_color = 1; + static Styleable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + private Styleable() { } diff --git a/LegacyBar.Library/packages.config b/LegacyBar.Library/packages.config new file mode 100644 index 0000000..86f223d --- /dev/null +++ b/LegacyBar.Library/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/LegacyBar.Sample/LegacyBar.Sample.csproj b/LegacyBar.Sample/LegacyBar.Sample.csproj index 55aa1e8..aa43359 100644 --- a/LegacyBar.Sample/LegacyBar.Sample.csproj +++ b/LegacyBar.Sample/LegacyBar.Sample.csproj @@ -19,6 +19,8 @@ armeabi%3barmeabi-v7a%3bx86 + False + v4.4 True diff --git a/LegacyBar.Sample/Properties/AndroidManifest.xml b/LegacyBar.Sample/Properties/AndroidManifest.xml index 6ac280d..04e3abf 100644 --- a/LegacyBar.Sample/Properties/AndroidManifest.xml +++ b/LegacyBar.Sample/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/LegacyBar.Sample/Resources/Resource.designer.cs b/LegacyBar.Sample/Resources/Resource.designer.cs index 875286f..d94956a 100644 --- a/LegacyBar.Sample/Resources/Resource.designer.cs +++ b/LegacyBar.Sample/Resources/Resource.designer.cs @@ -2,179 +2,184 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18033 +// Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ -[assembly: Android.Runtime.ResourceDesignerAttribute("LegacyBar.Sample.Resource", IsApplication=true)] +[assembly: global::Android.Runtime.ResourceDesignerAttribute("LegacyBar.Sample.Resource", IsApplication=true)] namespace LegacyBar.Sample { - [System.CodeDom.Compiler.GeneratedCodeAttribute("Novell.MonoDroid.Build.Tasks", "1.0.0.0")] + [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() { - LegacyBar.Library.Resource.Attribute.background = LegacyBar.Sample.Resource.Attribute.background; - LegacyBar.Library.Resource.Attribute.background_item = LegacyBar.Sample.Resource.Attribute.background_item; - LegacyBar.Library.Resource.Attribute.is_bottom = LegacyBar.Sample.Resource.Attribute.is_bottom; - LegacyBar.Library.Resource.Attribute.light_icons = LegacyBar.Sample.Resource.Attribute.light_icons; - LegacyBar.Library.Resource.Attribute.separator = LegacyBar.Sample.Resource.Attribute.separator; - LegacyBar.Library.Resource.Attribute.theme = LegacyBar.Sample.Resource.Attribute.theme; - LegacyBar.Library.Resource.Attribute.title = LegacyBar.Sample.Resource.Attribute.title; - LegacyBar.Library.Resource.Attribute.title_color = LegacyBar.Sample.Resource.Attribute.title_color; - LegacyBar.Library.Resource.Color.Red = LegacyBar.Sample.Resource.Color.Red; - LegacyBar.Library.Resource.Color.actionbar_accentcolor_black = LegacyBar.Sample.Resource.Color.actionbar_accentcolor_black; - LegacyBar.Library.Resource.Color.actionbar_accentcolor_blue = LegacyBar.Sample.Resource.Color.actionbar_accentcolor_blue; - LegacyBar.Library.Resource.Color.actionbar_accentcolor_darkgray = LegacyBar.Sample.Resource.Color.actionbar_accentcolor_darkgray; - LegacyBar.Library.Resource.Color.actionbar_accentcolor_lightgray = LegacyBar.Sample.Resource.Color.actionbar_accentcolor_lightgray; - LegacyBar.Library.Resource.Color.actionbar_background_end = LegacyBar.Sample.Resource.Color.actionbar_background_end; - LegacyBar.Library.Resource.Color.actionbar_background_end_alt = LegacyBar.Sample.Resource.Color.actionbar_background_end_alt; - LegacyBar.Library.Resource.Color.actionbar_background_item_pressed_end = LegacyBar.Sample.Resource.Color.actionbar_background_item_pressed_end; - LegacyBar.Library.Resource.Color.actionbar_background_item_pressed_end_alt = LegacyBar.Sample.Resource.Color.actionbar_background_item_pressed_end_alt; - LegacyBar.Library.Resource.Color.actionbar_background_item_pressed_start = LegacyBar.Sample.Resource.Color.actionbar_background_item_pressed_start; - LegacyBar.Library.Resource.Color.actionbar_background_item_pressed_start_alt = LegacyBar.Sample.Resource.Color.actionbar_background_item_pressed_start_alt; - LegacyBar.Library.Resource.Color.actionbar_background_start = LegacyBar.Sample.Resource.Color.actionbar_background_start; - LegacyBar.Library.Resource.Color.actionbar_background_start_alt = LegacyBar.Sample.Resource.Color.actionbar_background_start_alt; - LegacyBar.Library.Resource.Color.actionbar_maincolor_black = LegacyBar.Sample.Resource.Color.actionbar_maincolor_black; - LegacyBar.Library.Resource.Color.actionbar_maincolor_blue = LegacyBar.Sample.Resource.Color.actionbar_maincolor_blue; - LegacyBar.Library.Resource.Color.actionbar_maincolor_darkgray = LegacyBar.Sample.Resource.Color.actionbar_maincolor_darkgray; - LegacyBar.Library.Resource.Color.actionbar_maincolor_lightgray = LegacyBar.Sample.Resource.Color.actionbar_maincolor_lightgray; - LegacyBar.Library.Resource.Color.actionbar_pressedcolor_black = LegacyBar.Sample.Resource.Color.actionbar_pressedcolor_black; - LegacyBar.Library.Resource.Color.actionbar_pressedcolor_blue = LegacyBar.Sample.Resource.Color.actionbar_pressedcolor_blue; - LegacyBar.Library.Resource.Color.actionbar_pressedcolor_darkgray = LegacyBar.Sample.Resource.Color.actionbar_pressedcolor_darkgray; - LegacyBar.Library.Resource.Color.actionbar_pressedcolor_lightgray = LegacyBar.Sample.Resource.Color.actionbar_pressedcolor_lightgray; - LegacyBar.Library.Resource.Color.actionbar_separator = LegacyBar.Sample.Resource.Color.actionbar_separator; - LegacyBar.Library.Resource.Color.actionbar_separator_alt = LegacyBar.Sample.Resource.Color.actionbar_separator_alt; - LegacyBar.Library.Resource.Color.actionbar_separator_black = LegacyBar.Sample.Resource.Color.actionbar_separator_black; - LegacyBar.Library.Resource.Color.actionbar_separator_blue = LegacyBar.Sample.Resource.Color.actionbar_separator_blue; - LegacyBar.Library.Resource.Color.actionbar_separator_darkgray = LegacyBar.Sample.Resource.Color.actionbar_separator_darkgray; - LegacyBar.Library.Resource.Color.actionbar_separator_lightgray = LegacyBar.Sample.Resource.Color.actionbar_separator_lightgray; - LegacyBar.Library.Resource.Color.actionbar_title = LegacyBar.Sample.Resource.Color.actionbar_title; - LegacyBar.Library.Resource.Color.actionbar_title_alt = LegacyBar.Sample.Resource.Color.actionbar_title_alt; - LegacyBar.Library.Resource.Color.actionbar_title_black = LegacyBar.Sample.Resource.Color.actionbar_title_black; - LegacyBar.Library.Resource.Color.actionbar_title_blue = LegacyBar.Sample.Resource.Color.actionbar_title_blue; - LegacyBar.Library.Resource.Color.actionbar_title_darkgray = LegacyBar.Sample.Resource.Color.actionbar_title_darkgray; - LegacyBar.Library.Resource.Color.actionbar_title_lightgray = LegacyBar.Sample.Resource.Color.actionbar_title_lightgray; - LegacyBar.Library.Resource.Color.black = LegacyBar.Sample.Resource.Color.black; - LegacyBar.Library.Resource.Color.blue = LegacyBar.Sample.Resource.Color.blue; - LegacyBar.Library.Resource.Color.bottomactionbar_background_end = LegacyBar.Sample.Resource.Color.bottomactionbar_background_end; - LegacyBar.Library.Resource.Color.bottomactionbar_background_item_pressed_end = LegacyBar.Sample.Resource.Color.bottomactionbar_background_item_pressed_end; - LegacyBar.Library.Resource.Color.bottomactionbar_background_item_pressed_start = LegacyBar.Sample.Resource.Color.bottomactionbar_background_item_pressed_start; - LegacyBar.Library.Resource.Color.bottomactionbar_background_start = LegacyBar.Sample.Resource.Color.bottomactionbar_background_start; - LegacyBar.Library.Resource.Color.bottomactionbar_maincolor_black = LegacyBar.Sample.Resource.Color.bottomactionbar_maincolor_black; - LegacyBar.Library.Resource.Color.bottomactionbar_maincolor_blue = LegacyBar.Sample.Resource.Color.bottomactionbar_maincolor_blue; - LegacyBar.Library.Resource.Color.bottomactionbar_maincolor_darkgray = LegacyBar.Sample.Resource.Color.bottomactionbar_maincolor_darkgray; - LegacyBar.Library.Resource.Color.bottomactionbar_maincolor_lightgray = LegacyBar.Sample.Resource.Color.bottomactionbar_maincolor_lightgray; - LegacyBar.Library.Resource.Color.bottomactionbar_pressedcolor_black = LegacyBar.Sample.Resource.Color.bottomactionbar_pressedcolor_black; - LegacyBar.Library.Resource.Color.bottomactionbar_pressedcolor_blue = LegacyBar.Sample.Resource.Color.bottomactionbar_pressedcolor_blue; - LegacyBar.Library.Resource.Color.bottomactionbar_pressedcolor_darkgray = LegacyBar.Sample.Resource.Color.bottomactionbar_pressedcolor_darkgray; - LegacyBar.Library.Resource.Color.bottomactionbar_pressedcolor_lightgray = LegacyBar.Sample.Resource.Color.bottomactionbar_pressedcolor_lightgray; - LegacyBar.Library.Resource.Color.bottomactionbar_separator = LegacyBar.Sample.Resource.Color.bottomactionbar_separator; - LegacyBar.Library.Resource.Color.bottomactionbar_title = LegacyBar.Sample.Resource.Color.bottomactionbar_title; - LegacyBar.Library.Resource.Color.green = LegacyBar.Sample.Resource.Color.green; - LegacyBar.Library.Resource.Color.grey = LegacyBar.Sample.Resource.Color.grey; - LegacyBar.Library.Resource.Color.pager_black = LegacyBar.Sample.Resource.Color.pager_black; - LegacyBar.Library.Resource.Color.pager_blue = LegacyBar.Sample.Resource.Color.pager_blue; - LegacyBar.Library.Resource.Color.pager_darkgray = LegacyBar.Sample.Resource.Color.pager_darkgray; - LegacyBar.Library.Resource.Color.pager_lightgray = LegacyBar.Sample.Resource.Color.pager_lightgray; - LegacyBar.Library.Resource.Color.red = LegacyBar.Sample.Resource.Color.red; - LegacyBar.Library.Resource.Color.white = LegacyBar.Sample.Resource.Color.white; - LegacyBar.Library.Resource.Color.yellow = LegacyBar.Sample.Resource.Color.yellow; - LegacyBar.Library.Resource.Dimension.actionbar_accentheight = LegacyBar.Sample.Resource.Dimension.actionbar_accentheight; - LegacyBar.Library.Resource.Dimension.actionbar_height = LegacyBar.Sample.Resource.Dimension.actionbar_height; - LegacyBar.Library.Resource.Dimension.actionbar_home_item_width = LegacyBar.Sample.Resource.Dimension.actionbar_home_item_width; - LegacyBar.Library.Resource.Dimension.actionbar_item_height = LegacyBar.Sample.Resource.Dimension.actionbar_item_height; - LegacyBar.Library.Resource.Dimension.actionbar_item_height_over = LegacyBar.Sample.Resource.Dimension.actionbar_item_height_over; - LegacyBar.Library.Resource.Dimension.actionbar_item_height_overflow = LegacyBar.Sample.Resource.Dimension.actionbar_item_height_overflow; - LegacyBar.Library.Resource.Dimension.actionbar_item_width = LegacyBar.Sample.Resource.Dimension.actionbar_item_width; - LegacyBar.Library.Resource.Drawable.actionbar_back_indicator = LegacyBar.Sample.Resource.Drawable.actionbar_back_indicator; - LegacyBar.Library.Resource.Drawable.actionbar_back_indicator_dark = LegacyBar.Sample.Resource.Drawable.actionbar_back_indicator_dark; - LegacyBar.Library.Resource.Drawable.actionbar_background = LegacyBar.Sample.Resource.Drawable.actionbar_background; - LegacyBar.Library.Resource.Drawable.actionbar_background_alt = LegacyBar.Sample.Resource.Drawable.actionbar_background_alt; - LegacyBar.Library.Resource.Drawable.actionbar_background_black = LegacyBar.Sample.Resource.Drawable.actionbar_background_black; - LegacyBar.Library.Resource.Drawable.actionbar_background_blue = LegacyBar.Sample.Resource.Drawable.actionbar_background_blue; - LegacyBar.Library.Resource.Drawable.actionbar_background_darkgray = LegacyBar.Sample.Resource.Drawable.actionbar_background_darkgray; - LegacyBar.Library.Resource.Drawable.actionbar_background_lightgray = LegacyBar.Sample.Resource.Drawable.actionbar_background_lightgray; - LegacyBar.Library.Resource.Drawable.actionbar_btn = LegacyBar.Sample.Resource.Drawable.actionbar_btn; - LegacyBar.Library.Resource.Drawable.actionbar_btn_alt = LegacyBar.Sample.Resource.Drawable.actionbar_btn_alt; - LegacyBar.Library.Resource.Drawable.actionbar_btn_black = LegacyBar.Sample.Resource.Drawable.actionbar_btn_black; - LegacyBar.Library.Resource.Drawable.actionbar_btn_blue = LegacyBar.Sample.Resource.Drawable.actionbar_btn_blue; - LegacyBar.Library.Resource.Drawable.actionbar_btn_darkgray = LegacyBar.Sample.Resource.Drawable.actionbar_btn_darkgray; - LegacyBar.Library.Resource.Drawable.actionbar_btn_lightgray = LegacyBar.Sample.Resource.Drawable.actionbar_btn_lightgray; - LegacyBar.Library.Resource.Drawable.actionbar_btn_normal = LegacyBar.Sample.Resource.Drawable.actionbar_btn_normal; - LegacyBar.Library.Resource.Drawable.actionbar_btn_normal_alt = LegacyBar.Sample.Resource.Drawable.actionbar_btn_normal_alt; - LegacyBar.Library.Resource.Drawable.actionbar_btn_pressed = LegacyBar.Sample.Resource.Drawable.actionbar_btn_pressed; - LegacyBar.Library.Resource.Drawable.actionbar_btn_pressed_alt = LegacyBar.Sample.Resource.Drawable.actionbar_btn_pressed_alt; - LegacyBar.Library.Resource.Drawable.bottomactionbar_background = LegacyBar.Sample.Resource.Drawable.bottomactionbar_background; - LegacyBar.Library.Resource.Drawable.bottomactionbar_background_black = LegacyBar.Sample.Resource.Drawable.bottomactionbar_background_black; - LegacyBar.Library.Resource.Drawable.bottomactionbar_background_blue = LegacyBar.Sample.Resource.Drawable.bottomactionbar_background_blue; - LegacyBar.Library.Resource.Drawable.bottomactionbar_background_darkgray = LegacyBar.Sample.Resource.Drawable.bottomactionbar_background_darkgray; - LegacyBar.Library.Resource.Drawable.bottomactionbar_background_lightgray = LegacyBar.Sample.Resource.Drawable.bottomactionbar_background_lightgray; - LegacyBar.Library.Resource.Drawable.bottomactionbar_btn = LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn; - LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_black = LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_black; - LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_blue = LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_blue; - LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_darkgray = LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_darkgray; - LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_lightgray = LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_lightgray; - LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_normal = LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_normal; - LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_pressed = LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_pressed; - LegacyBar.Library.Resource.Drawable.dropdown_btn_holo_dark = LegacyBar.Sample.Resource.Drawable.dropdown_btn_holo_dark; - LegacyBar.Library.Resource.Drawable.dropdown_btn_holo_light = LegacyBar.Sample.Resource.Drawable.dropdown_btn_holo_light; - LegacyBar.Library.Resource.Drawable.dropdown_disabled_holo_dark = LegacyBar.Sample.Resource.Drawable.dropdown_disabled_holo_dark; - LegacyBar.Library.Resource.Drawable.dropdown_disabled_holo_light = LegacyBar.Sample.Resource.Drawable.dropdown_disabled_holo_light; - LegacyBar.Library.Resource.Drawable.dropdown_focused_holo_dark = LegacyBar.Sample.Resource.Drawable.dropdown_focused_holo_dark; - LegacyBar.Library.Resource.Drawable.dropdown_focused_holo_light = LegacyBar.Sample.Resource.Drawable.dropdown_focused_holo_light; - LegacyBar.Library.Resource.Drawable.dropdown_normal_holo_dark = LegacyBar.Sample.Resource.Drawable.dropdown_normal_holo_dark; - LegacyBar.Library.Resource.Drawable.dropdown_normal_holo_light = LegacyBar.Sample.Resource.Drawable.dropdown_normal_holo_light; - LegacyBar.Library.Resource.Drawable.dropdown_pressed_holo_dark = LegacyBar.Sample.Resource.Drawable.dropdown_pressed_holo_dark; - LegacyBar.Library.Resource.Drawable.dropdown_pressed_holo_light = LegacyBar.Sample.Resource.Drawable.dropdown_pressed_holo_light; - LegacyBar.Library.Resource.Drawable.ic_action_overflow = LegacyBar.Sample.Resource.Drawable.ic_action_overflow; - LegacyBar.Library.Resource.Drawable.ic_action_overflow_dark = LegacyBar.Sample.Resource.Drawable.ic_action_overflow_dark; - LegacyBar.Library.Resource.Id.actionbar_actions = LegacyBar.Sample.Resource.Id.actionbar_actions; - LegacyBar.Library.Resource.Id.actionbar_home = LegacyBar.Sample.Resource.Id.actionbar_home; - LegacyBar.Library.Resource.Id.actionbar_home_bg = LegacyBar.Sample.Resource.Id.actionbar_home_bg; - LegacyBar.Library.Resource.Id.actionbar_home_btn = LegacyBar.Sample.Resource.Id.actionbar_home_btn; - LegacyBar.Library.Resource.Id.actionbar_home_is_back = LegacyBar.Sample.Resource.Id.actionbar_home_is_back; - LegacyBar.Library.Resource.Id.actionbar_home_logo = LegacyBar.Sample.Resource.Id.actionbar_home_logo; - LegacyBar.Library.Resource.Id.actionbar_item = LegacyBar.Sample.Resource.Id.actionbar_item; - LegacyBar.Library.Resource.Id.actionbar_progress = LegacyBar.Sample.Resource.Id.actionbar_progress; - LegacyBar.Library.Resource.Id.actionbar_spinner = LegacyBar.Sample.Resource.Id.actionbar_spinner; - LegacyBar.Library.Resource.Id.actionbar_title = LegacyBar.Sample.Resource.Id.actionbar_title; - LegacyBar.Library.Resource.Id.actionbar_title_layout = LegacyBar.Sample.Resource.Id.actionbar_title_layout; - LegacyBar.Library.Resource.Id.custom = LegacyBar.Sample.Resource.Id.custom; - LegacyBar.Library.Resource.Id.holo_black = LegacyBar.Sample.Resource.Id.holo_black; - LegacyBar.Library.Resource.Id.holo_blue = LegacyBar.Sample.Resource.Id.holo_blue; - LegacyBar.Library.Resource.Id.holo_gray = LegacyBar.Sample.Resource.Id.holo_gray; - LegacyBar.Library.Resource.Id.holo_light = LegacyBar.Sample.Resource.Id.holo_light; - LegacyBar.Library.Resource.Id.overflow_spinner = LegacyBar.Sample.Resource.Id.overflow_spinner; - LegacyBar.Library.Resource.Id.screen = LegacyBar.Sample.Resource.Id.screen; - LegacyBar.Library.Resource.Layout.actionbar = LegacyBar.Sample.Resource.Layout.actionbar; - LegacyBar.Library.Resource.Layout.actionbar_item = LegacyBar.Sample.Resource.Layout.actionbar_item; - LegacyBar.Library.Resource.Layout.blankspinner = LegacyBar.Sample.Resource.Layout.blankspinner; - LegacyBar.Library.Resource.Layout.overflowactionbar_item = LegacyBar.Sample.Resource.Layout.overflowactionbar_item; - LegacyBar.Library.Resource.Layout.spinneritem = LegacyBar.Sample.Resource.Layout.spinneritem; - LegacyBar.Library.Resource.String.actionbar_activity_not_found = LegacyBar.Sample.Resource.String.actionbar_activity_not_found; - LegacyBar.Library.Resource.Style.actionbar = LegacyBar.Sample.Resource.Style.actionbar; - LegacyBar.Library.Resource.Style.actionbarhomeitem = LegacyBar.Sample.Resource.Style.actionbarhomeitem; - LegacyBar.Library.Resource.Style.actionbarhomelogo = LegacyBar.Sample.Resource.Style.actionbarhomelogo; - LegacyBar.Library.Resource.Style.actionbaritem = LegacyBar.Sample.Resource.Style.actionbaritem; - LegacyBar.Library.Resource.Style.actionbarprogressbar = LegacyBar.Sample.Resource.Style.actionbarprogressbar; - LegacyBar.Library.Resource.Style.clearbutton = LegacyBar.Sample.Resource.Style.clearbutton; - LegacyBar.Library.Resource.Styleable.actionbar = LegacyBar.Sample.Resource.Styleable.actionbar; - LegacyBar.Library.Resource.Styleable.actionbar_background = LegacyBar.Sample.Resource.Styleable.actionbar_background; - LegacyBar.Library.Resource.Styleable.actionbar_background_item = LegacyBar.Sample.Resource.Styleable.actionbar_background_item; - LegacyBar.Library.Resource.Styleable.actionbar_is_bottom = LegacyBar.Sample.Resource.Styleable.actionbar_is_bottom; - LegacyBar.Library.Resource.Styleable.actionbar_light_icons = LegacyBar.Sample.Resource.Styleable.actionbar_light_icons; - LegacyBar.Library.Resource.Styleable.actionbar_separator = LegacyBar.Sample.Resource.Styleable.actionbar_separator; - LegacyBar.Library.Resource.Styleable.actionbar_theme = LegacyBar.Sample.Resource.Styleable.actionbar_theme; - LegacyBar.Library.Resource.Styleable.actionbar_title = LegacyBar.Sample.Resource.Styleable.actionbar_title; - LegacyBar.Library.Resource.Styleable.actionbar_title_color = LegacyBar.Sample.Resource.Styleable.actionbar_title_color; + global::LegacyBar.Library.Resource.Attribute.background = global::LegacyBar.Sample.Resource.Attribute.background; + global::LegacyBar.Library.Resource.Attribute.background_item = global::LegacyBar.Sample.Resource.Attribute.background_item; + global::LegacyBar.Library.Resource.Attribute.is_bottom = global::LegacyBar.Sample.Resource.Attribute.is_bottom; + global::LegacyBar.Library.Resource.Attribute.light_icons = global::LegacyBar.Sample.Resource.Attribute.light_icons; + global::LegacyBar.Library.Resource.Attribute.separator = global::LegacyBar.Sample.Resource.Attribute.separator; + global::LegacyBar.Library.Resource.Attribute.theme = global::LegacyBar.Sample.Resource.Attribute.theme; + global::LegacyBar.Library.Resource.Attribute.title = global::LegacyBar.Sample.Resource.Attribute.title; + global::LegacyBar.Library.Resource.Attribute.title_color = global::LegacyBar.Sample.Resource.Attribute.title_color; + global::LegacyBar.Library.Resource.Color.Red = global::LegacyBar.Sample.Resource.Color.Red; + global::LegacyBar.Library.Resource.Color.actionbar_accentcolor_black = global::LegacyBar.Sample.Resource.Color.actionbar_accentcolor_black; + global::LegacyBar.Library.Resource.Color.actionbar_accentcolor_blue = global::LegacyBar.Sample.Resource.Color.actionbar_accentcolor_blue; + global::LegacyBar.Library.Resource.Color.actionbar_accentcolor_darkgray = global::LegacyBar.Sample.Resource.Color.actionbar_accentcolor_darkgray; + global::LegacyBar.Library.Resource.Color.actionbar_accentcolor_lightgray = global::LegacyBar.Sample.Resource.Color.actionbar_accentcolor_lightgray; + global::LegacyBar.Library.Resource.Color.actionbar_background_end = global::LegacyBar.Sample.Resource.Color.actionbar_background_end; + global::LegacyBar.Library.Resource.Color.actionbar_background_end_alt = global::LegacyBar.Sample.Resource.Color.actionbar_background_end_alt; + global::LegacyBar.Library.Resource.Color.actionbar_background_item_pressed_end = global::LegacyBar.Sample.Resource.Color.actionbar_background_item_pressed_end; + global::LegacyBar.Library.Resource.Color.actionbar_background_item_pressed_end_alt = global::LegacyBar.Sample.Resource.Color.actionbar_background_item_pressed_end_alt; + global::LegacyBar.Library.Resource.Color.actionbar_background_item_pressed_start = global::LegacyBar.Sample.Resource.Color.actionbar_background_item_pressed_start; + global::LegacyBar.Library.Resource.Color.actionbar_background_item_pressed_start_alt = global::LegacyBar.Sample.Resource.Color.actionbar_background_item_pressed_start_alt; + global::LegacyBar.Library.Resource.Color.actionbar_background_start = global::LegacyBar.Sample.Resource.Color.actionbar_background_start; + global::LegacyBar.Library.Resource.Color.actionbar_background_start_alt = global::LegacyBar.Sample.Resource.Color.actionbar_background_start_alt; + global::LegacyBar.Library.Resource.Color.actionbar_maincolor_black = global::LegacyBar.Sample.Resource.Color.actionbar_maincolor_black; + global::LegacyBar.Library.Resource.Color.actionbar_maincolor_blue = global::LegacyBar.Sample.Resource.Color.actionbar_maincolor_blue; + global::LegacyBar.Library.Resource.Color.actionbar_maincolor_darkgray = global::LegacyBar.Sample.Resource.Color.actionbar_maincolor_darkgray; + global::LegacyBar.Library.Resource.Color.actionbar_maincolor_lightgray = global::LegacyBar.Sample.Resource.Color.actionbar_maincolor_lightgray; + global::LegacyBar.Library.Resource.Color.actionbar_pressedcolor_black = global::LegacyBar.Sample.Resource.Color.actionbar_pressedcolor_black; + global::LegacyBar.Library.Resource.Color.actionbar_pressedcolor_blue = global::LegacyBar.Sample.Resource.Color.actionbar_pressedcolor_blue; + global::LegacyBar.Library.Resource.Color.actionbar_pressedcolor_darkgray = global::LegacyBar.Sample.Resource.Color.actionbar_pressedcolor_darkgray; + global::LegacyBar.Library.Resource.Color.actionbar_pressedcolor_lightgray = global::LegacyBar.Sample.Resource.Color.actionbar_pressedcolor_lightgray; + global::LegacyBar.Library.Resource.Color.actionbar_separator = global::LegacyBar.Sample.Resource.Color.actionbar_separator; + global::LegacyBar.Library.Resource.Color.actionbar_separator_alt = global::LegacyBar.Sample.Resource.Color.actionbar_separator_alt; + global::LegacyBar.Library.Resource.Color.actionbar_separator_black = global::LegacyBar.Sample.Resource.Color.actionbar_separator_black; + global::LegacyBar.Library.Resource.Color.actionbar_separator_blue = global::LegacyBar.Sample.Resource.Color.actionbar_separator_blue; + global::LegacyBar.Library.Resource.Color.actionbar_separator_darkgray = global::LegacyBar.Sample.Resource.Color.actionbar_separator_darkgray; + global::LegacyBar.Library.Resource.Color.actionbar_separator_lightgray = global::LegacyBar.Sample.Resource.Color.actionbar_separator_lightgray; + global::LegacyBar.Library.Resource.Color.actionbar_title = global::LegacyBar.Sample.Resource.Color.actionbar_title; + global::LegacyBar.Library.Resource.Color.actionbar_title_alt = global::LegacyBar.Sample.Resource.Color.actionbar_title_alt; + global::LegacyBar.Library.Resource.Color.actionbar_title_black = global::LegacyBar.Sample.Resource.Color.actionbar_title_black; + global::LegacyBar.Library.Resource.Color.actionbar_title_blue = global::LegacyBar.Sample.Resource.Color.actionbar_title_blue; + global::LegacyBar.Library.Resource.Color.actionbar_title_darkgray = global::LegacyBar.Sample.Resource.Color.actionbar_title_darkgray; + global::LegacyBar.Library.Resource.Color.actionbar_title_lightgray = global::LegacyBar.Sample.Resource.Color.actionbar_title_lightgray; + global::LegacyBar.Library.Resource.Color.black = global::LegacyBar.Sample.Resource.Color.black; + global::LegacyBar.Library.Resource.Color.blue = global::LegacyBar.Sample.Resource.Color.blue; + global::LegacyBar.Library.Resource.Color.bottomactionbar_background_end = global::LegacyBar.Sample.Resource.Color.bottomactionbar_background_end; + global::LegacyBar.Library.Resource.Color.bottomactionbar_background_item_pressed_end = global::LegacyBar.Sample.Resource.Color.bottomactionbar_background_item_pressed_end; + global::LegacyBar.Library.Resource.Color.bottomactionbar_background_item_pressed_start = global::LegacyBar.Sample.Resource.Color.bottomactionbar_background_item_pressed_start; + global::LegacyBar.Library.Resource.Color.bottomactionbar_background_start = global::LegacyBar.Sample.Resource.Color.bottomactionbar_background_start; + global::LegacyBar.Library.Resource.Color.bottomactionbar_maincolor_black = global::LegacyBar.Sample.Resource.Color.bottomactionbar_maincolor_black; + global::LegacyBar.Library.Resource.Color.bottomactionbar_maincolor_blue = global::LegacyBar.Sample.Resource.Color.bottomactionbar_maincolor_blue; + global::LegacyBar.Library.Resource.Color.bottomactionbar_maincolor_darkgray = global::LegacyBar.Sample.Resource.Color.bottomactionbar_maincolor_darkgray; + global::LegacyBar.Library.Resource.Color.bottomactionbar_maincolor_lightgray = global::LegacyBar.Sample.Resource.Color.bottomactionbar_maincolor_lightgray; + global::LegacyBar.Library.Resource.Color.bottomactionbar_pressedcolor_black = global::LegacyBar.Sample.Resource.Color.bottomactionbar_pressedcolor_black; + global::LegacyBar.Library.Resource.Color.bottomactionbar_pressedcolor_blue = global::LegacyBar.Sample.Resource.Color.bottomactionbar_pressedcolor_blue; + global::LegacyBar.Library.Resource.Color.bottomactionbar_pressedcolor_darkgray = global::LegacyBar.Sample.Resource.Color.bottomactionbar_pressedcolor_darkgray; + global::LegacyBar.Library.Resource.Color.bottomactionbar_pressedcolor_lightgray = global::LegacyBar.Sample.Resource.Color.bottomactionbar_pressedcolor_lightgray; + global::LegacyBar.Library.Resource.Color.bottomactionbar_separator = global::LegacyBar.Sample.Resource.Color.bottomactionbar_separator; + global::LegacyBar.Library.Resource.Color.bottomactionbar_title = global::LegacyBar.Sample.Resource.Color.bottomactionbar_title; + global::LegacyBar.Library.Resource.Color.green = global::LegacyBar.Sample.Resource.Color.green; + global::LegacyBar.Library.Resource.Color.grey = global::LegacyBar.Sample.Resource.Color.grey; + global::LegacyBar.Library.Resource.Color.pager_black = global::LegacyBar.Sample.Resource.Color.pager_black; + global::LegacyBar.Library.Resource.Color.pager_blue = global::LegacyBar.Sample.Resource.Color.pager_blue; + global::LegacyBar.Library.Resource.Color.pager_darkgray = global::LegacyBar.Sample.Resource.Color.pager_darkgray; + global::LegacyBar.Library.Resource.Color.pager_lightgray = global::LegacyBar.Sample.Resource.Color.pager_lightgray; + global::LegacyBar.Library.Resource.Color.red = global::LegacyBar.Sample.Resource.Color.red; + global::LegacyBar.Library.Resource.Color.white = global::LegacyBar.Sample.Resource.Color.white; + global::LegacyBar.Library.Resource.Color.yellow = global::LegacyBar.Sample.Resource.Color.yellow; + global::LegacyBar.Library.Resource.Dimension.actionbar_accentheight = global::LegacyBar.Sample.Resource.Dimension.actionbar_accentheight; + global::LegacyBar.Library.Resource.Dimension.actionbar_height = global::LegacyBar.Sample.Resource.Dimension.actionbar_height; + global::LegacyBar.Library.Resource.Dimension.actionbar_home_item_width = global::LegacyBar.Sample.Resource.Dimension.actionbar_home_item_width; + global::LegacyBar.Library.Resource.Dimension.actionbar_item_height = global::LegacyBar.Sample.Resource.Dimension.actionbar_item_height; + global::LegacyBar.Library.Resource.Dimension.actionbar_item_height_over = global::LegacyBar.Sample.Resource.Dimension.actionbar_item_height_over; + global::LegacyBar.Library.Resource.Dimension.actionbar_item_height_overflow = global::LegacyBar.Sample.Resource.Dimension.actionbar_item_height_overflow; + global::LegacyBar.Library.Resource.Dimension.actionbar_item_width = global::LegacyBar.Sample.Resource.Dimension.actionbar_item_width; + global::LegacyBar.Library.Resource.Drawable.actionbar_back_indicator = global::LegacyBar.Sample.Resource.Drawable.actionbar_back_indicator; + global::LegacyBar.Library.Resource.Drawable.actionbar_back_indicator_dark = global::LegacyBar.Sample.Resource.Drawable.actionbar_back_indicator_dark; + global::LegacyBar.Library.Resource.Drawable.actionbar_background = global::LegacyBar.Sample.Resource.Drawable.actionbar_background; + global::LegacyBar.Library.Resource.Drawable.actionbar_background_alt = global::LegacyBar.Sample.Resource.Drawable.actionbar_background_alt; + global::LegacyBar.Library.Resource.Drawable.actionbar_background_black = global::LegacyBar.Sample.Resource.Drawable.actionbar_background_black; + global::LegacyBar.Library.Resource.Drawable.actionbar_background_blue = global::LegacyBar.Sample.Resource.Drawable.actionbar_background_blue; + global::LegacyBar.Library.Resource.Drawable.actionbar_background_darkgray = global::LegacyBar.Sample.Resource.Drawable.actionbar_background_darkgray; + global::LegacyBar.Library.Resource.Drawable.actionbar_background_lightgray = global::LegacyBar.Sample.Resource.Drawable.actionbar_background_lightgray; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_alt = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_alt; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_black = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_black; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_blue = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_blue; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_darkgray = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_darkgray; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_lightgray = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_lightgray; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_normal = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_normal; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_normal_alt = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_normal_alt; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_pressed = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_pressed; + global::LegacyBar.Library.Resource.Drawable.actionbar_btn_pressed_alt = global::LegacyBar.Sample.Resource.Drawable.actionbar_btn_pressed_alt; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_background = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_background; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_background_black = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_background_black; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_background_blue = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_background_blue; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_background_darkgray = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_background_darkgray; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_background_lightgray = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_background_lightgray; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_btn = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_black = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_black; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_blue = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_blue; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_darkgray = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_darkgray; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_lightgray = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_lightgray; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_normal = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_normal; + global::LegacyBar.Library.Resource.Drawable.bottomactionbar_btn_pressed = global::LegacyBar.Sample.Resource.Drawable.bottomactionbar_btn_pressed; + global::LegacyBar.Library.Resource.Drawable.dropdown_btn_holo_dark = global::LegacyBar.Sample.Resource.Drawable.dropdown_btn_holo_dark; + global::LegacyBar.Library.Resource.Drawable.dropdown_btn_holo_light = global::LegacyBar.Sample.Resource.Drawable.dropdown_btn_holo_light; + global::LegacyBar.Library.Resource.Drawable.dropdown_disabled_holo_dark = global::LegacyBar.Sample.Resource.Drawable.dropdown_disabled_holo_dark; + global::LegacyBar.Library.Resource.Drawable.dropdown_disabled_holo_light = global::LegacyBar.Sample.Resource.Drawable.dropdown_disabled_holo_light; + global::LegacyBar.Library.Resource.Drawable.dropdown_focused_holo_dark = global::LegacyBar.Sample.Resource.Drawable.dropdown_focused_holo_dark; + global::LegacyBar.Library.Resource.Drawable.dropdown_focused_holo_light = global::LegacyBar.Sample.Resource.Drawable.dropdown_focused_holo_light; + global::LegacyBar.Library.Resource.Drawable.dropdown_normal_holo_dark = global::LegacyBar.Sample.Resource.Drawable.dropdown_normal_holo_dark; + global::LegacyBar.Library.Resource.Drawable.dropdown_normal_holo_light = global::LegacyBar.Sample.Resource.Drawable.dropdown_normal_holo_light; + global::LegacyBar.Library.Resource.Drawable.dropdown_pressed_holo_dark = global::LegacyBar.Sample.Resource.Drawable.dropdown_pressed_holo_dark; + global::LegacyBar.Library.Resource.Drawable.dropdown_pressed_holo_light = global::LegacyBar.Sample.Resource.Drawable.dropdown_pressed_holo_light; + global::LegacyBar.Library.Resource.Drawable.ic_action_overflow = global::LegacyBar.Sample.Resource.Drawable.ic_action_overflow; + global::LegacyBar.Library.Resource.Drawable.ic_action_overflow_dark = global::LegacyBar.Sample.Resource.Drawable.ic_action_overflow_dark; + global::LegacyBar.Library.Resource.Id.actionbar_actions = global::LegacyBar.Sample.Resource.Id.actionbar_actions; + global::LegacyBar.Library.Resource.Id.actionbar_home = global::LegacyBar.Sample.Resource.Id.actionbar_home; + global::LegacyBar.Library.Resource.Id.actionbar_home_bg = global::LegacyBar.Sample.Resource.Id.actionbar_home_bg; + global::LegacyBar.Library.Resource.Id.actionbar_home_btn = global::LegacyBar.Sample.Resource.Id.actionbar_home_btn; + global::LegacyBar.Library.Resource.Id.actionbar_home_is_back = global::LegacyBar.Sample.Resource.Id.actionbar_home_is_back; + global::LegacyBar.Library.Resource.Id.actionbar_home_logo = global::LegacyBar.Sample.Resource.Id.actionbar_home_logo; + global::LegacyBar.Library.Resource.Id.actionbar_item = global::LegacyBar.Sample.Resource.Id.actionbar_item; + global::LegacyBar.Library.Resource.Id.actionbar_progress = global::LegacyBar.Sample.Resource.Id.actionbar_progress; + global::LegacyBar.Library.Resource.Id.actionbar_spinner = global::LegacyBar.Sample.Resource.Id.actionbar_spinner; + global::LegacyBar.Library.Resource.Id.actionbar_title = global::LegacyBar.Sample.Resource.Id.actionbar_title; + global::LegacyBar.Library.Resource.Id.actionbar_title_layout = global::LegacyBar.Sample.Resource.Id.actionbar_title_layout; + global::LegacyBar.Library.Resource.Id.custom = global::LegacyBar.Sample.Resource.Id.custom; + global::LegacyBar.Library.Resource.Id.holo_black = global::LegacyBar.Sample.Resource.Id.holo_black; + global::LegacyBar.Library.Resource.Id.holo_blue = global::LegacyBar.Sample.Resource.Id.holo_blue; + global::LegacyBar.Library.Resource.Id.holo_gray = global::LegacyBar.Sample.Resource.Id.holo_gray; + global::LegacyBar.Library.Resource.Id.holo_light = global::LegacyBar.Sample.Resource.Id.holo_light; + global::LegacyBar.Library.Resource.Id.overflow_spinner = global::LegacyBar.Sample.Resource.Id.overflow_spinner; + global::LegacyBar.Library.Resource.Id.screen = global::LegacyBar.Sample.Resource.Id.screen; + global::LegacyBar.Library.Resource.Layout.actionbar = global::LegacyBar.Sample.Resource.Layout.actionbar; + global::LegacyBar.Library.Resource.Layout.actionbar_item = global::LegacyBar.Sample.Resource.Layout.actionbar_item; + global::LegacyBar.Library.Resource.Layout.blankspinner = global::LegacyBar.Sample.Resource.Layout.blankspinner; + global::LegacyBar.Library.Resource.Layout.overflowactionbar_item = global::LegacyBar.Sample.Resource.Layout.overflowactionbar_item; + global::LegacyBar.Library.Resource.Layout.spinneritem = global::LegacyBar.Sample.Resource.Layout.spinneritem; + global::LegacyBar.Library.Resource.String.actionbar_activity_not_found = global::LegacyBar.Sample.Resource.String.actionbar_activity_not_found; + global::LegacyBar.Library.Resource.Style.actionbar = global::LegacyBar.Sample.Resource.Style.actionbar; + global::LegacyBar.Library.Resource.Style.actionbarhomeitem = global::LegacyBar.Sample.Resource.Style.actionbarhomeitem; + global::LegacyBar.Library.Resource.Style.actionbarhomelogo = global::LegacyBar.Sample.Resource.Style.actionbarhomelogo; + global::LegacyBar.Library.Resource.Style.actionbaritem = global::LegacyBar.Sample.Resource.Style.actionbaritem; + global::LegacyBar.Library.Resource.Style.actionbarprogressbar = global::LegacyBar.Sample.Resource.Style.actionbarprogressbar; + global::LegacyBar.Library.Resource.Style.clearbutton = global::LegacyBar.Sample.Resource.Style.clearbutton; + global::LegacyBar.Library.Resource.Styleable.actionbar = global::LegacyBar.Sample.Resource.Styleable.actionbar; + global::LegacyBar.Library.Resource.Styleable.actionbar_background = global::LegacyBar.Sample.Resource.Styleable.actionbar_background; + global::LegacyBar.Library.Resource.Styleable.actionbar_background_item = global::LegacyBar.Sample.Resource.Styleable.actionbar_background_item; + global::LegacyBar.Library.Resource.Styleable.actionbar_is_bottom = global::LegacyBar.Sample.Resource.Styleable.actionbar_is_bottom; + global::LegacyBar.Library.Resource.Styleable.actionbar_light_icons = global::LegacyBar.Sample.Resource.Styleable.actionbar_light_icons; + global::LegacyBar.Library.Resource.Styleable.actionbar_separator = global::LegacyBar.Sample.Resource.Styleable.actionbar_separator; + global::LegacyBar.Library.Resource.Styleable.actionbar_theme = global::LegacyBar.Sample.Resource.Styleable.actionbar_theme; + global::LegacyBar.Library.Resource.Styleable.actionbar_title = global::LegacyBar.Sample.Resource.Styleable.actionbar_title; + global::LegacyBar.Library.Resource.Styleable.actionbar_title_color = global::LegacyBar.Sample.Resource.Styleable.actionbar_title_color; } public partial class Attribute @@ -204,6 +209,11 @@ public partial class Attribute // aapt resource value: 0x7f010001 public const int title_color = 2130771969; + static Attribute() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + private Attribute() { } @@ -212,179 +222,184 @@ private Attribute() public partial class Color { - // aapt resource value: 0x7f050039 - public const int Red = 2131034169; + // aapt resource value: 0x7f040039 + public const int Red = 2130968633; - // aapt resource value: 0x7f050023 - public const int actionbar_accentcolor_black = 2131034147; + // aapt resource value: 0x7f040023 + public const int actionbar_accentcolor_black = 2130968611; - // aapt resource value: 0x7f05002b - public const int actionbar_accentcolor_blue = 2131034155; + // aapt resource value: 0x7f04002b + public const int actionbar_accentcolor_blue = 2130968619; - // aapt resource value: 0x7f05001b - public const int actionbar_accentcolor_darkgray = 2131034139; + // aapt resource value: 0x7f04001b + public const int actionbar_accentcolor_darkgray = 2130968603; - // aapt resource value: 0x7f050013 - public const int actionbar_accentcolor_lightgray = 2131034131; + // aapt resource value: 0x7f040013 + public const int actionbar_accentcolor_lightgray = 2130968595; - // aapt resource value: 0x7f050003 - public const int actionbar_background_end = 2131034115; + // aapt resource value: 0x7f040003 + public const int actionbar_background_end = 2130968579; - // aapt resource value: 0x7f050009 - public const int actionbar_background_end_alt = 2131034121; + // aapt resource value: 0x7f040009 + public const int actionbar_background_end_alt = 2130968585; - // aapt resource value: 0x7f050005 - public const int actionbar_background_item_pressed_end = 2131034117; + // aapt resource value: 0x7f040005 + public const int actionbar_background_item_pressed_end = 2130968581; - // aapt resource value: 0x7f05000b - public const int actionbar_background_item_pressed_end_alt = 2131034123; + // aapt resource value: 0x7f04000b + public const int actionbar_background_item_pressed_end_alt = 2130968587; - // aapt resource value: 0x7f050004 - public const int actionbar_background_item_pressed_start = 2131034116; + // aapt resource value: 0x7f040004 + public const int actionbar_background_item_pressed_start = 2130968580; - // aapt resource value: 0x7f05000a - public const int actionbar_background_item_pressed_start_alt = 2131034122; + // aapt resource value: 0x7f04000a + public const int actionbar_background_item_pressed_start_alt = 2130968586; - // aapt resource value: 0x7f050002 - public const int actionbar_background_start = 2131034114; + // aapt resource value: 0x7f040002 + public const int actionbar_background_start = 2130968578; + + // aapt resource value: 0x7f040008 + public const int actionbar_background_start_alt = 2130968584; - // aapt resource value: 0x7f050008 - public const int actionbar_background_start_alt = 2131034120; + // aapt resource value: 0x7f040022 + public const int actionbar_maincolor_black = 2130968610; - // aapt resource value: 0x7f050022 - public const int actionbar_maincolor_black = 2131034146; + // aapt resource value: 0x7f04002a + public const int actionbar_maincolor_blue = 2130968618; - // aapt resource value: 0x7f05002a - public const int actionbar_maincolor_blue = 2131034154; + // aapt resource value: 0x7f04001a + public const int actionbar_maincolor_darkgray = 2130968602; - // aapt resource value: 0x7f05001a - public const int actionbar_maincolor_darkgray = 2131034138; + // aapt resource value: 0x7f040012 + public const int actionbar_maincolor_lightgray = 2130968594; - // aapt resource value: 0x7f050012 - public const int actionbar_maincolor_lightgray = 2131034130; + // aapt resource value: 0x7f040024 + public const int actionbar_pressedcolor_black = 2130968612; - // aapt resource value: 0x7f050024 - public const int actionbar_pressedcolor_black = 2131034148; + // aapt resource value: 0x7f04002c + public const int actionbar_pressedcolor_blue = 2130968620; - // aapt resource value: 0x7f05002c - public const int actionbar_pressedcolor_blue = 2131034156; + // aapt resource value: 0x7f04001c + public const int actionbar_pressedcolor_darkgray = 2130968604; - // aapt resource value: 0x7f05001c - public const int actionbar_pressedcolor_darkgray = 2131034140; + // aapt resource value: 0x7f040014 + public const int actionbar_pressedcolor_lightgray = 2130968596; - // aapt resource value: 0x7f050014 - public const int actionbar_pressedcolor_lightgray = 2131034132; + // aapt resource value: 0x7f040000 + public const int actionbar_separator = 2130968576; - // aapt resource value: 0x7f050000 - public const int actionbar_separator = 2131034112; + // aapt resource value: 0x7f040006 + public const int actionbar_separator_alt = 2130968582; - // aapt resource value: 0x7f050006 - public const int actionbar_separator_alt = 2131034118; + // aapt resource value: 0x7f040026 + public const int actionbar_separator_black = 2130968614; - // aapt resource value: 0x7f050026 - public const int actionbar_separator_black = 2131034150; + // aapt resource value: 0x7f04002e + public const int actionbar_separator_blue = 2130968622; - // aapt resource value: 0x7f05002e - public const int actionbar_separator_blue = 2131034158; + // aapt resource value: 0x7f04001e + public const int actionbar_separator_darkgray = 2130968606; - // aapt resource value: 0x7f05001e - public const int actionbar_separator_darkgray = 2131034142; + // aapt resource value: 0x7f040016 + public const int actionbar_separator_lightgray = 2130968598; - // aapt resource value: 0x7f050016 - public const int actionbar_separator_lightgray = 2131034134; + // aapt resource value: 0x7f040001 + public const int actionbar_title = 2130968577; - // aapt resource value: 0x7f050001 - public const int actionbar_title = 2131034113; + // aapt resource value: 0x7f040007 + public const int actionbar_title_alt = 2130968583; - // aapt resource value: 0x7f050007 - public const int actionbar_title_alt = 2131034119; + // aapt resource value: 0x7f040025 + public const int actionbar_title_black = 2130968613; - // aapt resource value: 0x7f050025 - public const int actionbar_title_black = 2131034149; + // aapt resource value: 0x7f04002d + public const int actionbar_title_blue = 2130968621; - // aapt resource value: 0x7f05002d - public const int actionbar_title_blue = 2131034157; + // aapt resource value: 0x7f04001d + public const int actionbar_title_darkgray = 2130968605; - // aapt resource value: 0x7f05001d - public const int actionbar_title_darkgray = 2131034141; + // aapt resource value: 0x7f040015 + public const int actionbar_title_lightgray = 2130968597; - // aapt resource value: 0x7f050015 - public const int actionbar_title_lightgray = 2131034133; + // aapt resource value: 0x7f040033 + public const int black = 2130968627; - // aapt resource value: 0x7f050033 - public const int black = 2131034163; + // aapt resource value: 0x7f040036 + public const int blue = 2130968630; - // aapt resource value: 0x7f050036 - public const int blue = 2131034166; + // aapt resource value: 0x7f04000f + public const int bottomactionbar_background_end = 2130968591; - // aapt resource value: 0x7f05000f - public const int bottomactionbar_background_end = 2131034127; + // aapt resource value: 0x7f040010 + public const int bottomactionbar_background_item_pressed_end = 2130968592; - // aapt resource value: 0x7f050010 - public const int bottomactionbar_background_item_pressed_end = 2131034128; + // aapt resource value: 0x7f040011 + public const int bottomactionbar_background_item_pressed_start = 2130968593; - // aapt resource value: 0x7f050011 - public const int bottomactionbar_background_item_pressed_start = 2131034129; + // aapt resource value: 0x7f04000e + public const int bottomactionbar_background_start = 2130968590; - // aapt resource value: 0x7f05000e - public const int bottomactionbar_background_start = 2131034126; + // aapt resource value: 0x7f040027 + public const int bottomactionbar_maincolor_black = 2130968615; - // aapt resource value: 0x7f050027 - public const int bottomactionbar_maincolor_black = 2131034151; + // aapt resource value: 0x7f04002f + public const int bottomactionbar_maincolor_blue = 2130968623; - // aapt resource value: 0x7f05002f - public const int bottomactionbar_maincolor_blue = 2131034159; + // aapt resource value: 0x7f04001f + public const int bottomactionbar_maincolor_darkgray = 2130968607; - // aapt resource value: 0x7f05001f - public const int bottomactionbar_maincolor_darkgray = 2131034143; + // aapt resource value: 0x7f040017 + public const int bottomactionbar_maincolor_lightgray = 2130968599; - // aapt resource value: 0x7f050017 - public const int bottomactionbar_maincolor_lightgray = 2131034135; + // aapt resource value: 0x7f040028 + public const int bottomactionbar_pressedcolor_black = 2130968616; - // aapt resource value: 0x7f050028 - public const int bottomactionbar_pressedcolor_black = 2131034152; + // aapt resource value: 0x7f040030 + public const int bottomactionbar_pressedcolor_blue = 2130968624; - // aapt resource value: 0x7f050030 - public const int bottomactionbar_pressedcolor_blue = 2131034160; + // aapt resource value: 0x7f040020 + public const int bottomactionbar_pressedcolor_darkgray = 2130968608; - // aapt resource value: 0x7f050020 - public const int bottomactionbar_pressedcolor_darkgray = 2131034144; + // aapt resource value: 0x7f040018 + public const int bottomactionbar_pressedcolor_lightgray = 2130968600; - // aapt resource value: 0x7f050018 - public const int bottomactionbar_pressedcolor_lightgray = 2131034136; + // aapt resource value: 0x7f04000c + public const int bottomactionbar_separator = 2130968588; - // aapt resource value: 0x7f05000c - public const int bottomactionbar_separator = 2131034124; + // aapt resource value: 0x7f04000d + public const int bottomactionbar_title = 2130968589; - // aapt resource value: 0x7f05000d - public const int bottomactionbar_title = 2131034125; + // aapt resource value: 0x7f040034 + public const int green = 2130968628; - // aapt resource value: 0x7f050034 - public const int green = 2131034164; + // aapt resource value: 0x7f040037 + public const int grey = 2130968631; - // aapt resource value: 0x7f050037 - public const int grey = 2131034167; + // aapt resource value: 0x7f040029 + public const int pager_black = 2130968617; - // aapt resource value: 0x7f050029 - public const int pager_black = 2131034153; + // aapt resource value: 0x7f040031 + public const int pager_blue = 2130968625; - // aapt resource value: 0x7f050031 - public const int pager_blue = 2131034161; + // aapt resource value: 0x7f040021 + public const int pager_darkgray = 2130968609; - // aapt resource value: 0x7f050021 - public const int pager_darkgray = 2131034145; + // aapt resource value: 0x7f040019 + public const int pager_lightgray = 2130968601; - // aapt resource value: 0x7f050019 - public const int pager_lightgray = 2131034137; + // aapt resource value: 0x7f040035 + public const int red = 2130968629; - // aapt resource value: 0x7f050035 - public const int red = 2131034165; + // aapt resource value: 0x7f040032 + public const int white = 2130968626; - // aapt resource value: 0x7f050032 - public const int white = 2131034162; + // aapt resource value: 0x7f040038 + public const int yellow = 2130968632; - // aapt resource value: 0x7f050038 - public const int yellow = 2131034168; + static Color() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Color() { @@ -394,26 +409,31 @@ private Color() public partial class Dimension { - // aapt resource value: 0x7f060000 - public const int actionbar_accentheight = 2131099648; + // aapt resource value: 0x7f050000 + public const int actionbar_accentheight = 2131034112; - // aapt resource value: 0x7f060001 - public const int actionbar_height = 2131099649; + // aapt resource value: 0x7f050001 + public const int actionbar_height = 2131034113; - // aapt resource value: 0x7f060005 - public const int actionbar_home_item_width = 2131099653; + // aapt resource value: 0x7f050005 + public const int actionbar_home_item_width = 2131034117; - // aapt resource value: 0x7f060002 - public const int actionbar_item_height = 2131099650; + // aapt resource value: 0x7f050002 + public const int actionbar_item_height = 2131034114; - // aapt resource value: 0x7f060006 - public const int actionbar_item_height_over = 2131099654; + // aapt resource value: 0x7f050006 + public const int actionbar_item_height_over = 2131034118; - // aapt resource value: 0x7f060003 - public const int actionbar_item_height_overflow = 2131099651; + // aapt resource value: 0x7f050003 + public const int actionbar_item_height_overflow = 2131034115; - // aapt resource value: 0x7f060004 - public const int actionbar_item_width = 2131099652; + // aapt resource value: 0x7f050004 + public const int actionbar_item_width = 2131034116; + + static Dimension() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Dimension() { @@ -618,6 +638,11 @@ public partial class Drawable // aapt resource value: 0x7f020040 public const int icon = 2130837568; + static Drawable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + private Drawable() { } @@ -626,137 +651,142 @@ private Drawable() public partial class Id { - // aapt resource value: 0x7f040011 - public const int actionbar = 2130968593; + // aapt resource value: 0x7f090011 + public const int actionbar = 2131296273; - // aapt resource value: 0x7f04000b - public const int actionbar_actions = 2130968587; + // aapt resource value: 0x7f09000b + public const int actionbar_actions = 2131296267; - // aapt resource value: 0x7f040006 - public const int actionbar_home = 2130968582; + // aapt resource value: 0x7f090006 + public const int actionbar_home = 2131296262; - // aapt resource value: 0x7f040008 - public const int actionbar_home_bg = 2130968584; + // aapt resource value: 0x7f090008 + public const int actionbar_home_bg = 2131296264; - // aapt resource value: 0x7f040009 - public const int actionbar_home_btn = 2130968585; + // aapt resource value: 0x7f090009 + public const int actionbar_home_btn = 2131296265; - // aapt resource value: 0x7f04000a - public const int actionbar_home_is_back = 2130968586; + // aapt resource value: 0x7f09000a + public const int actionbar_home_is_back = 2131296266; - // aapt resource value: 0x7f040007 - public const int actionbar_home_logo = 2130968583; + // aapt resource value: 0x7f090007 + public const int actionbar_home_logo = 2131296263; - // aapt resource value: 0x7f040010 - public const int actionbar_item = 2130968592; + // aapt resource value: 0x7f090010 + public const int actionbar_item = 2131296272; - // aapt resource value: 0x7f04000d - public const int actionbar_progress = 2130968589; + // aapt resource value: 0x7f09000d + public const int actionbar_progress = 2131296269; - // aapt resource value: 0x7f04000f - public const int actionbar_spinner = 2130968591; + // aapt resource value: 0x7f09000f + public const int actionbar_spinner = 2131296271; - // aapt resource value: 0x7f04000e - public const int actionbar_title = 2130968590; + // aapt resource value: 0x7f09000e + public const int actionbar_title = 2131296270; - // aapt resource value: 0x7f04000c - public const int actionbar_title_layout = 2130968588; + // aapt resource value: 0x7f09000c + public const int actionbar_title_layout = 2131296268; - // aapt resource value: 0x7f040017 - public const int add_action = 2130968599; + // aapt resource value: 0x7f090017 + public const int add_action = 2131296279; - // aapt resource value: 0x7f04001d - public const int black_activity = 2130968605; + // aapt resource value: 0x7f09001d + public const int black_activity = 2131296285; - // aapt resource value: 0x7f04001e - public const int blue_activity = 2130968606; + // aapt resource value: 0x7f09001e + public const int blue_activity = 2131296286; - // aapt resource value: 0x7f040012 - public const int bottomActionbar = 2130968594; + // aapt resource value: 0x7f090012 + public const int bottomActionbar = 2131296274; - // aapt resource value: 0x7f040000 - public const int custom = 2130968576; + // aapt resource value: 0x7f090000 + public const int custom = 2131296256; - // aapt resource value: 0x7f04001f - public const int dropdown_activity = 2130968607; + // aapt resource value: 0x7f09001f + public const int dropdown_activity = 2131296287; - // aapt resource value: 0x7f040020 - public const int fragment_activity = 2130968608; + // aapt resource value: 0x7f090020 + public const int fragment_activity = 2131296288; - // aapt resource value: 0x7f040022 - public const int fragment_text = 2130968610; + // aapt resource value: 0x7f090022 + public const int fragment_text = 2131296290; - // aapt resource value: 0x7f04001b - public const int gray_activity = 2130968603; + // aapt resource value: 0x7f09001b + public const int gray_activity = 2131296283; - // aapt resource value: 0x7f040003 - public const int holo_black = 2130968579; + // aapt resource value: 0x7f090001 + public const int holo_black = 2131296257; - // aapt resource value: 0x7f040004 - public const int holo_blue = 2130968580; + // aapt resource value: 0x7f090002 + public const int holo_blue = 2131296258; - // aapt resource value: 0x7f040002 - public const int holo_gray = 2130968578; + // aapt resource value: 0x7f090003 + public const int holo_gray = 2131296259; - // aapt resource value: 0x7f040001 - public const int holo_light = 2130968577; + // aapt resource value: 0x7f090004 + public const int holo_light = 2131296260; - // aapt resource value: 0x7f04001c - public const int light_activity = 2130968604; + // aapt resource value: 0x7f09001c + public const int light_activity = 2131296284; - // aapt resource value: 0x7f040026 - public const int menu_down = 2130968614; + // aapt resource value: 0x7f090026 + public const int menu_down = 2131296294; - // aapt resource value: 0x7f040024 - public const int menu_left = 2130968612; + // aapt resource value: 0x7f090024 + public const int menu_left = 2131296292; - // aapt resource value: 0x7f040028 - public const int menu_refresh = 2130968616; + // aapt resource value: 0x7f090028 + public const int menu_refresh = 2131296296; - // aapt resource value: 0x7f040023 - public const int menu_right = 2130968611; + // aapt resource value: 0x7f090023 + public const int menu_right = 2131296291; - // aapt resource value: 0x7f040027 - public const int menu_search = 2130968615; + // aapt resource value: 0x7f090027 + public const int menu_search = 2131296295; - // aapt resource value: 0x7f040029 - public const int menu_test1 = 2130968617; + // aapt resource value: 0x7f090029 + public const int menu_test1 = 2131296297; - // aapt resource value: 0x7f04002a - public const int menu_test2 = 2130968618; + // aapt resource value: 0x7f09002a + public const int menu_test2 = 2131296298; - // aapt resource value: 0x7f04002b - public const int menu_test3 = 2130968619; + // aapt resource value: 0x7f09002b + public const int menu_test3 = 2131296299; - // aapt resource value: 0x7f040025 - public const int menu_up = 2130968613; + // aapt resource value: 0x7f090025 + public const int menu_up = 2131296293; - // aapt resource value: 0x7f04001a - public const int other_activity = 2130968602; + // aapt resource value: 0x7f09001a + public const int other_activity = 2131296282; - // aapt resource value: 0x7f040021 - public const int overflow_spinner = 2130968609; + // aapt resource value: 0x7f090021 + public const int overflow_spinner = 2131296289; - // aapt resource value: 0x7f040013 - public const int pager = 2130968595; + // aapt resource value: 0x7f090013 + public const int pager = 2131296275; - // aapt resource value: 0x7f040018 - public const int remove_action = 2130968600; + // aapt resource value: 0x7f090018 + public const int remove_action = 2131296280; - // aapt resource value: 0x7f040016 - public const int remove_actions = 2130968598; + // aapt resource value: 0x7f090016 + public const int remove_actions = 2131296278; - // aapt resource value: 0x7f040019 - public const int remove_share_action = 2130968601; + // aapt resource value: 0x7f090019 + public const int remove_share_action = 2131296281; - // aapt resource value: 0x7f040005 - public const int screen = 2130968581; + // aapt resource value: 0x7f090005 + public const int screen = 2131296261; - // aapt resource value: 0x7f040014 - public const int start_progress = 2130968596; + // aapt resource value: 0x7f090014 + public const int start_progress = 2131296276; - // aapt resource value: 0x7f040015 - public const int stop_progress = 2130968597; + // aapt resource value: 0x7f090015 + public const int stop_progress = 2131296277; + + static Id() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Id() { @@ -805,6 +835,11 @@ public partial class Layout // aapt resource value: 0x7f03000c public const int spinneritem = 2130903052; + static Layout() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + private Layout() { } @@ -813,14 +848,19 @@ private Layout() public partial class Menu { - // aapt resource value: 0x7f090000 - public const int bottomactionbarmenus = 2131296256; + // aapt resource value: 0x7f080000 + public const int bottomactionbarmenus = 2131230720; - // aapt resource value: 0x7f090001 - public const int mainmenu = 2131296257; + // aapt resource value: 0x7f080001 + public const int mainmenu = 2131230721; - // aapt resource value: 0x7f090002 - public const int othermainmenu = 2131296258; + // aapt resource value: 0x7f080002 + public const int othermainmenu = 2131230722; + + static Menu() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Menu() { @@ -830,35 +870,40 @@ private Menu() public partial class String { - // aapt resource value: 0x7f070001 - public const int Hello = 2131165185; + // aapt resource value: 0x7f060001 + public const int Hello = 2131099649; - // aapt resource value: 0x7f070000 - public const int actionbar_activity_not_found = 2131165184; + // aapt resource value: 0x7f060000 + public const int actionbar_activity_not_found = 2131099648; - // aapt resource value: 0x7f070005 - public const int menu_string_down = 2131165189; + // aapt resource value: 0x7f060005 + public const int menu_string_down = 2131099653; - // aapt resource value: 0x7f070006 - public const int menu_string_left = 2131165190; + // aapt resource value: 0x7f060006 + public const int menu_string_left = 2131099654; - // aapt resource value: 0x7f070008 - public const int menu_string_refresh = 2131165192; + // aapt resource value: 0x7f060008 + public const int menu_string_refresh = 2131099656; - // aapt resource value: 0x7f070007 - public const int menu_string_right = 2131165191; + // aapt resource value: 0x7f060007 + public const int menu_string_right = 2131099655; - // aapt resource value: 0x7f070003 - public const int menu_string_search = 2131165187; + // aapt resource value: 0x7f060003 + public const int menu_string_search = 2131099651; - // aapt resource value: 0x7f070009 - public const int menu_string_sort = 2131165193; + // aapt resource value: 0x7f060009 + public const int menu_string_sort = 2131099657; - // aapt resource value: 0x7f070004 - public const int menu_string_up = 2131165188; + // aapt resource value: 0x7f060004 + public const int menu_string_up = 2131099652; - // aapt resource value: 0x7f070002 - public const int some_title = 2131165186; + // aapt resource value: 0x7f060002 + public const int some_title = 2131099650; + + static String() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private String() { @@ -868,26 +913,31 @@ private String() public partial class Style { - // aapt resource value: 0x7f080006 - public const int MyTheme = 2131230726; + // aapt resource value: 0x7f070006 + public const int MyTheme = 2131165190; - // aapt resource value: 0x7f080000 - public const int actionbar = 2131230720; + // aapt resource value: 0x7f070000 + public const int actionbar = 2131165184; - // aapt resource value: 0x7f080003 - public const int actionbarhomeitem = 2131230723; + // aapt resource value: 0x7f070003 + public const int actionbarhomeitem = 2131165187; - // aapt resource value: 0x7f080004 - public const int actionbarhomelogo = 2131230724; + // aapt resource value: 0x7f070004 + public const int actionbarhomelogo = 2131165188; - // aapt resource value: 0x7f080001 - public const int actionbaritem = 2131230721; + // aapt resource value: 0x7f070001 + public const int actionbaritem = 2131165185; - // aapt resource value: 0x7f080005 - public const int actionbarprogressbar = 2131230725; + // aapt resource value: 0x7f070005 + public const int actionbarprogressbar = 2131165189; - // aapt resource value: 0x7f080002 - public const int clearbutton = 2131230722; + // aapt resource value: 0x7f070002 + public const int clearbutton = 2131165186; + + static Style() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } private Style() { @@ -931,6 +981,11 @@ public partial class Styleable // aapt resource value: 1 public const int actionbar_title_color = 1; + static Styleable() + { + global::Android.Runtime.ResourceIdManager.UpdateIdValues(); + } + private Styleable() { } diff --git a/packages/Xamarin.Android.Support.v4.22.2.0.0/Xamarin.Android.Support.v4.22.2.0.0.nupkg b/packages/Xamarin.Android.Support.v4.22.2.0.0/Xamarin.Android.Support.v4.22.2.0.0.nupkg new file mode 100644 index 0000000..569c647 Binary files /dev/null and b/packages/Xamarin.Android.Support.v4.22.2.0.0/Xamarin.Android.Support.v4.22.2.0.0.nupkg differ diff --git a/packages/repositories.config b/packages/repositories.config new file mode 100644 index 0000000..a20ac9d --- /dev/null +++ b/packages/repositories.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file