diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index 76a52fcdc..41c3fe968 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -5,10 +5,9 @@
#
# To create a release:
# 1. Go to Actions tab → Package ably workflow
-# 2. Click "Run workflow" and enter the version number (e.g., 1.2.3)
+# 2. Click "Run workflow" and enter the version number (e.g., 2.0.0)
# 3. Download artifacts:
-# - ably-package: Main NuGet packages (.nupkg)
-# - ably-push-package: Push notification packages (.nupkg)
+# - ably-package: NuGet packages (.nupkg)
# - ably-unity-package: Unity package (.unitypackage)
# ============================================================================
@@ -40,45 +39,6 @@ jobs:
6.0.428
7.0.410
- - name: Setup Android SDK
- uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.2
-
- - name: Install Android SDK Platform 30
- shell: pwsh
- run: |
- echo "y" | & "$env:ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager.bat" "platforms;android-30"
- echo "y" | & "$env:ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager.bat" "build-tools;30.0.3"
-
- - name: Install legacy Xamarin
- shell: pwsh
- run: |
- # Install Xamarin.Android and Xamarin.iOS components via VS installer
- Write-Host "Installing Xamarin workload for VS 2022..."
- Write-Host "This may take several minutes..."
-
- & "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify `
- --installPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" `
- --add Microsoft.VisualStudio.Workload.XamarinBuildTools `
- --add Component.Xamarin `
- --wait
-
- Write-Host "Xamarin installation completed"
-
- # Verify installation
- Write-Host "Verifying Xamarin.iOS targets..."
- if (-not (Test-Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Xamarin\iOS\Xamarin.iOS.CSharp.targets")) {
- Write-Error "Xamarin.iOS targets not found at expected path"
- exit 1
- }
- Write-Host "Verified Xamarin.iOS installation"
-
- Write-Host "Verifying Xamarin.Android targets..."
- if (-not (Test-Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.CSharp.targets")) {
- Write-Error "Xamarin.Android targets not found at expected path"
- exit 1
- }
- Write-Host "Verified Xamarin.Android installation"
-
- name: Download cake tool
run: dotnet tool restore
@@ -94,67 +54,6 @@ jobs:
path: |
${{ github.workspace }}/*.nupkg
- package-push:
- runs-on: macos-14
- env:
- DOTNET_NOLOGO: true
-
- steps:
- - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- with:
- submodules: 'recursive'
- persist-credentials: false
-
- - name: Setup Xcode
- uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0
- with:
- xcode-version: '14.3'
-
- - name: Setup Android SDK
- uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.2
-
- - name: Install Android SDK Platform 30
- run: |
- yes | "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" "platforms;android-30"
- yes | "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" "build-tools;30.0.3"
-
- - name: Download dotnet framework
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
- with:
- dotnet-version: |
- 3.1.426
- 6.0.428
- 7.0.410
-
- - name: Install legacy Xamarin
- run: |
- # macOS 13 runners should have Xamarin pre-installed
- # Verify Xamarin.iOS and Xamarin.Android are available
- ls -la "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/" || true
- ls -la "/Library/Frameworks/Xamarin.iOS.framework/" || true
-
- # If not found, install via brew
- if [ ! -d "/Library/Frameworks/Xamarin.iOS.framework/" ]; then
- echo "Installing Xamarin via brew..."
- brew install --cask xamarin-ios || true
- brew install --cask xamarin-android || true
- fi
-
- - name: Download cake tool
- run: dotnet tool restore
-
- - name: Package Push (iOS & Android)
- env:
- VERSION: ${{ github.event.inputs.version }}
- run: ./package-push.sh "$VERSION"
-
- - name: Archive push packages
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
- with:
- name: ably-push-package
- path: |
- ${{ github.workspace }}/*.nupkg
-
package-unity:
runs-on: ubuntu-22.04
steps:
@@ -187,7 +86,7 @@ jobs:
merge-artifacts:
runs-on: ubuntu-22.04
- needs: [package-library, package-push, package-unity]
+ needs: [package-library, package-unity]
steps:
- name: Download all artifacts
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -206,14 +105,6 @@ jobs:
echo "Warning: ably-package artifact not found"
fi
- # Copy all .nupkg files from ably-push-package
- if [ -d "artifacts/ably-push-package" ]; then
- find artifacts/ably-push-package -name "*.nupkg" -exec cp {} output-package/ \;
- echo "Copied .nupkg files from ably-push-package"
- else
- echo "Warning: ably-push-package artifact not found"
- fi
-
# Copy .unitypackage file
if [ -d "artifacts/ably-unity-package" ]; then
find artifacts/ably-unity-package -name "*.unitypackage" -exec cp {} output-package/ \;
diff --git a/.gitignore b/.gitignore
index c7c40f2de..15640b317 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,10 @@ bld/
# NUNIT
*.VisualState.xml
TestResult.xml
+*.trx
+
+# Cake test output (paths.cake: TestResults = test-results/)
+test-results/
# Chutzpah Test files
_Chutzpah*
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 157f89533..3a7d53744 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -22,12 +22,12 @@ If you want to incorporate `ably-dotnet` into your project from source (perhaps
2. Open the solution you want to reference ably-dotnet from
3. In Solution Explorer right click the root node (it will be labelled Solution 'YourSolutionName')
4. Select Add > Existing Project from the context menu
-5. Browse to the ably-dotnet repository and add ably-dotnet\src\IO.Ably.Shared\IO.Ably.Shared.shproj
-6. Browse to the ably-dotnet repository and add the project that corresponds to your target platform, so if you are targeting .NET Framework (AKA Classic .NET) you would add ably-dotnet\src\IO.Ably.NETFramework\IO.Ably.NETFramework.csproj, if you are targeting .NET Core 2 then chose ably-dotnet\src\IO.Ably.NetStandard20\IO.Ably.NetStandard20.csproj and so on.
+5. Browse to the ably-dotnet repository and add ably-dotnet\src\Ably.PubSub.Shared\Ably.PubSub.Shared.shproj
+6. Browse to the ably-dotnet repository and add the project that corresponds to your target platform, so if you are targeting .NET Framework (AKA Classic .NET) you would add ably-dotnet\src\Ably.PubSub.Core.NETFramework\Ably.PubSub.Core.NETFramework.csproj, and for .NET / .NET Standard you would add ably-dotnet\src\Ably.PubSub.Core\Ably.PubSub.Core.csproj.
7. In any project that you want to use `ably-dotnet` you need to add a project reference, to do so:
1. Find your project in Solution Explorer and expand the tree so that the Dependencies node is visible
2. Right click Dependencies and select Add Reference
- 3. In the dialogue that opens you should see a list of the projects in your solution. Check the box next to IO.Ably.NETFramework (or whatever version you are trying to use) and click OK.
+ 3. In the dialogue that opens you should see a list of the projects in your solution. Check the box next to Ably.PubSub.Core.NETFramework (or Ably.PubSub.Core, whichever you added) and click OK.
## Spec
@@ -111,9 +111,9 @@ This library uses [semantic versioning](http://semver.org/). For each release, t
6. Push the branch and create a release PR (ensure you include an SDK Team Engineering Lead and the SDK Team Product Manager as reviewers) and gain approvals for it, then merge that to `main`.
7. Go to [Github Actions tab](https://github.com/ably/ably-dotnet/actions), click on [Package Ably](https://github.com/ably/ably-dotnet/actions/workflows/package.yml) workflow at the left nav-bar. On the right corner, click on `Run workflow` with the current release tag as a input to `Ably version`.
- You can check all latest workflows under [Github Actions Tab](https://github.com/ably/ably-dotnet/actions). Download the generated artifact named `output-package` at the end of the latest successful workflow run.
- - `output-package` artifact is a zip with 4 files => `ably.io.1.2.3.nupkg`, `ably.io.push.android.1.2.3.nupkg`,`ably.io.push.ios.1.2.3.nupkg` and `ably.io.1.2.3.unitypackage`.
+ - `output-package` artifact is a zip containing => `Ably.PubSub.Core.2.0.0.nupkg` and `ably.pubsub.2.0.0.unitypackage`.
- If using github codespaces, you can upload downloaded `output-package` artifact by dragging into it.
-8. Extract `output-package`, open bash/powershell in the same folder and run `dotnet nuget push ably.io.*.nupkg --api-key GENERATED_API_KEY_FROM_NUGET_ACCOUNT --source https://api.nuget.org/v3/index.json` (More information on publishing nuget package can be found [here](https://learn.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio?tabs=netcore-cli#publish-with-the-net-cli-or-nuget-cli))
+8. Extract `output-package`, open bash/powershell in the same folder and run `dotnet nuget push *.nupkg --api-key GENERATED_API_KEY_FROM_NUGET_ACCOUNT --source https://api.nuget.org/v3/index.json` (More information on publishing nuget package can be found [here](https://learn.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio?tabs=netcore-cli#publish-with-the-net-cli-or-nuget-cli))
9. Add a tag to the new `main` head commit and push to origin such as `git tag 1.2.3 && git push origin 1.2.3`
-10. Visit [https://github.com/ably/ably-dotnet/tags](https://github.com/ably/ably-dotnet/tags) and `Add release notes` for the release including links to the changelog entry, upload `ably.io.1.2.3.unitypackage` as a file to the latest release note.
+10. Visit [https://github.com/ably/ably-dotnet/tags](https://github.com/ably/ably-dotnet/tags) and `Add release notes` for the release including links to the changelog entry, upload `ably.pubsub.1.2.3.unitypackage` as a file to the latest release note.
11. Create the entry on the [Ably Changelog](https://changelog.ably.com/) (via [headwayapp](https://headwayapp.co/)).
diff --git a/PushNotifications.md b/PushNotifications.md
index 913c66c2f..a68718817 100644
--- a/PushNotifications.md
+++ b/PushNotifications.md
@@ -1,5 +1,12 @@
# Push Notifications
+> [!IMPORTANT]
+> **This document describes the 1.x push-receive packages, which are not part of the 2.0 package set.**
+>
+> `ably.io.push.android` and `ably.io.push.ios` are Xamarin-era projects. They depend on `ably.io` 1.x, stay supported from the 1.x maintenance branch, and have been removed from this branch along with the `DotnetPush` and `AndroidSample` examples. A modern `Ably.PubSub.Push.Android` / `Ably.PubSub.Push.iOS` port on `net8.0-android` / `net8.0-ios`, built on `Ably.PubSub.Device`, is a post-GA 2.x follow-up; until it lands, a device application cannot combine the 2.0 SDK with Ably push receive.
+>
+> Push **administration** (`client.Push.Admin`) is unaffected: it lives in `Ably.PubSub.Core` and remains available.
+
Push Notifications allow you to reach users irrespective of whether your application is running in the foreground, the background or has been terminated, even when your application is not connected to Ably.
On iOS, Ably connects to [APNs](https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html) to send messages to devices. On Android, Ably connects to [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/) to send messages to devices. As both services do not guarantee message delivery and may even throttle messages to specific devices based on battery level, message frequency, and other criteria, messages may arrive much later than sent or ignored.
@@ -219,7 +226,7 @@ Push notifications containing both the notification and data objects will be tre
### Receiving Messages
-For examples of handling incoming messages and dealing with notifications, see [push_notification_handlers](example/lib/push_notifications/push_notification_handlers.dart) in the example app.
+For examples of handling incoming messages and dealing with notifications, see the push samples under the `examples/` directory.
#### Notification Message / Alert Push Notification
diff --git a/README.md b/README.md
index 2e07f4660..caf1dc71d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@

-[](https://www.nuget.org/packages/ably.io)
[](https://github.com/ably/ably-dotnet/blob/main/LICENSE)
# Ably Pub/Sub .NET SDK
@@ -13,6 +12,27 @@ Find out more:
* [Ably Pub/Sub docs.](https://ably.com/docs/basics)
* [Ably Pub/Sub examples.](https://ably.com/examples?product=pubsub)
+> [!NOTE]
+> **2.0 is in development on this branch.**
+>
+> Ably Pub/Sub is being split into a device-side package and a server-side package, so that Ably can tell which side of an application a client belongs to. From 2.0 the .NET SDK ships as a set of NuGet packages:
+>
+> | Package | Use it for |
+> |---------|------------|
+> | `Ably.PubSub.Device` | End-user device applications (desktop, mobile, Unity, MAUI, browser-adjacent clients) — *added in the next PR in this stack* |
+> | `Ably.PubSub.Server` | Server-side and backend applications — *added in the next PR in this stack* |
+> | `Ably.PubSub.Core` | Internal implementation shared by the two packages above. Not intended for direct use; you receive it transitively |
+>
+> The compiled assembly is now `Ably.PubSub.Core.dll`. The code namespace is unchanged: `using IO.Ably;` and every public type name stay as they are for now.
+>
+> Today's [`ably.io`](https://www.nuget.org/packages/ably.io) 1.x package is unaffected and continues from a 1.x maintenance branch for a year after 2.0 becomes generally available; it is never published from this branch again. The same applies to `ably.io.push.android` and `ably.io.push.ios`, whose Xamarin-era projects are not part of the 2.0 set (see [PushNotifications.md](./PushNotifications.md)).
+>
+> Never reference `ably.io` and `Ably.PubSub.*` from the same project: they share the `IO.Ably` namespace, so mixing them is a compile error by design.
+>
+> This also applies **transitively**. NuGet dedupes only by package ID, so a graph that pulls both `ably.io` 1.x (often via a library dependency) and any `Ably.PubSub.*` package loads *both* assemblies, and every `IO.Ably.*` type then exists twice: you get compile error CS0433 where your own code names those types, and runtime type-identity failures (`InvalidCastException`-class) where a library exposes `IO.Ably` types across its API. There is no type-forwarding between the packages. Detect it with `dotnet nuget why ably.io`; if a dependency genuinely forces both, isolate them with an [`extern alias`](https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/extern-alias) — note `` applies only to a **direct** `PackageReference`, so first promote `ably.io` to a direct reference of the affected project, then add `ablyLegacy` to it and `extern alias ablyLegacy;` in the consuming file — otherwise treat a both-packages graph as unsupported and migrate the transitive dependency off `ably.io`.
+>
+> The Installation and Usage sections below still describe the 1.x `ably.io` package; they are replaced with `Ably.PubSub.Device`/`Ably.PubSub.Server` instructions before 2.0 general availability.
+
---
## Getting started
@@ -32,14 +52,11 @@ Everything you need to get started with Ably:
| .NET | 6.0+, .NET Core 2.0+ |
| .NET Framework | 4.6.2+ |
| Mono | 5.4+ |
-| Xamarin.Android | 8.0+ |
-| Xamarin.iOS | 10.14+ |
-| Xamarin.Mac| 3.8+ |
+| .NET for Android, .NET for iOS and MAUI | via `netstandard2.0` |
| Unity | 2019.x+ |
-| MAUI | .NET 6.0+|
> [!IMPORTANT]
-> SDK versions < 1.2.12 will be [deprecated](https://ably.com/docs/platform/deprecate/protocol-v1) from November 1, 2025.
+> SDK versions < 1.2.12 are [deprecated](https://ably.com/docs/platform/deprecate/protocol-v1) (protocol v1, retired November 1, 2025).
---
@@ -63,11 +80,11 @@ dotnet add package ably.io
When using Ably in a MAUI project, be aware of potential issues caused by assembly trimming, as `ably-dotnet` relies on the reflection API.
-Add the following to your `.csproj` file to prevent trimming of the `IO.Ably` assembly:
+Add the following to your `.csproj` file to prevent trimming of the Ably assembly:
```xml
-
+
```
@@ -121,7 +138,7 @@ clientOpts.LogHandler = new CustomLogHandler();
### Unity usage
-- Download latest `ably.io.*.unitypackage` from [releases section](https://github.com/ably/ably-dotnet/releases) and include it in the unity project.
+- Download latest `ably.pubsub.*.unitypackage` from [releases section](https://github.com/ably/ably-dotnet/releases) and include it in the unity project.
- For more information, check [Unity README](./unity/README.md)
## Releases
diff --git a/cake-build/README.md b/cake-build/README.md
index 77650b84d..33134426f 100644
--- a/cake-build/README.md
+++ b/cake-build/README.md
@@ -26,7 +26,7 @@ Running `.\build.cmd` (Windows) or `./build.sh` (Unix/macOS) will start the buil
## Build Commands
### Build NetFramework
-We have a dedicated NetFramework project targeting .NET Framework 4.6+.
+`src/Ably.PubSub.Core.NETFramework` targets .NET Framework 4.6.2.
**Windows:**
```cmd
@@ -34,7 +34,7 @@ We have a dedicated NetFramework project targeting .NET Framework 4.6+.
```
### Build NetStandard
-NetStandard currently supports explicit targets for netstandard2.0, net6.0 and net7.0.
+`src/Ably.PubSub.Core` targets netstandard2.0, net6.0 and net7.0.
**Windows:**
```cmd
@@ -46,14 +46,6 @@ NetStandard currently supports explicit targets for netstandard2.0, net6.0 and n
./build.sh --target=Build.NetStandard
```
-### Build Xamarin
-We have a Xamarin solution targeting Android and iOS.
-
-**Unix/macOS:**
-```bash
-./build.sh --target=Build.Xamarin
-```
-
## Test Commands
### Test NetFramework
@@ -94,42 +86,34 @@ Additional `--framework` flag can be supplied to test for target framework `net6
## Create NuGet Packages
-Currently, we have two scripts to generate NuGet packages:
-
-### 1. package.cmd
+### package.cmd
-- Responsible for creating core `ably.io` NuGet package.
-- Works only on Windows due to a dependency on the .NET Framework.
+- Responsible for creating the `Ably.PubSub.Core` NuGet package.
+- Works only on Windows due to a dependency on the .NET Framework head.
```cmd
-.\package.cmd 1.2.3
+.\package.cmd 2.0.0
```
-Above command creates `ably.io.1.2.3.nupkg` package at root.
-
-During release process, this package is hosted on [nuget.org/packages/ably.io](https://www.nuget.org/packages/ably.io).
+Above command creates `Ably.PubSub.Core.2.0.0.nupkg` at root, from
+`nuget/ably.pubsub.core.nuspec`. The nuspec list lives in
+`cake-build/tasks/package.cake` (`_Package_Create_NuGet`); the device and server
+packages join it later in this stack.
-### 2. package-push.sh / package-push.cmd
+During release process, this package is hosted on
+[nuget.org/packages/Ably.PubSub.Core](https://www.nuget.org/packages/Ably.PubSub.Core).
-Responsible for creating push packages for Android and iOS.
+### package-unity.sh
-Please take a look at [Push Notification Documentation](../PushNotifications.md) for usage.
+Responsible for creating the Unity package.
-**Unix/macOS:**
```bash
-./package-push.sh 1.2.3
-```
-
-**Windows:**
-```cmd
-.\package-push.cmd 1.2.3
+./package-unity.sh 2.0.0
```
-Above command creates `ably.io.push.android.1.2.3.nupkg` and `ably.io.push.ios.1.2.3.nupkg` packages at root.
-
-During release process, these packages are hosted on:
-- [nuget.org/packages/ably.io.push.android](https://www.nuget.org/packages/ably.io.push.android)
-- [nuget.org/packages/ably.io.push.ios](https://www.nuget.org/packages/ably.io.push.ios)
+Above command creates `ably.pubsub.2.0.0.unitypackage` at root. The merged
+plugin assembly it packages is produced separately by
+`./unity-plugins-updater.sh 2.0.0`, which needs Mono (for ILRepack).
## Advanced Options
diff --git a/cake-build/helpers/paths.cake b/cake-build/helpers/paths.cake
index e1c3d6a22..2554550c5 100644
--- a/cake-build/helpers/paths.cake
+++ b/cake-build/helpers/paths.cake
@@ -12,9 +12,7 @@ public class BuildPaths
public FilePath MainSolution { get; }
public FilePath NetStandardSolution { get; }
public FilePath NetFrameworkSolution { get; }
- public FilePath XamarinSolution { get; }
public FilePath PackageSolution { get; }
- public FilePath PushPackageSolution { get; }
public FilePath DeltaCodecProject { get; }
public BuildPaths(ICakeContext context)
@@ -25,12 +23,10 @@ public class BuildPaths
Lib = Root.Combine("lib");
TestResults = Root.Combine("test-results");
- MainSolution = Src.CombineWithFilePath("IO.Ably.sln");
- NetStandardSolution = Src.CombineWithFilePath("IO.Ably.NetStandard.sln");
- NetFrameworkSolution = Src.CombineWithFilePath("IO.Ably.NetFramework.sln");
- XamarinSolution = Src.CombineWithFilePath("IO.Ably.Xamarin.sln");
- PackageSolution = Src.CombineWithFilePath("IO.Ably.Package.sln");
- PushPackageSolution = Src.CombineWithFilePath("IO.Ably.PackagePush.sln");
+ MainSolution = Src.CombineWithFilePath("Ably.PubSub.sln");
+ NetStandardSolution = Src.CombineWithFilePath("Ably.PubSub.NetStandard.sln");
+ NetFrameworkSolution = Src.CombineWithFilePath("Ably.PubSub.NetFramework.sln");
+ PackageSolution = Src.CombineWithFilePath("Ably.PubSub.Package.sln");
DeltaCodecProject = Lib.CombineWithFilePath("delta-codec/IO.Ably.DeltaCodec/IO.Ably.DeltaCodec.csproj");
}
diff --git a/cake-build/helpers/test-execution.cake b/cake-build/helpers/test-execution.cake
index b710a1d2e..e4d91f9f7 100644
--- a/cake-build/helpers/test-execution.cake
+++ b/cake-build/helpers/test-execution.cake
@@ -103,7 +103,7 @@ public class TestExecutionHelper
///
/// Finds test assemblies matching a pattern in a project directory
///
- public FilePathCollection FindTestAssemblies(string projectRelativePath, string pattern = "IO.Ably.Tests.*.dll")
+ public FilePathCollection FindTestAssemblies(string projectRelativePath, string pattern = "Ably.PubSub.Tests.*.dll")
{
var projectPath = _paths.Src.Combine(projectRelativePath);
var searchPath = projectPath.Combine("bin/Release").Combine(pattern).FullPath;
diff --git a/cake-build/tasks/build.cake b/cake-build/tasks/build.cake
index 8eec9a8a7..d4b554da6 100644
--- a/cake-build/tasks/build.cake
+++ b/cake-build/tasks/build.cake
@@ -77,41 +77,14 @@ Task("_NetStandard_Build")
DotNetBuild(paths.NetStandardSolution.FullPath, settings);
});
-Task("_Restore_Xamarin")
- .Does(() =>
-{
- RestoreSolution(paths.XamarinSolution);
-});
-
-Task("_Xamarin_Build")
- .Does(() =>
-{
- Information("Building Xamarin solution...");
-
- if (!FileExists(paths.XamarinSolution))
- {
- Warning("Xamarin solution not found, skipping build");
- return;
- }
-
- var settings = buildConfig.ApplyStandardSettings(
- new MSBuildSettings(),
- configuration
- );
-
- settings = settings.WithTarget("Build");
-
- MSBuild(paths.XamarinSolution, settings);
-});
-
Task("_Build_Ably_Unity_Dll")
.Description("Create merged Unity DLL with all dependencies")
.Does(() =>
{
- Information("Merging Unity dependencies into IO.Ably.dll...");
+ Information("Merging Unity dependencies into Ably.PubSub.Core.dll...");
var netStandard20BinPath = paths.Src
- .Combine("IO.Ably.NETStandard20")
+ .Combine("Ably.PubSub.Core")
.Combine("bin/Release/netstandard2.0");
if (!DirectoryExists(netStandard20BinPath))
@@ -119,11 +92,11 @@ Task("_Build_Ably_Unity_Dll")
throw new Exception($"NETStandard2.0 bin directory not found: {netStandard20BinPath}. Please build the project first.");
}
- var primaryDll = netStandard20BinPath.CombineWithFilePath("IO.Ably.dll");
+ var primaryDll = netStandard20BinPath.CombineWithFilePath("Ably.PubSub.Core.dll");
if (!FileExists(primaryDll))
{
- throw new Exception($"Primary DLL not found: {primaryDll}. Please build the IO.Ably.NETStandard20 project first.");
+ throw new Exception($"Primary DLL not found: {primaryDll}. Please build the Ably.PubSub.Core project first.");
}
var newtonsoftDll = paths.Root
@@ -145,7 +118,7 @@ Task("_Build_Ably_Unity_Dll")
};
var unityOutputPath = paths.Root.Combine("unity/Assets/Ably/Plugins");
- var outputDll = unityOutputPath.CombineWithFilePath("IO.Ably.dll");
+ var outputDll = unityOutputPath.CombineWithFilePath("Ably.PubSub.Core.dll");
// Delete existing output DLL if it exists
if (FileExists(outputDll))
@@ -179,13 +152,6 @@ Task("Build.NetStandard")
.IsDependentOn("_Restore_Main")
.IsDependentOn("_NetStandard_Build");
-// Public task: Build Xamarin projects
-Task("Build.Xamarin")
- .Description("Build Xamarin solution (iOS & Android)")
- .IsDependentOn("_Clean")
- .IsDependentOn("_Restore_Xamarin")
- .IsDependentOn("_Xamarin_Build");
-
// Public task: Update Ably DLLs inside unity project
Task("Update.AblyUnity")
.Description("Update Ably DLLs inside unity project")
diff --git a/cake-build/tasks/package.cake b/cake-build/tasks/package.cake
index 9eaeb4357..a9c18afcf 100644
--- a/cake-build/tasks/package.cake
+++ b/cake-build/tasks/package.cake
@@ -27,74 +27,21 @@ Task("_Package_Build_All")
MSBuild(paths.PackageSolution, settings);
});
-Task("_Package_Merge_All")
+Task("_Package_Create_NuGet")
.IsDependentOn("_Package_Build_All")
+ .WithCriteria(() => !string.IsNullOrEmpty(version))
.Does(() =>
{
- Information("Merging dependencies (Newtonsoft.Json and DeltaCodec) into Ably assemblies...");
-
- var projectsToMerge = new[]
+ Information($"Creating NuGet packages version {version}...");
+
+ // The lockstep package set. Every package here is built from this repository
+ // and released at the same version. Stack PR 2 adds the door packages
+ // (ably.pubsub.device.nuspec, ably.pubsub.server.nuspec) to this list.
+ var nuspecFiles = new[]
{
- "IO.Ably.Android",
- "IO.Ably.iOS",
- "IO.Ably.NETFramework"
+ "nuget/ably.pubsub.core.nuspec"
};
-
- foreach (var project in projectsToMerge)
- {
- var projectPath = paths.Src.Combine(project);
-
- if (!DirectoryExists(projectPath))
- {
- Warning($"Project directory not found: {project}, skipping...");
- continue;
- }
-
- var binPath = projectPath.Combine("bin/Release");
-
- if (!DirectoryExists(binPath))
- {
- Warning($"Bin directory not found for {project}, skipping...");
- continue;
- }
-
- Information($"Processing {project}...");
-
- var primaryDll = binPath.CombineWithFilePath("IO.Ably.dll");
- var dllsToMerge = new[]
- {
- binPath.CombineWithFilePath("Newtonsoft.Json.dll"),
- binPath.CombineWithFilePath("IO.Ably.DeltaCodec.dll")
- };
- var packagedPath = binPath.Combine("Packaged");
- var outputDll = packagedPath.CombineWithFilePath("IO.Ably.dll");
-
- // Merge all dependencies into primary DLL in one go
- ilRepackHelper.MergeDLLs(primaryDll, dllsToMerge, outputDll);
-
- // Copy XML documentation if it exists
- var docsFile = binPath.CombineWithFilePath("IO.Ably.xml");
- if (FileExists(docsFile))
- {
- CopyFile(docsFile, packagedPath.CombineWithFilePath("IO.Ably.xml"));
- }
- }
-});
-Task("_Package_Create_NuGet")
- .IsDependentOn("_Package_Merge_All")
- .WithCriteria(() => !string.IsNullOrEmpty(version))
- .Does(() =>
-{
- Information($"Creating NuGet package version {version}...");
-
- var nuspecFile = paths.Root.CombineWithFilePath("nuget/io.ably.nuspec");
-
- if (!FileExists(nuspecFile))
- {
- throw new Exception($"Nuspec file not found: {nuspecFile}");
- }
-
var nugetSettings = new NuGetPackSettings
{
Version = version,
@@ -104,90 +51,26 @@ Task("_Package_Create_NuGet")
},
OutputDirectory = paths.Root
};
-
+
// Use local nuget.exe if available
var nugetPath = paths.Root.CombineWithFilePath("tools/nuget.exe");
if (FileExists(nugetPath))
{
nugetSettings.ToolPath = nugetPath;
}
-
- NuGetPack(nuspecFile, nugetSettings);
-
- Information($"✓ Package created: ably.io.{version}.nupkg");
-});
-
-Task("_Restore_Push_Package")
- .Does(() =>
-{
- RestoreSolution(paths.PushPackageSolution);
-});
-
-Task("_PushPackage_Build_All")
- .IsDependentOn("_Clean")
- .IsDependentOn("_Version")
- .IsDependentOn("_Restore_Push_Package")
- .Does(() =>
-{
- Information("Building push notification packages...");
-
- var settings = buildConfig.ApplyStandardSettings(
- new MSBuildSettings(),
- "Package"
- );
-
- settings = buildConfig.ApplyPackageSettings(settings);
- settings = settings.WithTarget("Build");
-
- MSBuild(paths.PushPackageSolution, settings);
-});
-Task("_PushPackage_Create_NuGet")
- .IsDependentOn("_PushPackage_Build_All")
- .WithCriteria(() => !string.IsNullOrEmpty(version))
- .Does(() =>
-{
- Information($"Creating push notification packages version {version}...");
-
- var nugetSettings = new NuGetPackSettings
+ foreach (var nuspec in nuspecFiles)
{
- Version = version,
- Properties = new Dictionary
+ var nuspecFile = paths.Root.CombineWithFilePath(nuspec);
+
+ if (!FileExists(nuspecFile))
{
- { "Configuration", "Release" }
- },
- OutputDirectory = paths.Root
- };
-
- // Use local nuget.exe if available
- var nugetPath = paths.Root.CombineWithFilePath("tools/nuget.exe");
- if (FileExists(nugetPath))
- {
- nugetSettings.ToolPath = nugetPath;
- }
-
- // Android package
- var androidNuspec = paths.Root.CombineWithFilePath("nuget/io.ably.push.android.nuspec");
- if (FileExists(androidNuspec))
- {
- NuGetPack(androidNuspec, nugetSettings);
- Information($"✓ Package created: ably.io.push.android.{version}.nupkg");
- }
- else
- {
- Warning($"Android nuspec not found: {androidNuspec}");
- }
-
- // iOS package
- var iosNuspec = paths.Root.CombineWithFilePath("nuget/io.ably.push.ios.nuspec");
- if (FileExists(iosNuspec))
- {
- NuGetPack(iosNuspec, nugetSettings);
- Information($"✓ Package created: ably.io.push.ios.{version}.nupkg");
- }
- else
- {
- Warning($"iOS nuspec not found: {iosNuspec}");
+ throw new Exception($"Nuspec file not found: {nuspecFile}");
+ }
+
+ NuGetPack(nuspecFile, nugetSettings);
+
+ Information($"✓ Packed {nuspecFile.GetFilename()} at version {version}");
}
});
@@ -195,10 +78,18 @@ Task("_Package_Unity")
.WithCriteria(() => !string.IsNullOrEmpty(version))
.Does(() =>
{
+ var committedPlugin = paths.Root.CombineWithFilePath("unity/Assets/Ably/Plugins/Ably.PubSub.Device.dll");
+ if (!FileExists(committedPlugin))
+ {
+ throw new Exception(
+ $"Committed Unity plugin missing: {committedPlugin}. The .unitypackage bundles this merged " +
+ "assembly; regenerate it with ./unity-plugins-updater.sh and commit it.");
+ }
+
Information($"Creating Unity package version {version}...");
var unityPackagerPath = paths.Root.Combine("unity-packager");
- var outputPath = paths.Root.CombineWithFilePath($"ably.io.{version}.unitypackage");
+ var outputPath = paths.Root.CombineWithFilePath($"ably.pubsub.{version}.unitypackage");
// Clone unity-packager if not exists
if (!DirectoryExists(unityPackagerPath))
@@ -242,13 +133,9 @@ Task("_Package_Unity")
///////////////////////////////////////////////////////////////////////////////
Task("Package")
- .Description("Create main NuGet package (ably.io)")
+ .Description("Create the NuGet packages (Ably.PubSub.Core)")
.IsDependentOn("_Package_Create_NuGet");
-Task("PushPackage")
- .Description("Create push notification packages (Android & iOS)")
- .IsDependentOn("_PushPackage_Create_NuGet");
-
Task("UnityPackage")
.Description("Create Unity package")
.IsDependentOn("_Package_Unity");
diff --git a/cake-build/tasks/test.cake b/cake-build/tasks/test.cake
index fc423418c..d650fab87 100644
--- a/cake-build/tasks/test.cake
+++ b/cake-build/tasks/test.cake
@@ -8,7 +8,7 @@ Task("_NetFramework_Unit_Tests")
{
Information("Running .NET Framework unit tests...");
- var testAssemblies = testExecutionHelper.FindTestAssemblies("IO.Ably.Tests.NETFramework");
+ var testAssemblies = testExecutionHelper.FindTestAssemblies("Ably.PubSub.Tests.NETFramework");
if (!testAssemblies.Any()) return;
var settings = testExecutionHelper.CreateXUnitSettings("xunit-netframework-unit", isIntegration: false);
@@ -21,7 +21,7 @@ Task("_NetFramework_Unit_Tests_WithRetry")
{
Information("Running .NET Framework unit tests with retry...");
- var testAssemblies = testExecutionHelper.FindTestAssemblies("IO.Ably.Tests.NETFramework");
+ var testAssemblies = testExecutionHelper.FindTestAssemblies("Ably.PubSub.Tests.NETFramework");
if (!testAssemblies.Any()) return;
var resultsPath = paths.TestResults.CombineWithFilePath("xunit-netframework-unit.xml");
@@ -50,7 +50,7 @@ Task("_NetFramework_Integration_Tests")
{
Information("Running .NET Framework integration tests...");
- var testAssemblies = testExecutionHelper.FindTestAssemblies("IO.Ably.Tests.NETFramework");
+ var testAssemblies = testExecutionHelper.FindTestAssemblies("Ably.PubSub.Tests.NETFramework");
if (!testAssemblies.Any()) return;
var settings = testExecutionHelper.CreateXUnitSettings("xunit-netframework-integration", isIntegration: true);
@@ -63,7 +63,7 @@ Task("_NetFramework_Integration_Tests_WithRetry")
{
Information("Running .NET Framework integration tests with retry...");
- var testAssemblies = testExecutionHelper.FindTestAssemblies("IO.Ably.Tests.NETFramework");
+ var testAssemblies = testExecutionHelper.FindTestAssemblies("Ably.PubSub.Tests.NETFramework");
if (!testAssemblies.Any()) return;
var resultsPath = paths.TestResults.CombineWithFilePath("xunit-netframework-integration.xml");
@@ -96,7 +96,7 @@ Task("_NetStandard_Unit_Tests")
{
Information("Running .NET Standard unit tests...");
- var project = paths.Src.CombineWithFilePath("IO.Ably.Tests.DotNET/IO.Ably.Tests.DotNET.csproj");
+ var project = paths.Src.CombineWithFilePath("Ably.PubSub.Tests.DotNET/Ably.PubSub.Tests.DotNET.csproj");
var resultsPath = paths.TestResults.CombineWithFilePath("tests-netstandard-unit.trx");
var filter = testExecutionHelper.CreateUnitTestFilter(IsRunningOnUnix());
@@ -111,7 +111,7 @@ Task("_NetStandard_Unit_Tests_WithRetry")
{
Information("Running .NET Standard unit tests with retry...");
- var project = paths.Src.CombineWithFilePath("IO.Ably.Tests.DotNET/IO.Ably.Tests.DotNET.csproj");
+ var project = paths.Src.CombineWithFilePath("Ably.PubSub.Tests.DotNET/Ably.PubSub.Tests.DotNET.csproj");
var resultsPath = paths.TestResults.CombineWithFilePath("tests-netstandard-unit.trx");
var filter = testExecutionHelper.CreateUnitTestFilter(IsRunningOnUnix());
@@ -135,7 +135,7 @@ Task("_NetStandard_Integration_Tests")
{
Information("Running .NET Standard integration tests...");
- var project = paths.Src.CombineWithFilePath("IO.Ably.Tests.DotNET/IO.Ably.Tests.DotNET.csproj");
+ var project = paths.Src.CombineWithFilePath("Ably.PubSub.Tests.DotNET/Ably.PubSub.Tests.DotNET.csproj");
var resultsPath = paths.TestResults.CombineWithFilePath("tests-netstandard-integration.trx");
var filter = testExecutionHelper.CreateIntegrationTestFilter();
@@ -150,7 +150,7 @@ Task("_NetStandard_Integration_Tests_WithRetry")
{
Information("Running .NET Standard integration tests with retry...");
- var project = paths.Src.CombineWithFilePath("IO.Ably.Tests.DotNET/IO.Ably.Tests.DotNET.csproj");
+ var project = paths.Src.CombineWithFilePath("Ably.PubSub.Tests.DotNET/Ably.PubSub.Tests.DotNET.csproj");
var resultsPath = paths.TestResults.CombineWithFilePath("tests-netstandard-integration.trx");
var filter = testExecutionHelper.CreateIntegrationTestFilter();
diff --git a/examples/AndroidSample/AblyService.cs b/examples/AndroidSample/AblyService.cs
deleted file mode 100644
index 75f3116e8..000000000
--- a/examples/AndroidSample/AblyService.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-using System;
-using System.Reactive;
-using System.Reactive.Subjects;
-using System.Threading;
-using IO.Ably;
-using IO.Ably.Realtime;
-
-namespace AndroidSample
-{
- public class AblyService : IObservable, IObservable, ILoggerSink
- {
- private AblyRealtime _ably;
- private readonly ISubject _logSubject = new Subject();
- private readonly ISubject _connectionSubject = new Subject();
-
- public void Init()
- {
- _ably = new AblyRealtime(new ClientOptions("lNj80Q.iGyVcQ:2QKX7FFASfX-7H9H")
- {
- LogHandler = this,
- LogLevel = LogLevel.Debug,
- AutoConnect = false,
- UseBinaryProtocol = false
- });
- _ably.Connection.On(change =>
- {
- if(change.Current == ConnectionState.Connected)
- foreach(var channel in _ably.Channels)
- channel.Attach();
-
- _connectionSubject.OnNext(change.Current.ToString());
- });
- }
-
- public void Connect()
- {
- _ably.Connect();
- }
-
- public void SendMessage(string channel, string name, string value)
- {
- _ably.Channels.Get(channel).Publish(name, value);
- }
-
- public IObservable SubsrcibeToChannel(string channelName)
- {
- var subject = new Subject();
- _ably.Channels.Get(channelName).Subscribe(subject.OnNext);
- return subject;
- }
-
- public void LogEvent(LogLevel level, string message)
- {
- Android.Util.Log.Debug("ably", $"[{level}] {message}");
- _logSubject.OnNext(new LogMessage(message, level.ToString()));
- }
-
- public IDisposable Subscribe(IObserver observer)
- {
- return _logSubject.Subscribe(observer.NotifyOn(SynchronizationContext.Current));
- }
-
- public IDisposable Subscribe(IObserver observer)
- {
- return _connectionSubject.Subscribe(observer.NotifyOn(SynchronizationContext.Current));
- }
- }
-
-
-
-}
\ No newline at end of file
diff --git a/examples/AndroidSample/AndroidSample.csproj b/examples/AndroidSample/AndroidSample.csproj
deleted file mode 100644
index 034b06540..000000000
--- a/examples/AndroidSample/AndroidSample.csproj
+++ /dev/null
@@ -1,220 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}
- {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- Library
- Properties
- AndroidSample
- AndroidSample
- 512
- True
- Resources\Resource.Designer.cs
- Off
- v8.0
- Properties\AndroidManifest.xml
-
-
-
-
- True
- Full
- False
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- True
- None
- False
-
-
- PdbOnly
- True
- True
- bin\Release\
- TRACE
- prompt
- 4
- False
- SdkOnly
- True
-
-
- true
- bin\CI_Release\
- TRACE
- true
- PdbOnly
- AnyCPU
- Off
- prompt
- MinimumRecommendedRules.ruleset
-
-
-
- ..\..\src\packages\Xamarin.Forms.2.3.4.270\lib\MonoAndroid10\FormsViewGroup.dll
-
-
-
-
-
- ..\..\src\packages\MsgPack.Cli.0.9.1\lib\MonoAndroid10\MsgPack.dll
-
-
- ..\..\src\packages\Newtonsoft.Json.13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll
-
-
-
-
-
-
- ..\..\src\packages\System.Reactive.Core.3.1.1\lib\netstandard1.3\System.Reactive.Core.dll
-
-
- ..\..\src\packages\System.Reactive.Interfaces.3.1.1\lib\netstandard1.0\System.Reactive.Interfaces.dll
-
-
- ..\..\src\packages\System.Reactive.Linq.3.1.1\lib\netstandard1.3\System.Reactive.Linq.dll
-
-
- ..\..\src\packages\System.Reactive.PlatformServices.3.1.1\lib\netstandard1.3\System.Reactive.PlatformServices.dll
-
-
- ..\..\src\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll
-
-
- ..\..\src\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll
-
-
- ..\..\src\packages\System.Threading.Tasks.Extensions.4.5.0\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll
-
-
-
-
- ..\..\src\packages\Xamarin.Android.Support.Animated.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Animated.Vector.Drawable.dll
-
-
- ..\..\src\packages\Xamarin.Android.Support.Design.23.3.0\lib\MonoAndroid43\Xamarin.Android.Support.Design.dll
-
-
- ..\..\src\packages\Xamarin.Android.Support.v4.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll
-
-
- ..\..\src\packages\Xamarin.Android.Support.v7.AppCompat.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll
-
-
- ..\..\src\packages\Xamarin.Android.Support.v7.CardView.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll
-
-
- ..\..\src\packages\Xamarin.Android.Support.v7.MediaRouter.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.MediaRouter.dll
-
-
- ..\..\src\packages\Xamarin.Android.Support.v7.RecyclerView.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.v7.RecyclerView.dll
-
-
- ..\..\src\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Vector.Drawable.dll
-
-
- ..\..\src\packages\Xamarin.Forms.2.3.4.270\lib\MonoAndroid10\Xamarin.Forms.Core.dll
-
-
- ..\..\src\packages\Xamarin.Forms.2.3.4.270\lib\MonoAndroid10\Xamarin.Forms.Platform.dll
-
-
- ..\..\src\packages\Xamarin.Forms.2.3.4.270\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll
-
-
- ..\..\src\packages\Xamarin.Forms.2.3.4.270\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll
-
-
-
-
-
- App.xaml
-
-
-
-
- LogPage.xaml
-
-
-
- MainPage.xaml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MSBuild:Compile
-
-
- MSBuild:Compile
-
-
- MSBuild:Compile
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {48ea337f-ae7b-4001-bd8c-da1668fc6cbd}
- IO.Ably.NETStandard20
-
-
-
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/AndroidSample/App.xaml b/examples/AndroidSample/App.xaml
deleted file mode 100644
index 307e29f6b..000000000
--- a/examples/AndroidSample/App.xaml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/AndroidSample/App.xaml.cs b/examples/AndroidSample/App.xaml.cs
deleted file mode 100644
index 6b6c3f802..000000000
--- a/examples/AndroidSample/App.xaml.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-using Xamarin.Forms;
-
-namespace AndroidSample
-{
- public partial class App : Application
- {
- private readonly AblyService _ably;
-
- public App(AblyService ably)
- {
- _ably = ably;
- InitializeComponent();
-
- Current.MainPage = new TabbedPage
- {
- Children =
- {
- new NavigationPage(new MainPage(_ably))
- {
- Title = "Main",
- },
- new NavigationPage(new LogPage(_ably))
- {
- Title = "Log",
- },
- }
- };
- }
-
- protected override void OnStart()
- {
-
- // Handle when your app starts
- }
-
- protected override void OnSleep()
- {
- // Handle when your app sleeps
- }
-
- protected override void OnResume()
- {
- // Handle when your app resumes
- }
- }
-}
diff --git a/examples/AndroidSample/Assets/AboutAssets.txt b/examples/AndroidSample/Assets/AboutAssets.txt
deleted file mode 100644
index ee3988629..000000000
--- a/examples/AndroidSample/Assets/AboutAssets.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories) and given a Build Action of "AndroidAsset".
-
-These files will be deployed with you package and will be accessible using Android's
-AssetManager, like this:
-
-public class ReadAsset : Activity
-{
- protected override void OnCreate (Bundle bundle)
- {
- base.OnCreate (bundle);
-
- InputStream input = Assets.Open ("my_asset.txt");
- }
-}
-
-Additionally, some Android functions will automatically load asset files:
-
-Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");
\ No newline at end of file
diff --git a/examples/AndroidSample/Class1.cs b/examples/AndroidSample/Class1.cs
deleted file mode 100644
index 8e40c75a1..000000000
--- a/examples/AndroidSample/Class1.cs
+++ /dev/null
@@ -1,57 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Linq;
-using System.Runtime.CompilerServices;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace AndroidSample
-{
- ///
- /// Observable object with INotifyPropertyChanged implemented
- ///
- public class ObservableObject : INotifyPropertyChanged
- {
- ///
- /// Sets the property.
- ///
- /// true, if property was set, false otherwise.
- /// Backing store.
- /// Value.
- /// Property name.
- /// On changed.
- /// The 1st type parameter.
- protected bool SetProperty(
- ref T backingStore, T value,
- [CallerMemberName] string propertyName = "",
- Action onChanged = null)
- {
- if (EqualityComparer.Default.Equals(backingStore, value))
- return false;
-
- backingStore = value;
- onChanged?.Invoke();
- OnPropertyChanged(propertyName);
- return true;
- }
-
- ///
- /// Occurs when property changed.
- ///
- public event PropertyChangedEventHandler PropertyChanged;
-
- ///
- /// Raises the property changed event.
- ///
- /// Property name.
- protected void OnPropertyChanged([CallerMemberName] string propertyName = "")
- {
- var changed = PropertyChanged;
- if (changed == null)
- return;
-
- changed.Invoke(this, new PropertyChangedEventArgs(propertyName));
- }
- }
-}
diff --git a/examples/AndroidSample/GettingStarted.Xamarin b/examples/AndroidSample/GettingStarted.Xamarin
deleted file mode 100644
index e9d4f6a41..000000000
--- a/examples/AndroidSample/GettingStarted.Xamarin
+++ /dev/null
@@ -1,4 +0,0 @@
-
- GS\Android\CS\AndroidApp\GettingStarted.html
- false
-
\ No newline at end of file
diff --git a/examples/AndroidSample/IAblyService.cs b/examples/AndroidSample/IAblyService.cs
deleted file mode 100644
index f4e6b6898..000000000
--- a/examples/AndroidSample/IAblyService.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-
-namespace AndroidSample
-{
- public class LogMessage
- {
- public string Level { get; set; }
- public string Message { get; set; }
-
- public LogMessage(string message, string level)
- {
- Message = message;
- Level = level;
- }
-
- }
-}
\ No newline at end of file
diff --git a/examples/AndroidSample/LogPage.xaml b/examples/AndroidSample/LogPage.xaml
deleted file mode 100644
index df133c225..000000000
--- a/examples/AndroidSample/LogPage.xaml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/AndroidSample/LogPage.xaml.cs b/examples/AndroidSample/LogPage.xaml.cs
deleted file mode 100644
index 009ac048d..000000000
--- a/examples/AndroidSample/LogPage.xaml.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-using System;
-using Xamarin.Forms;
-using Xamarin.Forms.Xaml;
-
-namespace AndroidSample
-{
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class LogPage : ContentPage
- {
- private readonly AblyService _ably;
-
- public LogPage(AblyService ably)
- {
- _ably = ably;
- InitializeComponent();
- var logObserver = new LogObserver(message => LogList.Text = LogList.Text + $"[{message.Level}] " + message.Message + "\n");
-
- _ably.Subscribe(logObserver);
- }
- }
-
- public class LogObserver : IObserver
- {
- private readonly Action _onMessage;
-
- public LogObserver(Action onMessage)
- {
- _onMessage = onMessage;
- }
-
- public void OnCompleted()
- {
- }
-
- public void OnError(Exception error)
- {
-
- }
-
- public void OnNext(LogMessage value)
- {
- _onMessage(value);
- }
- }
-}
\ No newline at end of file
diff --git a/examples/AndroidSample/MainActivity.cs b/examples/AndroidSample/MainActivity.cs
deleted file mode 100644
index 0a15d74f7..000000000
--- a/examples/AndroidSample/MainActivity.cs
+++ /dev/null
@@ -1,42 +0,0 @@
-using System;
-
-using Android.App;
-using Android.Content.PM;
-using Android.Runtime;
-using Android.Views;
-using Android.Widget;
-using Android.OS;
-
-namespace AndroidSample
-{
- [Activity(Label = "AndroidSample", Icon = "@drawable/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
- public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
- {
- static void HandleExceptions(object sender, UnhandledExceptionEventArgs e)
- {
- //Exception d = (Exception)e.ExceptionObject;
- Android.Util.Log.Debug("ably", "App error: " + e.ExceptionObject.ToString());
- }
-
- public MainActivity()
- {
- AppDomain currentDomain = AppDomain.CurrentDomain;
- currentDomain.UnhandledException += HandleExceptions;
- }
-
- public AblyService ablyService = null;
- protected override void OnCreate(Bundle bundle)
- {
- TabLayoutResource = AndroidSample.Resource.Layout.Tabbar;
- ToolbarResource = AndroidSample.Resource.Layout.Toolbar;
-
- base.OnCreate(bundle);
-
- global::Xamarin.Forms.Forms.Init(this, bundle);
- ablyService = new AblyService();
- ablyService.Init();
- LoadApplication(new App(ablyService));
- }
- }
-}
-
diff --git a/examples/AndroidSample/MainPage.xaml b/examples/AndroidSample/MainPage.xaml
deleted file mode 100644
index 39bfb3d90..000000000
--- a/examples/AndroidSample/MainPage.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/AndroidSample/MainPage.xaml.cs b/examples/AndroidSample/MainPage.xaml.cs
deleted file mode 100644
index 11fed2165..000000000
--- a/examples/AndroidSample/MainPage.xaml.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-using System;
-using Xamarin.Forms;
-
-namespace AndroidSample
-{
- public partial class MainPage : ContentPage
- {
- private readonly MainViewModel viewModel;
- public MainPage(AblyService ably)
- {
- InitializeComponent();
- var connectionStateObserver = new ConnectionStatusObserver(x => viewModel.ConnectionStatus = x);
- ably.Subscribe(connectionStateObserver);
-
- BindingContext = viewModel = new MainViewModel(ably);
- }
- }
-
- public class ConnectionStatusObserver : IObserver
- {
- private readonly Action _onChange;
-
- public ConnectionStatusObserver(Action onChange)
- {
- _onChange = onChange;
- }
-
- public void OnCompleted()
- {
- }
-
- public void OnError(Exception error)
- {
- }
-
- public void OnNext(string value)
- {
- _onChange.Invoke(value);
- }
- }
-}
diff --git a/examples/AndroidSample/MainViewModel.cs b/examples/AndroidSample/MainViewModel.cs
deleted file mode 100644
index d7f442806..000000000
--- a/examples/AndroidSample/MainViewModel.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-using System.Reactive;
-using IO.Ably;
-using Xamarin.Forms;
-
-namespace AndroidSample
-{
- public class MainViewModel : ObservableObject
- {
- private readonly AblyService _ably;
- private string _connectionStatus = "Initialised";
- private string _currentCar;
- private string _info;
-
- public MainViewModel(AblyService ably)
- {
- _ably = ably;
- SendMessageCommand = new Command(() =>
- {
- _ably.SendMessage("test", "test", "Martin");
- });
- StartCommand = new Command(() =>
- {
- _ably.Connect();
- });
- var messageObserver = Observer.Create(m => Info = m.ToString());
- ably.SubsrcibeToChannel("test").Subscribe(messageObserver);
- }
-
- public string ConnectionStatus
- {
- get => _connectionStatus;
- set => SetProperty(ref _connectionStatus, value);
- }
-
- public string CurrentCar
- {
- get => _currentCar;
- set => SetProperty(ref _currentCar, value);
- }
-
- public string Info
- {
- get => _info;
- set => SetProperty(ref _info, value);
- }
-
- public Command SendMessageCommand { get; }
-
- public Command StartCommand { get; }
- }
-}
diff --git a/examples/AndroidSample/Properties/AndroidManifest.xml b/examples/AndroidSample/Properties/AndroidManifest.xml
deleted file mode 100644
index aad92b52f..000000000
--- a/examples/AndroidSample/Properties/AndroidManifest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/AndroidSample/Properties/AssemblyInfo.cs b/examples/AndroidSample/Properties/AssemblyInfo.cs
deleted file mode 100644
index e2ba46245..000000000
--- a/examples/AndroidSample/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-using Android.App;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("AndroidSample")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("AndroidSample")]
-[assembly: AssemblyCopyright("Copyright © 2017")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[assembly: ComVisible(false)]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/examples/AndroidSample/Resources/AboutResources.txt b/examples/AndroidSample/Resources/AboutResources.txt
deleted file mode 100644
index c2bca974c..000000000
--- a/examples/AndroidSample/Resources/AboutResources.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-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.
\ No newline at end of file
diff --git a/examples/AndroidSample/Resources/Resource.Designer.cs b/examples/AndroidSample/Resources/Resource.Designer.cs
deleted file mode 100644
index cbad3bdc9..000000000
--- a/examples/AndroidSample/Resources/Resource.Designer.cs
+++ /dev/null
@@ -1,5992 +0,0 @@
-#pragma warning disable 1591
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-[assembly: global::Android.Runtime.ResourceDesignerAttribute("AndroidSample.Resource", IsApplication=true)]
-
-namespace AndroidSample
-{
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
- public partial class Resource
- {
-
- static Resource()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- public static void UpdateIdValues()
- {
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSize = global::AndroidSample.Resource.Attribute.actionBarSize;
- }
-
- public partial class Animation
- {
-
- // aapt resource value: 0x7F010000
- public const int abc_fade_in = 2130771968;
-
- // aapt resource value: 0x7F010001
- public const int abc_fade_out = 2130771969;
-
- // aapt resource value: 0x7F010002
- public const int abc_grow_fade_in_from_bottom = 2130771970;
-
- // aapt resource value: 0x7F010003
- public const int abc_popup_enter = 2130771971;
-
- // aapt resource value: 0x7F010004
- public const int abc_popup_exit = 2130771972;
-
- // aapt resource value: 0x7F010005
- public const int abc_shrink_fade_out_from_bottom = 2130771973;
-
- // aapt resource value: 0x7F010006
- public const int abc_slide_in_bottom = 2130771974;
-
- // aapt resource value: 0x7F010007
- public const int abc_slide_in_top = 2130771975;
-
- // aapt resource value: 0x7F010008
- public const int abc_slide_out_bottom = 2130771976;
-
- // aapt resource value: 0x7F010009
- public const int abc_slide_out_top = 2130771977;
-
- // aapt resource value: 0x7F01000A
- public const int design_bottom_sheet_slide_in = 2130771978;
-
- // aapt resource value: 0x7F01000B
- public const int design_bottom_sheet_slide_out = 2130771979;
-
- // aapt resource value: 0x7F01000C
- public const int design_fab_in = 2130771980;
-
- // aapt resource value: 0x7F01000D
- public const int design_fab_out = 2130771981;
-
- // aapt resource value: 0x7F01000E
- public const int design_snackbar_in = 2130771982;
-
- // aapt resource value: 0x7F01000F
- public const int design_snackbar_out = 2130771983;
-
- static Animation()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Animation()
- {
- }
- }
-
- public partial class Attribute
- {
-
- // aapt resource value: 0x7F020001
- public const int actionBarDivider = 2130837505;
-
- // aapt resource value: 0x7F020002
- public const int actionBarItemBackground = 2130837506;
-
- // aapt resource value: 0x7F020003
- public const int actionBarPopupTheme = 2130837507;
-
- // aapt resource value: 0x7F020004
- public const int actionBarSize = 2130837508;
-
- // aapt resource value: 0x7F020005
- public const int actionBarSplitStyle = 2130837509;
-
- // aapt resource value: 0x7F020006
- public const int actionBarStyle = 2130837510;
-
- // aapt resource value: 0x7F020007
- public const int actionBarTabBarStyle = 2130837511;
-
- // aapt resource value: 0x7F020008
- public const int actionBarTabStyle = 2130837512;
-
- // aapt resource value: 0x7F020009
- public const int actionBarTabTextStyle = 2130837513;
-
- // aapt resource value: 0x7F02000A
- public const int actionBarTheme = 2130837514;
-
- // aapt resource value: 0x7F02000B
- public const int actionBarWidgetTheme = 2130837515;
-
- // aapt resource value: 0x7F02000C
- public const int actionButtonStyle = 2130837516;
-
- // aapt resource value: 0x7F02000D
- public const int actionDropDownStyle = 2130837517;
-
- // aapt resource value: 0x7F02000E
- public const int actionLayout = 2130837518;
-
- // aapt resource value: 0x7F02000F
- public const int actionMenuTextAppearance = 2130837519;
-
- // aapt resource value: 0x7F020010
- public const int actionMenuTextColor = 2130837520;
-
- // aapt resource value: 0x7F020011
- public const int actionModeBackground = 2130837521;
-
- // aapt resource value: 0x7F020012
- public const int actionModeCloseButtonStyle = 2130837522;
-
- // aapt resource value: 0x7F020013
- public const int actionModeCloseDrawable = 2130837523;
-
- // aapt resource value: 0x7F020014
- public const int actionModeCopyDrawable = 2130837524;
-
- // aapt resource value: 0x7F020015
- public const int actionModeCutDrawable = 2130837525;
-
- // aapt resource value: 0x7F020016
- public const int actionModeFindDrawable = 2130837526;
-
- // aapt resource value: 0x7F020017
- public const int actionModePasteDrawable = 2130837527;
-
- // aapt resource value: 0x7F020018
- public const int actionModePopupWindowStyle = 2130837528;
-
- // aapt resource value: 0x7F020019
- public const int actionModeSelectAllDrawable = 2130837529;
-
- // aapt resource value: 0x7F02001A
- public const int actionModeShareDrawable = 2130837530;
-
- // aapt resource value: 0x7F02001B
- public const int actionModeSplitBackground = 2130837531;
-
- // aapt resource value: 0x7F02001C
- public const int actionModeStyle = 2130837532;
-
- // aapt resource value: 0x7F02001D
- public const int actionModeWebSearchDrawable = 2130837533;
-
- // aapt resource value: 0x7F02001E
- public const int actionOverflowButtonStyle = 2130837534;
-
- // aapt resource value: 0x7F02001F
- public const int actionOverflowMenuStyle = 2130837535;
-
- // aapt resource value: 0x7F020020
- public const int actionProviderClass = 2130837536;
-
- // aapt resource value: 0x7F020021
- public const int actionViewClass = 2130837537;
-
- // aapt resource value: 0x7F020022
- public const int activityChooserViewStyle = 2130837538;
-
- // aapt resource value: 0x7F020023
- public const int alertDialogButtonGroupStyle = 2130837539;
-
- // aapt resource value: 0x7F020024
- public const int alertDialogCenterButtons = 2130837540;
-
- // aapt resource value: 0x7F020025
- public const int alertDialogStyle = 2130837541;
-
- // aapt resource value: 0x7F020026
- public const int alertDialogTheme = 2130837542;
-
- // aapt resource value: 0x7F020027
- public const int allowStacking = 2130837543;
-
- // aapt resource value: 0x7F020028
- public const int arrowHeadLength = 2130837544;
-
- // aapt resource value: 0x7F020029
- public const int arrowShaftLength = 2130837545;
-
- // aapt resource value: 0x7F02002A
- public const int autoCompleteTextViewStyle = 2130837546;
-
- // aapt resource value: 0x7F02002B
- public const int background = 2130837547;
-
- // aapt resource value: 0x7F02002C
- public const int backgroundSplit = 2130837548;
-
- // aapt resource value: 0x7F02002D
- public const int backgroundStacked = 2130837549;
-
- // aapt resource value: 0x7F02002E
- public const int backgroundTint = 2130837550;
-
- // aapt resource value: 0x7F02002F
- public const int backgroundTintMode = 2130837551;
-
- // aapt resource value: 0x7F020030
- public const int barLength = 2130837552;
-
- // aapt resource value: 0x7F020031
- public const int behavior_hideable = 2130837553;
-
- // aapt resource value: 0x7F020032
- public const int behavior_overlapTop = 2130837554;
-
- // aapt resource value: 0x7F020033
- public const int behavior_peekHeight = 2130837555;
-
- // aapt resource value: 0x7F020035
- public const int borderlessButtonStyle = 2130837557;
-
- // aapt resource value: 0x7F020034
- public const int borderWidth = 2130837556;
-
- // aapt resource value: 0x7F020036
- public const int bottomSheetDialogTheme = 2130837558;
-
- // aapt resource value: 0x7F020037
- public const int bottomSheetStyle = 2130837559;
-
- // aapt resource value: 0x7F020038
- public const int buttonBarButtonStyle = 2130837560;
-
- // aapt resource value: 0x7F020039
- public const int buttonBarNegativeButtonStyle = 2130837561;
-
- // aapt resource value: 0x7F02003A
- public const int buttonBarNeutralButtonStyle = 2130837562;
-
- // aapt resource value: 0x7F02003B
- public const int buttonBarPositiveButtonStyle = 2130837563;
-
- // aapt resource value: 0x7F02003C
- public const int buttonBarStyle = 2130837564;
-
- // aapt resource value: 0x7F02003D
- public const int buttonPanelSideLayout = 2130837565;
-
- // aapt resource value: 0x7F02003E
- public const int buttonStyle = 2130837566;
-
- // aapt resource value: 0x7F02003F
- public const int buttonStyleSmall = 2130837567;
-
- // aapt resource value: 0x7F020040
- public const int buttonTint = 2130837568;
-
- // aapt resource value: 0x7F020041
- public const int buttonTintMode = 2130837569;
-
- // aapt resource value: 0x7F020042
- public const int cardBackgroundColor = 2130837570;
-
- // aapt resource value: 0x7F020043
- public const int cardCornerRadius = 2130837571;
-
- // aapt resource value: 0x7F020044
- public const int cardElevation = 2130837572;
-
- // aapt resource value: 0x7F020045
- public const int cardMaxElevation = 2130837573;
-
- // aapt resource value: 0x7F020046
- public const int cardPreventCornerOverlap = 2130837574;
-
- // aapt resource value: 0x7F020047
- public const int cardUseCompatPadding = 2130837575;
-
- // aapt resource value: 0x7F020048
- public const int checkboxStyle = 2130837576;
-
- // aapt resource value: 0x7F020049
- public const int checkedTextViewStyle = 2130837577;
-
- // aapt resource value: 0x7F02004A
- public const int closeIcon = 2130837578;
-
- // aapt resource value: 0x7F02004B
- public const int closeItemLayout = 2130837579;
-
- // aapt resource value: 0x7F02004C
- public const int collapseContentDescription = 2130837580;
-
- // aapt resource value: 0x7F02004E
- public const int collapsedTitleGravity = 2130837582;
-
- // aapt resource value: 0x7F02004F
- public const int collapsedTitleTextAppearance = 2130837583;
-
- // aapt resource value: 0x7F02004D
- public const int collapseIcon = 2130837581;
-
- // aapt resource value: 0x7F020050
- public const int color = 2130837584;
-
- // aapt resource value: 0x7F020051
- public const int colorAccent = 2130837585;
-
- // aapt resource value: 0x7F020052
- public const int colorButtonNormal = 2130837586;
-
- // aapt resource value: 0x7F020053
- public const int colorControlActivated = 2130837587;
-
- // aapt resource value: 0x7F020054
- public const int colorControlHighlight = 2130837588;
-
- // aapt resource value: 0x7F020055
- public const int colorControlNormal = 2130837589;
-
- // aapt resource value: 0x7F020056
- public const int colorPrimary = 2130837590;
-
- // aapt resource value: 0x7F020057
- public const int colorPrimaryDark = 2130837591;
-
- // aapt resource value: 0x7F020058
- public const int colorSwitchThumbNormal = 2130837592;
-
- // aapt resource value: 0x7F020059
- public const int commitIcon = 2130837593;
-
- // aapt resource value: 0x7F02005A
- public const int contentInsetEnd = 2130837594;
-
- // aapt resource value: 0x7F02005B
- public const int contentInsetLeft = 2130837595;
-
- // aapt resource value: 0x7F02005C
- public const int contentInsetRight = 2130837596;
-
- // aapt resource value: 0x7F02005D
- public const int contentInsetStart = 2130837597;
-
- // aapt resource value: 0x7F02005E
- public const int contentPadding = 2130837598;
-
- // aapt resource value: 0x7F02005F
- public const int contentPaddingBottom = 2130837599;
-
- // aapt resource value: 0x7F020060
- public const int contentPaddingLeft = 2130837600;
-
- // aapt resource value: 0x7F020061
- public const int contentPaddingRight = 2130837601;
-
- // aapt resource value: 0x7F020062
- public const int contentPaddingTop = 2130837602;
-
- // aapt resource value: 0x7F020063
- public const int contentScrim = 2130837603;
-
- // aapt resource value: 0x7F020064
- public const int controlBackground = 2130837604;
-
- // aapt resource value: 0x7F020065
- public const int counterEnabled = 2130837605;
-
- // aapt resource value: 0x7F020066
- public const int counterMaxLength = 2130837606;
-
- // aapt resource value: 0x7F020067
- public const int counterOverflowTextAppearance = 2130837607;
-
- // aapt resource value: 0x7F020068
- public const int counterTextAppearance = 2130837608;
-
- // aapt resource value: 0x7F020069
- public const int customNavigationLayout = 2130837609;
-
- // aapt resource value: 0x7F02006A
- public const int defaultQueryHint = 2130837610;
-
- // aapt resource value: 0x7F02006B
- public const int dialogPreferredPadding = 2130837611;
-
- // aapt resource value: 0x7F02006C
- public const int dialogTheme = 2130837612;
-
- // aapt resource value: 0x7F02006D
- public const int displayOptions = 2130837613;
-
- // aapt resource value: 0x7F02006E
- public const int divider = 2130837614;
-
- // aapt resource value: 0x7F02006F
- public const int dividerHorizontal = 2130837615;
-
- // aapt resource value: 0x7F020070
- public const int dividerPadding = 2130837616;
-
- // aapt resource value: 0x7F020071
- public const int dividerVertical = 2130837617;
-
- // aapt resource value: 0x7F020072
- public const int drawableSize = 2130837618;
-
- // aapt resource value: 0x7F020073
- public const int drawerArrowStyle = 2130837619;
-
- // aapt resource value: 0x7F020075
- public const int dropdownListPreferredItemHeight = 2130837621;
-
- // aapt resource value: 0x7F020074
- public const int dropDownListViewStyle = 2130837620;
-
- // aapt resource value: 0x7F020076
- public const int editTextBackground = 2130837622;
-
- // aapt resource value: 0x7F020077
- public const int editTextColor = 2130837623;
-
- // aapt resource value: 0x7F020078
- public const int editTextStyle = 2130837624;
-
- // aapt resource value: 0x7F020079
- public const int elevation = 2130837625;
-
- // aapt resource value: 0x7F02007A
- public const int errorEnabled = 2130837626;
-
- // aapt resource value: 0x7F02007B
- public const int errorTextAppearance = 2130837627;
-
- // aapt resource value: 0x7F02007C
- public const int expandActivityOverflowButtonDrawable = 2130837628;
-
- // aapt resource value: 0x7F02007D
- public const int expanded = 2130837629;
-
- // aapt resource value: 0x7F02007E
- public const int expandedTitleGravity = 2130837630;
-
- // aapt resource value: 0x7F02007F
- public const int expandedTitleMargin = 2130837631;
-
- // aapt resource value: 0x7F020080
- public const int expandedTitleMarginBottom = 2130837632;
-
- // aapt resource value: 0x7F020081
- public const int expandedTitleMarginEnd = 2130837633;
-
- // aapt resource value: 0x7F020082
- public const int expandedTitleMarginStart = 2130837634;
-
- // aapt resource value: 0x7F020083
- public const int expandedTitleMarginTop = 2130837635;
-
- // aapt resource value: 0x7F020084
- public const int expandedTitleTextAppearance = 2130837636;
-
- // aapt resource value: 0x7F020085
- public const int externalRouteEnabledDrawable = 2130837637;
-
- // aapt resource value: 0x7F020086
- public const int fabSize = 2130837638;
-
- // aapt resource value: 0x7F020087
- public const int foregroundInsidePadding = 2130837639;
-
- // aapt resource value: 0x7F020088
- public const int gapBetweenBars = 2130837640;
-
- // aapt resource value: 0x7F020089
- public const int goIcon = 2130837641;
-
- // aapt resource value: 0x7F02008A
- public const int headerLayout = 2130837642;
-
- // aapt resource value: 0x7F02008B
- public const int height = 2130837643;
-
- // aapt resource value: 0x7F02008C
- public const int hideOnContentScroll = 2130837644;
-
- // aapt resource value: 0x7F02008D
- public const int hintAnimationEnabled = 2130837645;
-
- // aapt resource value: 0x7F02008E
- public const int hintEnabled = 2130837646;
-
- // aapt resource value: 0x7F02008F
- public const int hintTextAppearance = 2130837647;
-
- // aapt resource value: 0x7F020090
- public const int homeAsUpIndicator = 2130837648;
-
- // aapt resource value: 0x7F020091
- public const int homeLayout = 2130837649;
-
- // aapt resource value: 0x7F020092
- public const int icon = 2130837650;
-
- // aapt resource value: 0x7F020093
- public const int iconifiedByDefault = 2130837651;
-
- // aapt resource value: 0x7F020094
- public const int imageButtonStyle = 2130837652;
-
- // aapt resource value: 0x7F020095
- public const int indeterminateProgressStyle = 2130837653;
-
- // aapt resource value: 0x7F020096
- public const int initialActivityCount = 2130837654;
-
- // aapt resource value: 0x7F020097
- public const int insetForeground = 2130837655;
-
- // aapt resource value: 0x7F020098
- public const int isLightTheme = 2130837656;
-
- // aapt resource value: 0x7F020099
- public const int itemBackground = 2130837657;
-
- // aapt resource value: 0x7F02009A
- public const int itemIconTint = 2130837658;
-
- // aapt resource value: 0x7F02009B
- public const int itemPadding = 2130837659;
-
- // aapt resource value: 0x7F02009C
- public const int itemTextAppearance = 2130837660;
-
- // aapt resource value: 0x7F02009D
- public const int itemTextColor = 2130837661;
-
- // aapt resource value: 0x7F02009E
- public const int keylines = 2130837662;
-
- // aapt resource value: 0x7F02009F
- public const int layout = 2130837663;
-
- // aapt resource value: 0x7F0200A0
- public const int layoutManager = 2130837664;
-
- // aapt resource value: 0x7F0200A1
- public const int layout_anchor = 2130837665;
-
- // aapt resource value: 0x7F0200A2
- public const int layout_anchorGravity = 2130837666;
-
- // aapt resource value: 0x7F0200A3
- public const int layout_behavior = 2130837667;
-
- // aapt resource value: 0x7F0200A4
- public const int layout_collapseMode = 2130837668;
-
- // aapt resource value: 0x7F0200A5
- public const int layout_collapseParallaxMultiplier = 2130837669;
-
- // aapt resource value: 0x7F0200A6
- public const int layout_keyline = 2130837670;
-
- // aapt resource value: 0x7F0200A7
- public const int layout_scrollFlags = 2130837671;
-
- // aapt resource value: 0x7F0200A8
- public const int layout_scrollInterpolator = 2130837672;
-
- // aapt resource value: 0x7F0200A9
- public const int listChoiceBackgroundIndicator = 2130837673;
-
- // aapt resource value: 0x7F0200AA
- public const int listDividerAlertDialog = 2130837674;
-
- // aapt resource value: 0x7F0200AB
- public const int listItemLayout = 2130837675;
-
- // aapt resource value: 0x7F0200AC
- public const int listLayout = 2130837676;
-
- // aapt resource value: 0x7F0200AD
- public const int listPopupWindowStyle = 2130837677;
-
- // aapt resource value: 0x7F0200AE
- public const int listPreferredItemHeight = 2130837678;
-
- // aapt resource value: 0x7F0200AF
- public const int listPreferredItemHeightLarge = 2130837679;
-
- // aapt resource value: 0x7F0200B0
- public const int listPreferredItemHeightSmall = 2130837680;
-
- // aapt resource value: 0x7F0200B1
- public const int listPreferredItemPaddingLeft = 2130837681;
-
- // aapt resource value: 0x7F0200B2
- public const int listPreferredItemPaddingRight = 2130837682;
-
- // aapt resource value: 0x7F0200B3
- public const int logo = 2130837683;
-
- // aapt resource value: 0x7F0200B4
- public const int logoDescription = 2130837684;
-
- // aapt resource value: 0x7F0200B5
- public const int maxActionInlineWidth = 2130837685;
-
- // aapt resource value: 0x7F0200B6
- public const int maxButtonHeight = 2130837686;
-
- // aapt resource value: 0x7F0200B7
- public const int measureWithLargestChild = 2130837687;
-
- // aapt resource value: 0x7F0200B8
- public const int mediaRouteAudioTrackDrawable = 2130837688;
-
- // aapt resource value: 0x7F0200B9
- public const int mediaRouteBluetoothIconDrawable = 2130837689;
-
- // aapt resource value: 0x7F0200BA
- public const int mediaRouteButtonStyle = 2130837690;
-
- // aapt resource value: 0x7F0200BB
- public const int mediaRouteCastDrawable = 2130837691;
-
- // aapt resource value: 0x7F0200BC
- public const int mediaRouteChooserPrimaryTextStyle = 2130837692;
-
- // aapt resource value: 0x7F0200BD
- public const int mediaRouteChooserSecondaryTextStyle = 2130837693;
-
- // aapt resource value: 0x7F0200BE
- public const int mediaRouteCloseDrawable = 2130837694;
-
- // aapt resource value: 0x7F0200BF
- public const int mediaRouteCollapseGroupDrawable = 2130837695;
-
- // aapt resource value: 0x7F0200C0
- public const int mediaRouteConnectingDrawable = 2130837696;
-
- // aapt resource value: 0x7F0200C1
- public const int mediaRouteControllerPrimaryTextStyle = 2130837697;
-
- // aapt resource value: 0x7F0200C2
- public const int mediaRouteControllerSecondaryTextStyle = 2130837698;
-
- // aapt resource value: 0x7F0200C3
- public const int mediaRouteControllerTitleTextStyle = 2130837699;
-
- // aapt resource value: 0x7F020000
- public const int MediaRouteControllerWindowBackground = 2130837504;
-
- // aapt resource value: 0x7F0200C4
- public const int mediaRouteDefaultIconDrawable = 2130837700;
-
- // aapt resource value: 0x7F0200C5
- public const int mediaRouteExpandGroupDrawable = 2130837701;
-
- // aapt resource value: 0x7F0200C6
- public const int mediaRouteOffDrawable = 2130837702;
-
- // aapt resource value: 0x7F0200C7
- public const int mediaRouteOnDrawable = 2130837703;
-
- // aapt resource value: 0x7F0200C8
- public const int mediaRoutePauseDrawable = 2130837704;
-
- // aapt resource value: 0x7F0200C9
- public const int mediaRoutePlayDrawable = 2130837705;
-
- // aapt resource value: 0x7F0200CA
- public const int mediaRouteSpeakerGroupIconDrawable = 2130837706;
-
- // aapt resource value: 0x7F0200CB
- public const int mediaRouteSpeakerIconDrawable = 2130837707;
-
- // aapt resource value: 0x7F0200CC
- public const int mediaRouteTvIconDrawable = 2130837708;
-
- // aapt resource value: 0x7F0200CD
- public const int menu = 2130837709;
-
- // aapt resource value: 0x7F0200CE
- public const int multiChoiceItemLayout = 2130837710;
-
- // aapt resource value: 0x7F0200CF
- public const int navigationContentDescription = 2130837711;
-
- // aapt resource value: 0x7F0200D0
- public const int navigationIcon = 2130837712;
-
- // aapt resource value: 0x7F0200D1
- public const int navigationMode = 2130837713;
-
- // aapt resource value: 0x7F0200D2
- public const int overlapAnchor = 2130837714;
-
- // aapt resource value: 0x7F0200D3
- public const int paddingEnd = 2130837715;
-
- // aapt resource value: 0x7F0200D4
- public const int paddingStart = 2130837716;
-
- // aapt resource value: 0x7F0200D5
- public const int panelBackground = 2130837717;
-
- // aapt resource value: 0x7F0200D6
- public const int panelMenuListTheme = 2130837718;
-
- // aapt resource value: 0x7F0200D7
- public const int panelMenuListWidth = 2130837719;
-
- // aapt resource value: 0x7F0200D8
- public const int popupMenuStyle = 2130837720;
-
- // aapt resource value: 0x7F0200D9
- public const int popupTheme = 2130837721;
-
- // aapt resource value: 0x7F0200DA
- public const int popupWindowStyle = 2130837722;
-
- // aapt resource value: 0x7F0200DB
- public const int preserveIconSpacing = 2130837723;
-
- // aapt resource value: 0x7F0200DC
- public const int pressedTranslationZ = 2130837724;
-
- // aapt resource value: 0x7F0200DD
- public const int progressBarPadding = 2130837725;
-
- // aapt resource value: 0x7F0200DE
- public const int progressBarStyle = 2130837726;
-
- // aapt resource value: 0x7F0200DF
- public const int queryBackground = 2130837727;
-
- // aapt resource value: 0x7F0200E0
- public const int queryHint = 2130837728;
-
- // aapt resource value: 0x7F0200E1
- public const int radioButtonStyle = 2130837729;
-
- // aapt resource value: 0x7F0200E2
- public const int ratingBarStyle = 2130837730;
-
- // aapt resource value: 0x7F0200E3
- public const int ratingBarStyleIndicator = 2130837731;
-
- // aapt resource value: 0x7F0200E4
- public const int ratingBarStyleSmall = 2130837732;
-
- // aapt resource value: 0x7F0200E5
- public const int reverseLayout = 2130837733;
-
- // aapt resource value: 0x7F0200E6
- public const int rippleColor = 2130837734;
-
- // aapt resource value: 0x7F0200E7
- public const int searchHintIcon = 2130837735;
-
- // aapt resource value: 0x7F0200E8
- public const int searchIcon = 2130837736;
-
- // aapt resource value: 0x7F0200E9
- public const int searchViewStyle = 2130837737;
-
- // aapt resource value: 0x7F0200EA
- public const int seekBarStyle = 2130837738;
-
- // aapt resource value: 0x7F0200EB
- public const int selectableItemBackground = 2130837739;
-
- // aapt resource value: 0x7F0200EC
- public const int selectableItemBackgroundBorderless = 2130837740;
-
- // aapt resource value: 0x7F0200ED
- public const int showAsAction = 2130837741;
-
- // aapt resource value: 0x7F0200EE
- public const int showDividers = 2130837742;
-
- // aapt resource value: 0x7F0200EF
- public const int showText = 2130837743;
-
- // aapt resource value: 0x7F0200F0
- public const int singleChoiceItemLayout = 2130837744;
-
- // aapt resource value: 0x7F0200F1
- public const int spanCount = 2130837745;
-
- // aapt resource value: 0x7F0200F2
- public const int spinBars = 2130837746;
-
- // aapt resource value: 0x7F0200F3
- public const int spinnerDropDownItemStyle = 2130837747;
-
- // aapt resource value: 0x7F0200F4
- public const int spinnerStyle = 2130837748;
-
- // aapt resource value: 0x7F0200F5
- public const int splitTrack = 2130837749;
-
- // aapt resource value: 0x7F0200F6
- public const int srcCompat = 2130837750;
-
- // aapt resource value: 0x7F0200F7
- public const int stackFromEnd = 2130837751;
-
- // aapt resource value: 0x7F0200F8
- public const int state_above_anchor = 2130837752;
-
- // aapt resource value: 0x7F0200F9
- public const int statusBarBackground = 2130837753;
-
- // aapt resource value: 0x7F0200FA
- public const int statusBarScrim = 2130837754;
-
- // aapt resource value: 0x7F0200FB
- public const int submitBackground = 2130837755;
-
- // aapt resource value: 0x7F0200FC
- public const int subtitle = 2130837756;
-
- // aapt resource value: 0x7F0200FD
- public const int subtitleTextAppearance = 2130837757;
-
- // aapt resource value: 0x7F0200FE
- public const int subtitleTextColor = 2130837758;
-
- // aapt resource value: 0x7F0200FF
- public const int subtitleTextStyle = 2130837759;
-
- // aapt resource value: 0x7F020100
- public const int suggestionRowLayout = 2130837760;
-
- // aapt resource value: 0x7F020101
- public const int switchMinWidth = 2130837761;
-
- // aapt resource value: 0x7F020102
- public const int switchPadding = 2130837762;
-
- // aapt resource value: 0x7F020103
- public const int switchStyle = 2130837763;
-
- // aapt resource value: 0x7F020104
- public const int switchTextAppearance = 2130837764;
-
- // aapt resource value: 0x7F020105
- public const int tabBackground = 2130837765;
-
- // aapt resource value: 0x7F020106
- public const int tabContentStart = 2130837766;
-
- // aapt resource value: 0x7F020107
- public const int tabGravity = 2130837767;
-
- // aapt resource value: 0x7F020108
- public const int tabIndicatorColor = 2130837768;
-
- // aapt resource value: 0x7F020109
- public const int tabIndicatorHeight = 2130837769;
-
- // aapt resource value: 0x7F02010A
- public const int tabMaxWidth = 2130837770;
-
- // aapt resource value: 0x7F02010B
- public const int tabMinWidth = 2130837771;
-
- // aapt resource value: 0x7F02010C
- public const int tabMode = 2130837772;
-
- // aapt resource value: 0x7F02010D
- public const int tabPadding = 2130837773;
-
- // aapt resource value: 0x7F02010E
- public const int tabPaddingBottom = 2130837774;
-
- // aapt resource value: 0x7F02010F
- public const int tabPaddingEnd = 2130837775;
-
- // aapt resource value: 0x7F020110
- public const int tabPaddingStart = 2130837776;
-
- // aapt resource value: 0x7F020111
- public const int tabPaddingTop = 2130837777;
-
- // aapt resource value: 0x7F020112
- public const int tabSelectedTextColor = 2130837778;
-
- // aapt resource value: 0x7F020113
- public const int tabTextAppearance = 2130837779;
-
- // aapt resource value: 0x7F020114
- public const int tabTextColor = 2130837780;
-
- // aapt resource value: 0x7F020115
- public const int textAllCaps = 2130837781;
-
- // aapt resource value: 0x7F020116
- public const int textAppearanceLargePopupMenu = 2130837782;
-
- // aapt resource value: 0x7F020117
- public const int textAppearanceListItem = 2130837783;
-
- // aapt resource value: 0x7F020118
- public const int textAppearanceListItemSmall = 2130837784;
-
- // aapt resource value: 0x7F020119
- public const int textAppearanceSearchResultSubtitle = 2130837785;
-
- // aapt resource value: 0x7F02011A
- public const int textAppearanceSearchResultTitle = 2130837786;
-
- // aapt resource value: 0x7F02011B
- public const int textAppearanceSmallPopupMenu = 2130837787;
-
- // aapt resource value: 0x7F02011C
- public const int textColorAlertDialogListItem = 2130837788;
-
- // aapt resource value: 0x7F02011D
- public const int textColorError = 2130837789;
-
- // aapt resource value: 0x7F02011E
- public const int textColorSearchUrl = 2130837790;
-
- // aapt resource value: 0x7F02011F
- public const int theme = 2130837791;
-
- // aapt resource value: 0x7F020120
- public const int thickness = 2130837792;
-
- // aapt resource value: 0x7F020121
- public const int thumbTextPadding = 2130837793;
-
- // aapt resource value: 0x7F020122
- public const int title = 2130837794;
-
- // aapt resource value: 0x7F020123
- public const int titleEnabled = 2130837795;
-
- // aapt resource value: 0x7F020124
- public const int titleMarginBottom = 2130837796;
-
- // aapt resource value: 0x7F020125
- public const int titleMarginEnd = 2130837797;
-
- // aapt resource value: 0x7F020128
- public const int titleMargins = 2130837800;
-
- // aapt resource value: 0x7F020126
- public const int titleMarginStart = 2130837798;
-
- // aapt resource value: 0x7F020127
- public const int titleMarginTop = 2130837799;
-
- // aapt resource value: 0x7F020129
- public const int titleTextAppearance = 2130837801;
-
- // aapt resource value: 0x7F02012A
- public const int titleTextColor = 2130837802;
-
- // aapt resource value: 0x7F02012B
- public const int titleTextStyle = 2130837803;
-
- // aapt resource value: 0x7F02012C
- public const int toolbarId = 2130837804;
-
- // aapt resource value: 0x7F02012D
- public const int toolbarNavigationButtonStyle = 2130837805;
-
- // aapt resource value: 0x7F02012E
- public const int toolbarStyle = 2130837806;
-
- // aapt resource value: 0x7F02012F
- public const int track = 2130837807;
-
- // aapt resource value: 0x7F020130
- public const int useCompatPadding = 2130837808;
-
- // aapt resource value: 0x7F020131
- public const int voiceIcon = 2130837809;
-
- // aapt resource value: 0x7F020132
- public const int windowActionBar = 2130837810;
-
- // aapt resource value: 0x7F020133
- public const int windowActionBarOverlay = 2130837811;
-
- // aapt resource value: 0x7F020134
- public const int windowActionModeOverlay = 2130837812;
-
- // aapt resource value: 0x7F020135
- public const int windowFixedHeightMajor = 2130837813;
-
- // aapt resource value: 0x7F020136
- public const int windowFixedHeightMinor = 2130837814;
-
- // aapt resource value: 0x7F020137
- public const int windowFixedWidthMajor = 2130837815;
-
- // aapt resource value: 0x7F020138
- public const int windowFixedWidthMinor = 2130837816;
-
- // aapt resource value: 0x7F020139
- public const int windowMinWidthMajor = 2130837817;
-
- // aapt resource value: 0x7F02013A
- public const int windowMinWidthMinor = 2130837818;
-
- // aapt resource value: 0x7F02013B
- public const int windowNoTitle = 2130837819;
-
- static Attribute()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Attribute()
- {
- }
- }
-
- public partial class Boolean
- {
-
- // aapt resource value: 0x7F030000
- public const int abc_action_bar_embed_tabs = 2130903040;
-
- // aapt resource value: 0x7F030001
- public const int abc_action_bar_embed_tabs_pre_jb = 2130903041;
-
- // aapt resource value: 0x7F030002
- public const int abc_action_bar_expanded_action_views_exclusive = 2130903042;
-
- // aapt resource value: 0x7F030003
- public const int abc_allow_stacked_button_bar = 2130903043;
-
- // aapt resource value: 0x7F030004
- public const int abc_config_actionMenuItemAllCaps = 2130903044;
-
- // aapt resource value: 0x7F030005
- public const int abc_config_allowActionMenuItemTextWithIcon = 2130903045;
-
- // aapt resource value: 0x7F030006
- public const int abc_config_closeDialogWhenTouchOutside = 2130903046;
-
- // aapt resource value: 0x7F030007
- public const int abc_config_showMenuShortcutsWhenKeyboardPresent = 2130903047;
-
- static Boolean()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Boolean()
- {
- }
- }
-
- public partial class Color
- {
-
- // aapt resource value: 0x7F040000
- public const int abc_background_cache_hint_selector_material_dark = 2130968576;
-
- // aapt resource value: 0x7F040001
- public const int abc_background_cache_hint_selector_material_light = 2130968577;
-
- // aapt resource value: 0x7F040002
- public const int abc_color_highlight_material = 2130968578;
-
- // aapt resource value: 0x7F040003
- public const int abc_input_method_navigation_guard = 2130968579;
-
- // aapt resource value: 0x7F040004
- public const int abc_primary_text_disable_only_material_dark = 2130968580;
-
- // aapt resource value: 0x7F040005
- public const int abc_primary_text_disable_only_material_light = 2130968581;
-
- // aapt resource value: 0x7F040006
- public const int abc_primary_text_material_dark = 2130968582;
-
- // aapt resource value: 0x7F040007
- public const int abc_primary_text_material_light = 2130968583;
-
- // aapt resource value: 0x7F040008
- public const int abc_search_url_text = 2130968584;
-
- // aapt resource value: 0x7F040009
- public const int abc_search_url_text_normal = 2130968585;
-
- // aapt resource value: 0x7F04000A
- public const int abc_search_url_text_pressed = 2130968586;
-
- // aapt resource value: 0x7F04000B
- public const int abc_search_url_text_selected = 2130968587;
-
- // aapt resource value: 0x7F04000C
- public const int abc_secondary_text_material_dark = 2130968588;
-
- // aapt resource value: 0x7F04000D
- public const int abc_secondary_text_material_light = 2130968589;
-
- // aapt resource value: 0x7F04000E
- public const int accent_material_dark = 2130968590;
-
- // aapt resource value: 0x7F04000F
- public const int accent_material_light = 2130968591;
-
- // aapt resource value: 0x7F040010
- public const int background_floating_material_dark = 2130968592;
-
- // aapt resource value: 0x7F040011
- public const int background_floating_material_light = 2130968593;
-
- // aapt resource value: 0x7F040012
- public const int background_material_dark = 2130968594;
-
- // aapt resource value: 0x7F040013
- public const int background_material_light = 2130968595;
-
- // aapt resource value: 0x7F040014
- public const int bright_foreground_disabled_material_dark = 2130968596;
-
- // aapt resource value: 0x7F040015
- public const int bright_foreground_disabled_material_light = 2130968597;
-
- // aapt resource value: 0x7F040016
- public const int bright_foreground_inverse_material_dark = 2130968598;
-
- // aapt resource value: 0x7F040017
- public const int bright_foreground_inverse_material_light = 2130968599;
-
- // aapt resource value: 0x7F040018
- public const int bright_foreground_material_dark = 2130968600;
-
- // aapt resource value: 0x7F040019
- public const int bright_foreground_material_light = 2130968601;
-
- // aapt resource value: 0x7F04001A
- public const int button_material_dark = 2130968602;
-
- // aapt resource value: 0x7F04001B
- public const int button_material_light = 2130968603;
-
- // aapt resource value: 0x7F04001C
- public const int cardview_dark_background = 2130968604;
-
- // aapt resource value: 0x7F04001D
- public const int cardview_light_background = 2130968605;
-
- // aapt resource value: 0x7F04001E
- public const int cardview_shadow_end_color = 2130968606;
-
- // aapt resource value: 0x7F04001F
- public const int cardview_shadow_start_color = 2130968607;
-
- // aapt resource value: 0x7F040020
- public const int design_fab_shadow_end_color = 2130968608;
-
- // aapt resource value: 0x7F040021
- public const int design_fab_shadow_mid_color = 2130968609;
-
- // aapt resource value: 0x7F040022
- public const int design_fab_shadow_start_color = 2130968610;
-
- // aapt resource value: 0x7F040023
- public const int design_fab_stroke_end_inner_color = 2130968611;
-
- // aapt resource value: 0x7F040024
- public const int design_fab_stroke_end_outer_color = 2130968612;
-
- // aapt resource value: 0x7F040025
- public const int design_fab_stroke_top_inner_color = 2130968613;
-
- // aapt resource value: 0x7F040026
- public const int design_fab_stroke_top_outer_color = 2130968614;
-
- // aapt resource value: 0x7F040027
- public const int design_snackbar_background_color = 2130968615;
-
- // aapt resource value: 0x7F040028
- public const int design_textinput_error_color_dark = 2130968616;
-
- // aapt resource value: 0x7F040029
- public const int design_textinput_error_color_light = 2130968617;
-
- // aapt resource value: 0x7F04002A
- public const int dim_foreground_disabled_material_dark = 2130968618;
-
- // aapt resource value: 0x7F04002B
- public const int dim_foreground_disabled_material_light = 2130968619;
-
- // aapt resource value: 0x7F04002C
- public const int dim_foreground_material_dark = 2130968620;
-
- // aapt resource value: 0x7F04002D
- public const int dim_foreground_material_light = 2130968621;
-
- // aapt resource value: 0x7F04002E
- public const int foreground_material_dark = 2130968622;
-
- // aapt resource value: 0x7F04002F
- public const int foreground_material_light = 2130968623;
-
- // aapt resource value: 0x7F040030
- public const int highlighted_text_material_dark = 2130968624;
-
- // aapt resource value: 0x7F040031
- public const int highlighted_text_material_light = 2130968625;
-
- // aapt resource value: 0x7F040032
- public const int hint_foreground_material_dark = 2130968626;
-
- // aapt resource value: 0x7F040033
- public const int hint_foreground_material_light = 2130968627;
-
- // aapt resource value: 0x7F040034
- public const int material_blue_grey_800 = 2130968628;
-
- // aapt resource value: 0x7F040035
- public const int material_blue_grey_900 = 2130968629;
-
- // aapt resource value: 0x7F040036
- public const int material_blue_grey_950 = 2130968630;
-
- // aapt resource value: 0x7F040037
- public const int material_deep_teal_200 = 2130968631;
-
- // aapt resource value: 0x7F040038
- public const int material_deep_teal_500 = 2130968632;
-
- // aapt resource value: 0x7F040039
- public const int material_grey_100 = 2130968633;
-
- // aapt resource value: 0x7F04003A
- public const int material_grey_300 = 2130968634;
-
- // aapt resource value: 0x7F04003B
- public const int material_grey_50 = 2130968635;
-
- // aapt resource value: 0x7F04003C
- public const int material_grey_600 = 2130968636;
-
- // aapt resource value: 0x7F04003D
- public const int material_grey_800 = 2130968637;
-
- // aapt resource value: 0x7F04003E
- public const int material_grey_850 = 2130968638;
-
- // aapt resource value: 0x7F04003F
- public const int material_grey_900 = 2130968639;
-
- // aapt resource value: 0x7F040040
- public const int primary_dark_material_dark = 2130968640;
-
- // aapt resource value: 0x7F040041
- public const int primary_dark_material_light = 2130968641;
-
- // aapt resource value: 0x7F040042
- public const int primary_material_dark = 2130968642;
-
- // aapt resource value: 0x7F040043
- public const int primary_material_light = 2130968643;
-
- // aapt resource value: 0x7F040044
- public const int primary_text_default_material_dark = 2130968644;
-
- // aapt resource value: 0x7F040045
- public const int primary_text_default_material_light = 2130968645;
-
- // aapt resource value: 0x7F040046
- public const int primary_text_disabled_material_dark = 2130968646;
-
- // aapt resource value: 0x7F040047
- public const int primary_text_disabled_material_light = 2130968647;
-
- // aapt resource value: 0x7F040048
- public const int ripple_material_dark = 2130968648;
-
- // aapt resource value: 0x7F040049
- public const int ripple_material_light = 2130968649;
-
- // aapt resource value: 0x7F04004A
- public const int secondary_text_default_material_dark = 2130968650;
-
- // aapt resource value: 0x7F04004B
- public const int secondary_text_default_material_light = 2130968651;
-
- // aapt resource value: 0x7F04004C
- public const int secondary_text_disabled_material_dark = 2130968652;
-
- // aapt resource value: 0x7F04004D
- public const int secondary_text_disabled_material_light = 2130968653;
-
- // aapt resource value: 0x7F04004E
- public const int switch_thumb_disabled_material_dark = 2130968654;
-
- // aapt resource value: 0x7F04004F
- public const int switch_thumb_disabled_material_light = 2130968655;
-
- // aapt resource value: 0x7F040050
- public const int switch_thumb_material_dark = 2130968656;
-
- // aapt resource value: 0x7F040051
- public const int switch_thumb_material_light = 2130968657;
-
- // aapt resource value: 0x7F040052
- public const int switch_thumb_normal_material_dark = 2130968658;
-
- // aapt resource value: 0x7F040053
- public const int switch_thumb_normal_material_light = 2130968659;
-
- static Color()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Color()
- {
- }
- }
-
- public partial class Dimension
- {
-
- // aapt resource value: 0x7F050000
- public const int abc_action_bar_content_inset_material = 2131034112;
-
- // aapt resource value: 0x7F050001
- public const int abc_action_bar_default_height_material = 2131034113;
-
- // aapt resource value: 0x7F050002
- public const int abc_action_bar_default_padding_end_material = 2131034114;
-
- // aapt resource value: 0x7F050003
- public const int abc_action_bar_default_padding_start_material = 2131034115;
-
- // aapt resource value: 0x7F050004
- public const int abc_action_bar_icon_vertical_padding_material = 2131034116;
-
- // aapt resource value: 0x7F050005
- public const int abc_action_bar_overflow_padding_end_material = 2131034117;
-
- // aapt resource value: 0x7F050006
- public const int abc_action_bar_overflow_padding_start_material = 2131034118;
-
- // aapt resource value: 0x7F050007
- public const int abc_action_bar_progress_bar_size = 2131034119;
-
- // aapt resource value: 0x7F050008
- public const int abc_action_bar_stacked_max_height = 2131034120;
-
- // aapt resource value: 0x7F050009
- public const int abc_action_bar_stacked_tab_max_width = 2131034121;
-
- // aapt resource value: 0x7F05000A
- public const int abc_action_bar_subtitle_bottom_margin_material = 2131034122;
-
- // aapt resource value: 0x7F05000B
- public const int abc_action_bar_subtitle_top_margin_material = 2131034123;
-
- // aapt resource value: 0x7F05000C
- public const int abc_action_button_min_height_material = 2131034124;
-
- // aapt resource value: 0x7F05000D
- public const int abc_action_button_min_width_material = 2131034125;
-
- // aapt resource value: 0x7F05000E
- public const int abc_action_button_min_width_overflow_material = 2131034126;
-
- // aapt resource value: 0x7F05000F
- public const int abc_alert_dialog_button_bar_height = 2131034127;
-
- // aapt resource value: 0x7F050010
- public const int abc_button_inset_horizontal_material = 2131034128;
-
- // aapt resource value: 0x7F050011
- public const int abc_button_inset_vertical_material = 2131034129;
-
- // aapt resource value: 0x7F050012
- public const int abc_button_padding_horizontal_material = 2131034130;
-
- // aapt resource value: 0x7F050013
- public const int abc_button_padding_vertical_material = 2131034131;
-
- // aapt resource value: 0x7F050014
- public const int abc_config_prefDialogWidth = 2131034132;
-
- // aapt resource value: 0x7F050015
- public const int abc_control_corner_material = 2131034133;
-
- // aapt resource value: 0x7F050016
- public const int abc_control_inset_material = 2131034134;
-
- // aapt resource value: 0x7F050017
- public const int abc_control_padding_material = 2131034135;
-
- // aapt resource value: 0x7F050018
- public const int abc_dialog_fixed_height_major = 2131034136;
-
- // aapt resource value: 0x7F050019
- public const int abc_dialog_fixed_height_minor = 2131034137;
-
- // aapt resource value: 0x7F05001A
- public const int abc_dialog_fixed_width_major = 2131034138;
-
- // aapt resource value: 0x7F05001B
- public const int abc_dialog_fixed_width_minor = 2131034139;
-
- // aapt resource value: 0x7F05001C
- public const int abc_dialog_list_padding_vertical_material = 2131034140;
-
- // aapt resource value: 0x7F05001D
- public const int abc_dialog_min_width_major = 2131034141;
-
- // aapt resource value: 0x7F05001E
- public const int abc_dialog_min_width_minor = 2131034142;
-
- // aapt resource value: 0x7F05001F
- public const int abc_dialog_padding_material = 2131034143;
-
- // aapt resource value: 0x7F050020
- public const int abc_dialog_padding_top_material = 2131034144;
-
- // aapt resource value: 0x7F050021
- public const int abc_disabled_alpha_material_dark = 2131034145;
-
- // aapt resource value: 0x7F050022
- public const int abc_disabled_alpha_material_light = 2131034146;
-
- // aapt resource value: 0x7F050023
- public const int abc_dropdownitem_icon_width = 2131034147;
-
- // aapt resource value: 0x7F050024
- public const int abc_dropdownitem_text_padding_left = 2131034148;
-
- // aapt resource value: 0x7F050025
- public const int abc_dropdownitem_text_padding_right = 2131034149;
-
- // aapt resource value: 0x7F050026
- public const int abc_edit_text_inset_bottom_material = 2131034150;
-
- // aapt resource value: 0x7F050027
- public const int abc_edit_text_inset_horizontal_material = 2131034151;
-
- // aapt resource value: 0x7F050028
- public const int abc_edit_text_inset_top_material = 2131034152;
-
- // aapt resource value: 0x7F050029
- public const int abc_floating_window_z = 2131034153;
-
- // aapt resource value: 0x7F05002A
- public const int abc_list_item_padding_horizontal_material = 2131034154;
-
- // aapt resource value: 0x7F05002B
- public const int abc_panel_menu_list_width = 2131034155;
-
- // aapt resource value: 0x7F05002C
- public const int abc_search_view_preferred_width = 2131034156;
-
- // aapt resource value: 0x7F05002D
- public const int abc_search_view_text_min_width = 2131034157;
-
- // aapt resource value: 0x7F05002E
- public const int abc_seekbar_track_background_height_material = 2131034158;
-
- // aapt resource value: 0x7F05002F
- public const int abc_seekbar_track_progress_height_material = 2131034159;
-
- // aapt resource value: 0x7F050030
- public const int abc_select_dialog_padding_start_material = 2131034160;
-
- // aapt resource value: 0x7F050031
- public const int abc_switch_padding = 2131034161;
-
- // aapt resource value: 0x7F050032
- public const int abc_text_size_body_1_material = 2131034162;
-
- // aapt resource value: 0x7F050033
- public const int abc_text_size_body_2_material = 2131034163;
-
- // aapt resource value: 0x7F050034
- public const int abc_text_size_button_material = 2131034164;
-
- // aapt resource value: 0x7F050035
- public const int abc_text_size_caption_material = 2131034165;
-
- // aapt resource value: 0x7F050036
- public const int abc_text_size_display_1_material = 2131034166;
-
- // aapt resource value: 0x7F050037
- public const int abc_text_size_display_2_material = 2131034167;
-
- // aapt resource value: 0x7F050038
- public const int abc_text_size_display_3_material = 2131034168;
-
- // aapt resource value: 0x7F050039
- public const int abc_text_size_display_4_material = 2131034169;
-
- // aapt resource value: 0x7F05003A
- public const int abc_text_size_headline_material = 2131034170;
-
- // aapt resource value: 0x7F05003B
- public const int abc_text_size_large_material = 2131034171;
-
- // aapt resource value: 0x7F05003C
- public const int abc_text_size_medium_material = 2131034172;
-
- // aapt resource value: 0x7F05003D
- public const int abc_text_size_menu_material = 2131034173;
-
- // aapt resource value: 0x7F05003E
- public const int abc_text_size_small_material = 2131034174;
-
- // aapt resource value: 0x7F05003F
- public const int abc_text_size_subhead_material = 2131034175;
-
- // aapt resource value: 0x7F050040
- public const int abc_text_size_subtitle_material_toolbar = 2131034176;
-
- // aapt resource value: 0x7F050041
- public const int abc_text_size_title_material = 2131034177;
-
- // aapt resource value: 0x7F050042
- public const int abc_text_size_title_material_toolbar = 2131034178;
-
- // aapt resource value: 0x7F050043
- public const int cardview_compat_inset_shadow = 2131034179;
-
- // aapt resource value: 0x7F050044
- public const int cardview_default_elevation = 2131034180;
-
- // aapt resource value: 0x7F050045
- public const int cardview_default_radius = 2131034181;
-
- // aapt resource value: 0x7F050046
- public const int design_appbar_elevation = 2131034182;
-
- // aapt resource value: 0x7F050047
- public const int design_bottom_sheet_modal_elevation = 2131034183;
-
- // aapt resource value: 0x7F050048
- public const int design_bottom_sheet_modal_peek_height = 2131034184;
-
- // aapt resource value: 0x7F050049
- public const int design_fab_border_width = 2131034185;
-
- // aapt resource value: 0x7F05004A
- public const int design_fab_elevation = 2131034186;
-
- // aapt resource value: 0x7F05004B
- public const int design_fab_image_size = 2131034187;
-
- // aapt resource value: 0x7F05004C
- public const int design_fab_size_mini = 2131034188;
-
- // aapt resource value: 0x7F05004D
- public const int design_fab_size_normal = 2131034189;
-
- // aapt resource value: 0x7F05004E
- public const int design_fab_translation_z_pressed = 2131034190;
-
- // aapt resource value: 0x7F05004F
- public const int design_navigation_elevation = 2131034191;
-
- // aapt resource value: 0x7F050050
- public const int design_navigation_icon_padding = 2131034192;
-
- // aapt resource value: 0x7F050051
- public const int design_navigation_icon_size = 2131034193;
-
- // aapt resource value: 0x7F050052
- public const int design_navigation_max_width = 2131034194;
-
- // aapt resource value: 0x7F050053
- public const int design_navigation_padding_bottom = 2131034195;
-
- // aapt resource value: 0x7F050054
- public const int design_navigation_separator_vertical_padding = 2131034196;
-
- // aapt resource value: 0x7F050055
- public const int design_snackbar_action_inline_max_width = 2131034197;
-
- // aapt resource value: 0x7F050056
- public const int design_snackbar_background_corner_radius = 2131034198;
-
- // aapt resource value: 0x7F050057
- public const int design_snackbar_elevation = 2131034199;
-
- // aapt resource value: 0x7F050058
- public const int design_snackbar_extra_spacing_horizontal = 2131034200;
-
- // aapt resource value: 0x7F050059
- public const int design_snackbar_max_width = 2131034201;
-
- // aapt resource value: 0x7F05005A
- public const int design_snackbar_min_width = 2131034202;
-
- // aapt resource value: 0x7F05005B
- public const int design_snackbar_padding_horizontal = 2131034203;
-
- // aapt resource value: 0x7F05005C
- public const int design_snackbar_padding_vertical = 2131034204;
-
- // aapt resource value: 0x7F05005D
- public const int design_snackbar_padding_vertical_2lines = 2131034205;
-
- // aapt resource value: 0x7F05005E
- public const int design_snackbar_text_size = 2131034206;
-
- // aapt resource value: 0x7F05005F
- public const int design_tab_max_width = 2131034207;
-
- // aapt resource value: 0x7F050060
- public const int design_tab_scrollable_min_width = 2131034208;
-
- // aapt resource value: 0x7F050061
- public const int design_tab_text_size = 2131034209;
-
- // aapt resource value: 0x7F050062
- public const int design_tab_text_size_2line = 2131034210;
-
- // aapt resource value: 0x7F050063
- public const int disabled_alpha_material_dark = 2131034211;
-
- // aapt resource value: 0x7F050064
- public const int disabled_alpha_material_light = 2131034212;
-
- // aapt resource value: 0x7F050065
- public const int highlight_alpha_material_colored = 2131034213;
-
- // aapt resource value: 0x7F050066
- public const int highlight_alpha_material_dark = 2131034214;
-
- // aapt resource value: 0x7F050067
- public const int highlight_alpha_material_light = 2131034215;
-
- // aapt resource value: 0x7F050068
- public const int item_touch_helper_max_drag_scroll_per_frame = 2131034216;
-
- // aapt resource value: 0x7F050069
- public const int item_touch_helper_swipe_escape_max_velocity = 2131034217;
-
- // aapt resource value: 0x7F05006A
- public const int item_touch_helper_swipe_escape_velocity = 2131034218;
-
- // aapt resource value: 0x7F05006B
- public const int mr_controller_volume_group_list_item_height = 2131034219;
-
- // aapt resource value: 0x7F05006C
- public const int mr_controller_volume_group_list_item_icon_size = 2131034220;
-
- // aapt resource value: 0x7F05006D
- public const int mr_controller_volume_group_list_max_height = 2131034221;
-
- // aapt resource value: 0x7F05006E
- public const int mr_controller_volume_group_list_padding_top = 2131034222;
-
- // aapt resource value: 0x7F05006F
- public const int mr_dialog_fixed_width_major = 2131034223;
-
- // aapt resource value: 0x7F050070
- public const int mr_dialog_fixed_width_minor = 2131034224;
-
- // aapt resource value: 0x7F050071
- public const int notification_large_icon_height = 2131034225;
-
- // aapt resource value: 0x7F050072
- public const int notification_large_icon_width = 2131034226;
-
- // aapt resource value: 0x7F050073
- public const int notification_subtext_size = 2131034227;
-
- static Dimension()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Dimension()
- {
- }
- }
-
- public partial class Drawable
- {
-
- // aapt resource value: 0x7F060000
- public const int abc_ab_share_pack_mtrl_alpha = 2131099648;
-
- // aapt resource value: 0x7F060001
- public const int abc_action_bar_item_background_material = 2131099649;
-
- // aapt resource value: 0x7F060002
- public const int abc_btn_borderless_material = 2131099650;
-
- // aapt resource value: 0x7F060003
- public const int abc_btn_check_material = 2131099651;
-
- // aapt resource value: 0x7F060004
- public const int abc_btn_check_to_on_mtrl_000 = 2131099652;
-
- // aapt resource value: 0x7F060005
- public const int abc_btn_check_to_on_mtrl_015 = 2131099653;
-
- // aapt resource value: 0x7F060006
- public const int abc_btn_colored_material = 2131099654;
-
- // aapt resource value: 0x7F060007
- public const int abc_btn_default_mtrl_shape = 2131099655;
-
- // aapt resource value: 0x7F060008
- public const int abc_btn_radio_material = 2131099656;
-
- // aapt resource value: 0x7F060009
- public const int abc_btn_radio_to_on_mtrl_000 = 2131099657;
-
- // aapt resource value: 0x7F06000A
- public const int abc_btn_radio_to_on_mtrl_015 = 2131099658;
-
- // aapt resource value: 0x7F06000B
- public const int abc_btn_rating_star_off_mtrl_alpha = 2131099659;
-
- // aapt resource value: 0x7F06000C
- public const int abc_btn_rating_star_on_mtrl_alpha = 2131099660;
-
- // aapt resource value: 0x7F06000D
- public const int abc_btn_switch_to_on_mtrl_00001 = 2131099661;
-
- // aapt resource value: 0x7F06000E
- public const int abc_btn_switch_to_on_mtrl_00012 = 2131099662;
-
- // aapt resource value: 0x7F06000F
- public const int abc_cab_background_internal_bg = 2131099663;
-
- // aapt resource value: 0x7F060010
- public const int abc_cab_background_top_material = 2131099664;
-
- // aapt resource value: 0x7F060011
- public const int abc_cab_background_top_mtrl_alpha = 2131099665;
-
- // aapt resource value: 0x7F060012
- public const int abc_control_background_material = 2131099666;
-
- // aapt resource value: 0x7F060013
- public const int abc_dialog_material_background_dark = 2131099667;
-
- // aapt resource value: 0x7F060014
- public const int abc_dialog_material_background_light = 2131099668;
-
- // aapt resource value: 0x7F060015
- public const int abc_edit_text_material = 2131099669;
-
- // aapt resource value: 0x7F060016
- public const int abc_ic_ab_back_mtrl_am_alpha = 2131099670;
-
- // aapt resource value: 0x7F060017
- public const int abc_ic_clear_mtrl_alpha = 2131099671;
-
- // aapt resource value: 0x7F060018
- public const int abc_ic_commit_search_api_mtrl_alpha = 2131099672;
-
- // aapt resource value: 0x7F060019
- public const int abc_ic_go_search_api_mtrl_alpha = 2131099673;
-
- // aapt resource value: 0x7F06001A
- public const int abc_ic_menu_copy_mtrl_am_alpha = 2131099674;
-
- // aapt resource value: 0x7F06001B
- public const int abc_ic_menu_cut_mtrl_alpha = 2131099675;
-
- // aapt resource value: 0x7F06001C
- public const int abc_ic_menu_moreoverflow_mtrl_alpha = 2131099676;
-
- // aapt resource value: 0x7F06001D
- public const int abc_ic_menu_paste_mtrl_am_alpha = 2131099677;
-
- // aapt resource value: 0x7F06001E
- public const int abc_ic_menu_selectall_mtrl_alpha = 2131099678;
-
- // aapt resource value: 0x7F06001F
- public const int abc_ic_menu_share_mtrl_alpha = 2131099679;
-
- // aapt resource value: 0x7F060020
- public const int abc_ic_search_api_mtrl_alpha = 2131099680;
-
- // aapt resource value: 0x7F060021
- public const int abc_ic_star_black_16dp = 2131099681;
-
- // aapt resource value: 0x7F060022
- public const int abc_ic_star_black_36dp = 2131099682;
-
- // aapt resource value: 0x7F060023
- public const int abc_ic_star_half_black_16dp = 2131099683;
-
- // aapt resource value: 0x7F060024
- public const int abc_ic_star_half_black_36dp = 2131099684;
-
- // aapt resource value: 0x7F060025
- public const int abc_ic_voice_search_api_mtrl_alpha = 2131099685;
-
- // aapt resource value: 0x7F060026
- public const int abc_item_background_holo_dark = 2131099686;
-
- // aapt resource value: 0x7F060027
- public const int abc_item_background_holo_light = 2131099687;
-
- // aapt resource value: 0x7F060028
- public const int abc_list_divider_mtrl_alpha = 2131099688;
-
- // aapt resource value: 0x7F060029
- public const int abc_list_focused_holo = 2131099689;
-
- // aapt resource value: 0x7F06002A
- public const int abc_list_longpressed_holo = 2131099690;
-
- // aapt resource value: 0x7F06002B
- public const int abc_list_pressed_holo_dark = 2131099691;
-
- // aapt resource value: 0x7F06002C
- public const int abc_list_pressed_holo_light = 2131099692;
-
- // aapt resource value: 0x7F06002D
- public const int abc_list_selector_background_transition_holo_dark = 2131099693;
-
- // aapt resource value: 0x7F06002E
- public const int abc_list_selector_background_transition_holo_light = 2131099694;
-
- // aapt resource value: 0x7F06002F
- public const int abc_list_selector_disabled_holo_dark = 2131099695;
-
- // aapt resource value: 0x7F060030
- public const int abc_list_selector_disabled_holo_light = 2131099696;
-
- // aapt resource value: 0x7F060031
- public const int abc_list_selector_holo_dark = 2131099697;
-
- // aapt resource value: 0x7F060032
- public const int abc_list_selector_holo_light = 2131099698;
-
- // aapt resource value: 0x7F060033
- public const int abc_menu_hardkey_panel_mtrl_mult = 2131099699;
-
- // aapt resource value: 0x7F060034
- public const int abc_popup_background_mtrl_mult = 2131099700;
-
- // aapt resource value: 0x7F060035
- public const int abc_ratingbar_full_material = 2131099701;
-
- // aapt resource value: 0x7F060036
- public const int abc_ratingbar_indicator_material = 2131099702;
-
- // aapt resource value: 0x7F060037
- public const int abc_ratingbar_small_material = 2131099703;
-
- // aapt resource value: 0x7F060038
- public const int abc_scrubber_control_off_mtrl_alpha = 2131099704;
-
- // aapt resource value: 0x7F060039
- public const int abc_scrubber_control_to_pressed_mtrl_000 = 2131099705;
-
- // aapt resource value: 0x7F06003A
- public const int abc_scrubber_control_to_pressed_mtrl_005 = 2131099706;
-
- // aapt resource value: 0x7F06003B
- public const int abc_scrubber_primary_mtrl_alpha = 2131099707;
-
- // aapt resource value: 0x7F06003C
- public const int abc_scrubber_track_mtrl_alpha = 2131099708;
-
- // aapt resource value: 0x7F06003D
- public const int abc_seekbar_thumb_material = 2131099709;
-
- // aapt resource value: 0x7F06003E
- public const int abc_seekbar_track_material = 2131099710;
-
- // aapt resource value: 0x7F06003F
- public const int abc_spinner_mtrl_am_alpha = 2131099711;
-
- // aapt resource value: 0x7F060040
- public const int abc_spinner_textfield_background_material = 2131099712;
-
- // aapt resource value: 0x7F060041
- public const int abc_switch_thumb_material = 2131099713;
-
- // aapt resource value: 0x7F060042
- public const int abc_switch_track_mtrl_alpha = 2131099714;
-
- // aapt resource value: 0x7F060043
- public const int abc_tab_indicator_material = 2131099715;
-
- // aapt resource value: 0x7F060044
- public const int abc_tab_indicator_mtrl_alpha = 2131099716;
-
- // aapt resource value: 0x7F060046
- public const int abc_textfield_activated_mtrl_alpha = 2131099718;
-
- // aapt resource value: 0x7F060047
- public const int abc_textfield_default_mtrl_alpha = 2131099719;
-
- // aapt resource value: 0x7F060048
- public const int abc_textfield_search_activated_mtrl_alpha = 2131099720;
-
- // aapt resource value: 0x7F060049
- public const int abc_textfield_search_default_mtrl_alpha = 2131099721;
-
- // aapt resource value: 0x7F06004A
- public const int abc_textfield_search_material = 2131099722;
-
- // aapt resource value: 0x7F060045
- public const int abc_text_cursor_material = 2131099717;
-
- // aapt resource value: 0x7F06004B
- public const int design_fab_background = 2131099723;
-
- // aapt resource value: 0x7F06004C
- public const int design_snackbar_background = 2131099724;
-
- // aapt resource value: 0x7F060091
- public const int Icon = 2131099793;
-
- // aapt resource value: 0x7F06004D
- public const int ic_audiotrack = 2131099725;
-
- // aapt resource value: 0x7F06004E
- public const int ic_audiotrack_light = 2131099726;
-
- // aapt resource value: 0x7F06004F
- public const int ic_bluetooth_grey = 2131099727;
-
- // aapt resource value: 0x7F060050
- public const int ic_bluetooth_white = 2131099728;
-
- // aapt resource value: 0x7F060051
- public const int ic_cast_dark = 2131099729;
-
- // aapt resource value: 0x7F060052
- public const int ic_cast_disabled_light = 2131099730;
-
- // aapt resource value: 0x7F060053
- public const int ic_cast_grey = 2131099731;
-
- // aapt resource value: 0x7F060054
- public const int ic_cast_light = 2131099732;
-
- // aapt resource value: 0x7F060055
- public const int ic_cast_off_light = 2131099733;
-
- // aapt resource value: 0x7F060056
- public const int ic_cast_on_0_light = 2131099734;
-
- // aapt resource value: 0x7F060057
- public const int ic_cast_on_1_light = 2131099735;
-
- // aapt resource value: 0x7F060058
- public const int ic_cast_on_2_light = 2131099736;
-
- // aapt resource value: 0x7F060059
- public const int ic_cast_on_light = 2131099737;
-
- // aapt resource value: 0x7F06005A
- public const int ic_cast_white = 2131099738;
-
- // aapt resource value: 0x7F06005B
- public const int ic_close_dark = 2131099739;
-
- // aapt resource value: 0x7F06005C
- public const int ic_close_light = 2131099740;
-
- // aapt resource value: 0x7F06005D
- public const int ic_collapse = 2131099741;
-
- // aapt resource value: 0x7F06005E
- public const int ic_collapse_00000 = 2131099742;
-
- // aapt resource value: 0x7F06005F
- public const int ic_collapse_00001 = 2131099743;
-
- // aapt resource value: 0x7F060060
- public const int ic_collapse_00002 = 2131099744;
-
- // aapt resource value: 0x7F060061
- public const int ic_collapse_00003 = 2131099745;
-
- // aapt resource value: 0x7F060062
- public const int ic_collapse_00004 = 2131099746;
-
- // aapt resource value: 0x7F060063
- public const int ic_collapse_00005 = 2131099747;
-
- // aapt resource value: 0x7F060064
- public const int ic_collapse_00006 = 2131099748;
-
- // aapt resource value: 0x7F060065
- public const int ic_collapse_00007 = 2131099749;
-
- // aapt resource value: 0x7F060066
- public const int ic_collapse_00008 = 2131099750;
-
- // aapt resource value: 0x7F060067
- public const int ic_collapse_00009 = 2131099751;
-
- // aapt resource value: 0x7F060068
- public const int ic_collapse_00010 = 2131099752;
-
- // aapt resource value: 0x7F060069
- public const int ic_collapse_00011 = 2131099753;
-
- // aapt resource value: 0x7F06006A
- public const int ic_collapse_00012 = 2131099754;
-
- // aapt resource value: 0x7F06006B
- public const int ic_collapse_00013 = 2131099755;
-
- // aapt resource value: 0x7F06006C
- public const int ic_collapse_00014 = 2131099756;
-
- // aapt resource value: 0x7F06006D
- public const int ic_collapse_00015 = 2131099757;
-
- // aapt resource value: 0x7F06006E
- public const int ic_expand = 2131099758;
-
- // aapt resource value: 0x7F06006F
- public const int ic_expand_00000 = 2131099759;
-
- // aapt resource value: 0x7F060070
- public const int ic_expand_00001 = 2131099760;
-
- // aapt resource value: 0x7F060071
- public const int ic_expand_00002 = 2131099761;
-
- // aapt resource value: 0x7F060072
- public const int ic_expand_00003 = 2131099762;
-
- // aapt resource value: 0x7F060073
- public const int ic_expand_00004 = 2131099763;
-
- // aapt resource value: 0x7F060074
- public const int ic_expand_00005 = 2131099764;
-
- // aapt resource value: 0x7F060075
- public const int ic_expand_00006 = 2131099765;
-
- // aapt resource value: 0x7F060076
- public const int ic_expand_00007 = 2131099766;
-
- // aapt resource value: 0x7F060077
- public const int ic_expand_00008 = 2131099767;
-
- // aapt resource value: 0x7F060078
- public const int ic_expand_00009 = 2131099768;
-
- // aapt resource value: 0x7F060079
- public const int ic_expand_00010 = 2131099769;
-
- // aapt resource value: 0x7F06007A
- public const int ic_expand_00011 = 2131099770;
-
- // aapt resource value: 0x7F06007B
- public const int ic_expand_00012 = 2131099771;
-
- // aapt resource value: 0x7F06007C
- public const int ic_expand_00013 = 2131099772;
-
- // aapt resource value: 0x7F06007D
- public const int ic_expand_00014 = 2131099773;
-
- // aapt resource value: 0x7F06007E
- public const int ic_expand_00015 = 2131099774;
-
- // aapt resource value: 0x7F06007F
- public const int ic_media_pause = 2131099775;
-
- // aapt resource value: 0x7F060080
- public const int ic_media_play = 2131099776;
-
- // aapt resource value: 0x7F060081
- public const int ic_media_route_disabled_mono_dark = 2131099777;
-
- // aapt resource value: 0x7F060082
- public const int ic_media_route_off_mono_dark = 2131099778;
-
- // aapt resource value: 0x7F060083
- public const int ic_media_route_on_0_mono_dark = 2131099779;
-
- // aapt resource value: 0x7F060084
- public const int ic_media_route_on_1_mono_dark = 2131099780;
-
- // aapt resource value: 0x7F060085
- public const int ic_media_route_on_2_mono_dark = 2131099781;
-
- // aapt resource value: 0x7F060086
- public const int ic_media_route_on_mono_dark = 2131099782;
-
- // aapt resource value: 0x7F060087
- public const int ic_pause_dark = 2131099783;
-
- // aapt resource value: 0x7F060088
- public const int ic_pause_light = 2131099784;
-
- // aapt resource value: 0x7F060089
- public const int ic_play_dark = 2131099785;
-
- // aapt resource value: 0x7F06008A
- public const int ic_play_light = 2131099786;
-
- // aapt resource value: 0x7F06008B
- public const int ic_speaker_dark = 2131099787;
-
- // aapt resource value: 0x7F06008C
- public const int ic_speaker_group_dark = 2131099788;
-
- // aapt resource value: 0x7F06008D
- public const int ic_speaker_group_light = 2131099789;
-
- // aapt resource value: 0x7F06008E
- public const int ic_speaker_light = 2131099790;
-
- // aapt resource value: 0x7F06008F
- public const int ic_tv_dark = 2131099791;
-
- // aapt resource value: 0x7F060090
- public const int ic_tv_light = 2131099792;
-
- // aapt resource value: 0x7F060092
- public const int mr_dialog_material_background_dark = 2131099794;
-
- // aapt resource value: 0x7F060093
- public const int mr_dialog_material_background_light = 2131099795;
-
- // aapt resource value: 0x7F060094
- public const int mr_ic_audiotrack_light = 2131099796;
-
- // aapt resource value: 0x7F060095
- public const int mr_ic_cast_dark = 2131099797;
-
- // aapt resource value: 0x7F060096
- public const int mr_ic_cast_light = 2131099798;
-
- // aapt resource value: 0x7F060097
- public const int mr_ic_close_dark = 2131099799;
-
- // aapt resource value: 0x7F060098
- public const int mr_ic_close_light = 2131099800;
-
- // aapt resource value: 0x7F060099
- public const int mr_ic_media_route_connecting_mono_dark = 2131099801;
-
- // aapt resource value: 0x7F06009A
- public const int mr_ic_media_route_connecting_mono_light = 2131099802;
-
- // aapt resource value: 0x7F06009B
- public const int mr_ic_media_route_mono_dark = 2131099803;
-
- // aapt resource value: 0x7F06009C
- public const int mr_ic_media_route_mono_light = 2131099804;
-
- // aapt resource value: 0x7F06009D
- public const int mr_ic_pause_dark = 2131099805;
-
- // aapt resource value: 0x7F06009E
- public const int mr_ic_pause_light = 2131099806;
-
- // aapt resource value: 0x7F06009F
- public const int mr_ic_play_dark = 2131099807;
-
- // aapt resource value: 0x7F0600A0
- public const int mr_ic_play_light = 2131099808;
-
- // aapt resource value: 0x7F0600A1
- public const int notification_template_icon_bg = 2131099809;
-
- static Drawable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Drawable()
- {
- }
- }
-
- public partial class Id
- {
-
- // aapt resource value: 0x7F070000
- public const int action0 = 2131165184;
-
- // aapt resource value: 0x7F070001
- public const int action_bar = 2131165185;
-
- // aapt resource value: 0x7F070002
- public const int action_bar_activity_content = 2131165186;
-
- // aapt resource value: 0x7F070003
- public const int action_bar_container = 2131165187;
-
- // aapt resource value: 0x7F070004
- public const int action_bar_root = 2131165188;
-
- // aapt resource value: 0x7F070005
- public const int action_bar_spinner = 2131165189;
-
- // aapt resource value: 0x7F070006
- public const int action_bar_subtitle = 2131165190;
-
- // aapt resource value: 0x7F070007
- public const int action_bar_title = 2131165191;
-
- // aapt resource value: 0x7F070008
- public const int action_context_bar = 2131165192;
-
- // aapt resource value: 0x7F070009
- public const int action_divider = 2131165193;
-
- // aapt resource value: 0x7F07000A
- public const int action_menu_divider = 2131165194;
-
- // aapt resource value: 0x7F07000B
- public const int action_menu_presenter = 2131165195;
-
- // aapt resource value: 0x7F07000C
- public const int action_mode_bar = 2131165196;
-
- // aapt resource value: 0x7F07000D
- public const int action_mode_bar_stub = 2131165197;
-
- // aapt resource value: 0x7F07000E
- public const int action_mode_close_button = 2131165198;
-
- // aapt resource value: 0x7F07000F
- public const int activity_chooser_view_content = 2131165199;
-
- // aapt resource value: 0x7F070010
- public const int alertTitle = 2131165200;
-
- // aapt resource value: 0x7F070011
- public const int always = 2131165201;
-
- // aapt resource value: 0x7F070012
- public const int beginning = 2131165202;
-
- // aapt resource value: 0x7F070013
- public const int bottom = 2131165203;
-
- // aapt resource value: 0x7F070014
- public const int buttonPanel = 2131165204;
-
- // aapt resource value: 0x7F070015
- public const int cancel_action = 2131165205;
-
- // aapt resource value: 0x7F070016
- public const int center = 2131165206;
-
- // aapt resource value: 0x7F070017
- public const int center_horizontal = 2131165207;
-
- // aapt resource value: 0x7F070018
- public const int center_vertical = 2131165208;
-
- // aapt resource value: 0x7F070019
- public const int checkbox = 2131165209;
-
- // aapt resource value: 0x7F07001A
- public const int chronometer = 2131165210;
-
- // aapt resource value: 0x7F07001B
- public const int clip_horizontal = 2131165211;
-
- // aapt resource value: 0x7F07001C
- public const int clip_vertical = 2131165212;
-
- // aapt resource value: 0x7F07001D
- public const int collapseActionView = 2131165213;
-
- // aapt resource value: 0x7F07001E
- public const int contentPanel = 2131165214;
-
- // aapt resource value: 0x7F07001F
- public const int custom = 2131165215;
-
- // aapt resource value: 0x7F070020
- public const int customPanel = 2131165216;
-
- // aapt resource value: 0x7F070021
- public const int decor_content_parent = 2131165217;
-
- // aapt resource value: 0x7F070022
- public const int default_activity_button = 2131165218;
-
- // aapt resource value: 0x7F070023
- public const int design_bottom_sheet = 2131165219;
-
- // aapt resource value: 0x7F070024
- public const int design_menu_item_action_area = 2131165220;
-
- // aapt resource value: 0x7F070025
- public const int design_menu_item_action_area_stub = 2131165221;
-
- // aapt resource value: 0x7F070026
- public const int design_menu_item_text = 2131165222;
-
- // aapt resource value: 0x7F070027
- public const int design_navigation_view = 2131165223;
-
- // aapt resource value: 0x7F070028
- public const int disableHome = 2131165224;
-
- // aapt resource value: 0x7F070029
- public const int edit_query = 2131165225;
-
- // aapt resource value: 0x7F07002A
- public const int end = 2131165226;
-
- // aapt resource value: 0x7F07002B
- public const int end_padder = 2131165227;
-
- // aapt resource value: 0x7F07002C
- public const int enterAlways = 2131165228;
-
- // aapt resource value: 0x7F07002D
- public const int enterAlwaysCollapsed = 2131165229;
-
- // aapt resource value: 0x7F07002E
- public const int exitUntilCollapsed = 2131165230;
-
- // aapt resource value: 0x7F070030
- public const int expanded_menu = 2131165232;
-
- // aapt resource value: 0x7F07002F
- public const int expand_activities_button = 2131165231;
-
- // aapt resource value: 0x7F070031
- public const int fill = 2131165233;
-
- // aapt resource value: 0x7F070032
- public const int fill_horizontal = 2131165234;
-
- // aapt resource value: 0x7F070033
- public const int fill_vertical = 2131165235;
-
- // aapt resource value: 0x7F070034
- public const int @fixed = 2131165236;
-
- // aapt resource value: 0x7F070035
- public const int home = 2131165237;
-
- // aapt resource value: 0x7F070036
- public const int homeAsUp = 2131165238;
-
- // aapt resource value: 0x7F070037
- public const int icon = 2131165239;
-
- // aapt resource value: 0x7F070038
- public const int ifRoom = 2131165240;
-
- // aapt resource value: 0x7F070039
- public const int image = 2131165241;
-
- // aapt resource value: 0x7F07003A
- public const int info = 2131165242;
-
- // aapt resource value: 0x7F07003B
- public const int item_touch_helper_previous_elevation = 2131165243;
-
- // aapt resource value: 0x7F07003C
- public const int left = 2131165244;
-
- // aapt resource value: 0x7F07003D
- public const int line1 = 2131165245;
-
- // aapt resource value: 0x7F07003E
- public const int line3 = 2131165246;
-
- // aapt resource value: 0x7F07003F
- public const int listMode = 2131165247;
-
- // aapt resource value: 0x7F070040
- public const int list_item = 2131165248;
-
- // aapt resource value: 0x7F070041
- public const int media_actions = 2131165249;
-
- // aapt resource value: 0x7F070042
- public const int middle = 2131165250;
-
- // aapt resource value: 0x7F070043
- public const int mini = 2131165251;
-
- // aapt resource value: 0x7F070044
- public const int mr_art = 2131165252;
-
- // aapt resource value: 0x7F070045
- public const int mr_chooser_list = 2131165253;
-
- // aapt resource value: 0x7F070046
- public const int mr_chooser_route_desc = 2131165254;
-
- // aapt resource value: 0x7F070047
- public const int mr_chooser_route_icon = 2131165255;
-
- // aapt resource value: 0x7F070048
- public const int mr_chooser_route_name = 2131165256;
-
- // aapt resource value: 0x7F070049
- public const int mr_close = 2131165257;
-
- // aapt resource value: 0x7F07004A
- public const int mr_control_divider = 2131165258;
-
- // aapt resource value: 0x7F07004B
- public const int mr_control_play_pause = 2131165259;
-
- // aapt resource value: 0x7F07004C
- public const int mr_control_subtitle = 2131165260;
-
- // aapt resource value: 0x7F07004D
- public const int mr_control_title = 2131165261;
-
- // aapt resource value: 0x7F07004E
- public const int mr_control_title_container = 2131165262;
-
- // aapt resource value: 0x7F07004F
- public const int mr_custom_control = 2131165263;
-
- // aapt resource value: 0x7F070050
- public const int mr_default_control = 2131165264;
-
- // aapt resource value: 0x7F070051
- public const int mr_dialog_area = 2131165265;
-
- // aapt resource value: 0x7F070052
- public const int mr_expandable_area = 2131165266;
-
- // aapt resource value: 0x7F070053
- public const int mr_group_expand_collapse = 2131165267;
-
- // aapt resource value: 0x7F070054
- public const int mr_media_main_control = 2131165268;
-
- // aapt resource value: 0x7F070055
- public const int mr_name = 2131165269;
-
- // aapt resource value: 0x7F070056
- public const int mr_playback_control = 2131165270;
-
- // aapt resource value: 0x7F070057
- public const int mr_title_bar = 2131165271;
-
- // aapt resource value: 0x7F070058
- public const int mr_volume_control = 2131165272;
-
- // aapt resource value: 0x7F070059
- public const int mr_volume_group_list = 2131165273;
-
- // aapt resource value: 0x7F07005A
- public const int mr_volume_item_icon = 2131165274;
-
- // aapt resource value: 0x7F07005B
- public const int mr_volume_slider = 2131165275;
-
- // aapt resource value: 0x7F07005C
- public const int multiply = 2131165276;
-
- // aapt resource value: 0x7F07005D
- public const int navigation_header_container = 2131165277;
-
- // aapt resource value: 0x7F07005E
- public const int never = 2131165278;
-
- // aapt resource value: 0x7F07005F
- public const int none = 2131165279;
-
- // aapt resource value: 0x7F070060
- public const int normal = 2131165280;
-
- // aapt resource value: 0x7F070061
- public const int parallax = 2131165281;
-
- // aapt resource value: 0x7F070062
- public const int parentPanel = 2131165282;
-
- // aapt resource value: 0x7F070063
- public const int pin = 2131165283;
-
- // aapt resource value: 0x7F070064
- public const int progress_circular = 2131165284;
-
- // aapt resource value: 0x7F070065
- public const int progress_horizontal = 2131165285;
-
- // aapt resource value: 0x7F070066
- public const int radio = 2131165286;
-
- // aapt resource value: 0x7F070067
- public const int right = 2131165287;
-
- // aapt resource value: 0x7F070068
- public const int screen = 2131165288;
-
- // aapt resource value: 0x7F070069
- public const int scroll = 2131165289;
-
- // aapt resource value: 0x7F07006D
- public const int scrollable = 2131165293;
-
- // aapt resource value: 0x7F07006A
- public const int scrollIndicatorDown = 2131165290;
-
- // aapt resource value: 0x7F07006B
- public const int scrollIndicatorUp = 2131165291;
-
- // aapt resource value: 0x7F07006C
- public const int scrollView = 2131165292;
-
- // aapt resource value: 0x7F07006E
- public const int search_badge = 2131165294;
-
- // aapt resource value: 0x7F07006F
- public const int search_bar = 2131165295;
-
- // aapt resource value: 0x7F070070
- public const int search_button = 2131165296;
-
- // aapt resource value: 0x7F070071
- public const int search_close_btn = 2131165297;
-
- // aapt resource value: 0x7F070072
- public const int search_edit_frame = 2131165298;
-
- // aapt resource value: 0x7F070073
- public const int search_go_btn = 2131165299;
-
- // aapt resource value: 0x7F070074
- public const int search_mag_icon = 2131165300;
-
- // aapt resource value: 0x7F070075
- public const int search_plate = 2131165301;
-
- // aapt resource value: 0x7F070076
- public const int search_src_text = 2131165302;
-
- // aapt resource value: 0x7F070077
- public const int search_voice_btn = 2131165303;
-
- // aapt resource value: 0x7F070078
- public const int select_dialog_listview = 2131165304;
-
- // aapt resource value: 0x7F070079
- public const int shortcut = 2131165305;
-
- // aapt resource value: 0x7F07007A
- public const int showCustom = 2131165306;
-
- // aapt resource value: 0x7F07007B
- public const int showHome = 2131165307;
-
- // aapt resource value: 0x7F07007C
- public const int showTitle = 2131165308;
-
- // aapt resource value: 0x7F07007D
- public const int sliding_tabs = 2131165309;
-
- // aapt resource value: 0x7F07007E
- public const int snackbar_action = 2131165310;
-
- // aapt resource value: 0x7F07007F
- public const int snackbar_text = 2131165311;
-
- // aapt resource value: 0x7F070080
- public const int snap = 2131165312;
-
- // aapt resource value: 0x7F070081
- public const int spacer = 2131165313;
-
- // aapt resource value: 0x7F070082
- public const int split_action_bar = 2131165314;
-
- // aapt resource value: 0x7F070083
- public const int src_atop = 2131165315;
-
- // aapt resource value: 0x7F070084
- public const int src_in = 2131165316;
-
- // aapt resource value: 0x7F070085
- public const int src_over = 2131165317;
-
- // aapt resource value: 0x7F070086
- public const int start = 2131165318;
-
- // aapt resource value: 0x7F070087
- public const int status_bar_latest_event_content = 2131165319;
-
- // aapt resource value: 0x7F070088
- public const int submit_area = 2131165320;
-
- // aapt resource value: 0x7F070089
- public const int tabMode = 2131165321;
-
- // aapt resource value: 0x7F07008A
- public const int text = 2131165322;
-
- // aapt resource value: 0x7F07008B
- public const int text2 = 2131165323;
-
- // aapt resource value: 0x7F07008C
- public const int textSpacerNoButtons = 2131165324;
-
- // aapt resource value: 0x7F07008D
- public const int time = 2131165325;
-
- // aapt resource value: 0x7F07008E
- public const int title = 2131165326;
-
- // aapt resource value: 0x7F07008F
- public const int title_template = 2131165327;
-
- // aapt resource value: 0x7F070090
- public const int toolbar = 2131165328;
-
- // aapt resource value: 0x7F070091
- public const int top = 2131165329;
-
- // aapt resource value: 0x7F070092
- public const int topPanel = 2131165330;
-
- // aapt resource value: 0x7F070093
- public const int touch_outside = 2131165331;
-
- // aapt resource value: 0x7F070094
- public const int up = 2131165332;
-
- // aapt resource value: 0x7F070095
- public const int useLogo = 2131165333;
-
- // aapt resource value: 0x7F070096
- public const int view_offset_helper = 2131165334;
-
- // aapt resource value: 0x7F070097
- public const int volume_item_container = 2131165335;
-
- // aapt resource value: 0x7F070098
- public const int withText = 2131165336;
-
- // aapt resource value: 0x7F070099
- public const int wrap_content = 2131165337;
-
- static Id()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Id()
- {
- }
- }
-
- public partial class Integer
- {
-
- // aapt resource value: 0x7F080000
- public const int abc_config_activityDefaultDur = 2131230720;
-
- // aapt resource value: 0x7F080001
- public const int abc_config_activityShortDur = 2131230721;
-
- // aapt resource value: 0x7F080002
- public const int abc_max_action_buttons = 2131230722;
-
- // aapt resource value: 0x7F080003
- public const int bottom_sheet_slide_duration = 2131230723;
-
- // aapt resource value: 0x7F080004
- public const int cancel_button_image_alpha = 2131230724;
-
- // aapt resource value: 0x7F080005
- public const int design_snackbar_text_max_lines = 2131230725;
-
- // aapt resource value: 0x7F080006
- public const int mr_controller_volume_group_list_animation_duration_ms = 2131230726;
-
- // aapt resource value: 0x7F080007
- public const int mr_controller_volume_group_list_fade_in_duration_ms = 2131230727;
-
- // aapt resource value: 0x7F080008
- public const int mr_controller_volume_group_list_fade_out_duration_ms = 2131230728;
-
- // aapt resource value: 0x7F080009
- public const int status_bar_notification_info_maxnum = 2131230729;
-
- static Integer()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Integer()
- {
- }
- }
-
- public partial class Interpolator
- {
-
- // aapt resource value: 0x7F090000
- public const int mr_fast_out_slow_in = 2131296256;
-
- // aapt resource value: 0x7F090001
- public const int mr_linear_out_slow_in = 2131296257;
-
- static Interpolator()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Interpolator()
- {
- }
- }
-
- public partial class Layout
- {
-
- // aapt resource value: 0x7F0A0000
- public const int abc_action_bar_title_item = 2131361792;
-
- // aapt resource value: 0x7F0A0001
- public const int abc_action_bar_up_container = 2131361793;
-
- // aapt resource value: 0x7F0A0002
- public const int abc_action_bar_view_list_nav_layout = 2131361794;
-
- // aapt resource value: 0x7F0A0003
- public const int abc_action_menu_item_layout = 2131361795;
-
- // aapt resource value: 0x7F0A0004
- public const int abc_action_menu_layout = 2131361796;
-
- // aapt resource value: 0x7F0A0005
- public const int abc_action_mode_bar = 2131361797;
-
- // aapt resource value: 0x7F0A0006
- public const int abc_action_mode_close_item_material = 2131361798;
-
- // aapt resource value: 0x7F0A0007
- public const int abc_activity_chooser_view = 2131361799;
-
- // aapt resource value: 0x7F0A0008
- public const int abc_activity_chooser_view_list_item = 2131361800;
-
- // aapt resource value: 0x7F0A0009
- public const int abc_alert_dialog_button_bar_material = 2131361801;
-
- // aapt resource value: 0x7F0A000A
- public const int abc_alert_dialog_material = 2131361802;
-
- // aapt resource value: 0x7F0A000B
- public const int abc_dialog_title_material = 2131361803;
-
- // aapt resource value: 0x7F0A000C
- public const int abc_expanded_menu_layout = 2131361804;
-
- // aapt resource value: 0x7F0A000D
- public const int abc_list_menu_item_checkbox = 2131361805;
-
- // aapt resource value: 0x7F0A000E
- public const int abc_list_menu_item_icon = 2131361806;
-
- // aapt resource value: 0x7F0A000F
- public const int abc_list_menu_item_layout = 2131361807;
-
- // aapt resource value: 0x7F0A0010
- public const int abc_list_menu_item_radio = 2131361808;
-
- // aapt resource value: 0x7F0A0011
- public const int abc_popup_menu_item_layout = 2131361809;
-
- // aapt resource value: 0x7F0A0012
- public const int abc_screen_content_include = 2131361810;
-
- // aapt resource value: 0x7F0A0013
- public const int abc_screen_simple = 2131361811;
-
- // aapt resource value: 0x7F0A0014
- public const int abc_screen_simple_overlay_action_mode = 2131361812;
-
- // aapt resource value: 0x7F0A0015
- public const int abc_screen_toolbar = 2131361813;
-
- // aapt resource value: 0x7F0A0016
- public const int abc_search_dropdown_item_icons_2line = 2131361814;
-
- // aapt resource value: 0x7F0A0017
- public const int abc_search_view = 2131361815;
-
- // aapt resource value: 0x7F0A0018
- public const int abc_select_dialog_material = 2131361816;
-
- // aapt resource value: 0x7F0A0019
- public const int design_bottom_sheet_dialog = 2131361817;
-
- // aapt resource value: 0x7F0A001A
- public const int design_layout_snackbar = 2131361818;
-
- // aapt resource value: 0x7F0A001B
- public const int design_layout_snackbar_include = 2131361819;
-
- // aapt resource value: 0x7F0A001C
- public const int design_layout_tab_icon = 2131361820;
-
- // aapt resource value: 0x7F0A001D
- public const int design_layout_tab_text = 2131361821;
-
- // aapt resource value: 0x7F0A001E
- public const int design_menu_item_action_area = 2131361822;
-
- // aapt resource value: 0x7F0A001F
- public const int design_navigation_item = 2131361823;
-
- // aapt resource value: 0x7F0A0020
- public const int design_navigation_item_header = 2131361824;
-
- // aapt resource value: 0x7F0A0021
- public const int design_navigation_item_separator = 2131361825;
-
- // aapt resource value: 0x7F0A0022
- public const int design_navigation_item_subheader = 2131361826;
-
- // aapt resource value: 0x7F0A0023
- public const int design_navigation_menu = 2131361827;
-
- // aapt resource value: 0x7F0A0024
- public const int design_navigation_menu_item = 2131361828;
-
- // aapt resource value: 0x7F0A0025
- public const int mr_chooser_dialog = 2131361829;
-
- // aapt resource value: 0x7F0A0026
- public const int mr_chooser_list_item = 2131361830;
-
- // aapt resource value: 0x7F0A0027
- public const int mr_controller_material_dialog_b = 2131361831;
-
- // aapt resource value: 0x7F0A0028
- public const int mr_controller_volume_item = 2131361832;
-
- // aapt resource value: 0x7F0A0029
- public const int mr_playback_control = 2131361833;
-
- // aapt resource value: 0x7F0A002A
- public const int mr_volume_control = 2131361834;
-
- // aapt resource value: 0x7F0A002B
- public const int notification_media_action = 2131361835;
-
- // aapt resource value: 0x7F0A002C
- public const int notification_media_cancel_action = 2131361836;
-
- // aapt resource value: 0x7F0A002D
- public const int notification_template_big_media = 2131361837;
-
- // aapt resource value: 0x7F0A002E
- public const int notification_template_big_media_narrow = 2131361838;
-
- // aapt resource value: 0x7F0A002F
- public const int notification_template_lines = 2131361839;
-
- // aapt resource value: 0x7F0A0030
- public const int notification_template_media = 2131361840;
-
- // aapt resource value: 0x7F0A0031
- public const int notification_template_part_chronometer = 2131361841;
-
- // aapt resource value: 0x7F0A0032
- public const int notification_template_part_time = 2131361842;
-
- // aapt resource value: 0x7F0A0033
- public const int select_dialog_item_material = 2131361843;
-
- // aapt resource value: 0x7F0A0034
- public const int select_dialog_multichoice_material = 2131361844;
-
- // aapt resource value: 0x7F0A0035
- public const int select_dialog_singlechoice_material = 2131361845;
-
- // aapt resource value: 0x7F0A0036
- public const int support_simple_spinner_dropdown_item = 2131361846;
-
- // aapt resource value: 0x7F0A0037
- public const int Tabbar = 2131361847;
-
- // aapt resource value: 0x7F0A0038
- public const int Toolbar = 2131361848;
-
- static Layout()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Layout()
- {
- }
- }
-
- public partial class String
- {
-
- // aapt resource value: 0x7F0B0002
- public const int abc_action_bar_home_description = 2131427330;
-
- // aapt resource value: 0x7F0B0003
- public const int abc_action_bar_home_description_format = 2131427331;
-
- // aapt resource value: 0x7F0B0004
- public const int abc_action_bar_home_subtitle_description_format = 2131427332;
-
- // aapt resource value: 0x7F0B0005
- public const int abc_action_bar_up_description = 2131427333;
-
- // aapt resource value: 0x7F0B0006
- public const int abc_action_menu_overflow_description = 2131427334;
-
- // aapt resource value: 0x7F0B0007
- public const int abc_action_mode_done = 2131427335;
-
- // aapt resource value: 0x7F0B0009
- public const int abc_activitychooserview_choose_application = 2131427337;
-
- // aapt resource value: 0x7F0B0008
- public const int abc_activity_chooser_view_see_all = 2131427336;
-
- // aapt resource value: 0x7F0B000A
- public const int abc_capital_off = 2131427338;
-
- // aapt resource value: 0x7F0B000B
- public const int abc_capital_on = 2131427339;
-
- // aapt resource value: 0x7F0B000D
- public const int abc_searchview_description_clear = 2131427341;
-
- // aapt resource value: 0x7F0B000E
- public const int abc_searchview_description_query = 2131427342;
-
- // aapt resource value: 0x7F0B000F
- public const int abc_searchview_description_search = 2131427343;
-
- // aapt resource value: 0x7F0B0010
- public const int abc_searchview_description_submit = 2131427344;
-
- // aapt resource value: 0x7F0B0011
- public const int abc_searchview_description_voice = 2131427345;
-
- // aapt resource value: 0x7F0B000C
- public const int abc_search_hint = 2131427340;
-
- // aapt resource value: 0x7F0B0012
- public const int abc_shareactionprovider_share_with = 2131427346;
-
- // aapt resource value: 0x7F0B0013
- public const int abc_shareactionprovider_share_with_application = 2131427347;
-
- // aapt resource value: 0x7F0B0014
- public const int abc_toolbar_collapse_description = 2131427348;
-
- // aapt resource value: 0x7F0B0015
- public const int appbar_scrolling_view_behavior = 2131427349;
-
- // aapt resource value: 0x7F0B0000
- public const int ApplicationName = 2131427328;
-
- // aapt resource value: 0x7F0B0016
- public const int bottom_sheet_behavior = 2131427350;
-
- // aapt resource value: 0x7F0B0017
- public const int character_counter_pattern = 2131427351;
-
- // aapt resource value: 0x7F0B0001
- public const int Hello = 2131427329;
-
- // aapt resource value: 0x7F0B0018
- public const int mr_button_content_description = 2131427352;
-
- // aapt resource value: 0x7F0B0019
- public const int mr_chooser_searching = 2131427353;
-
- // aapt resource value: 0x7F0B001A
- public const int mr_chooser_title = 2131427354;
-
- // aapt resource value: 0x7F0B001B
- public const int mr_controller_casting_screen = 2131427355;
-
- // aapt resource value: 0x7F0B001C
- public const int mr_controller_close_description = 2131427356;
-
- // aapt resource value: 0x7F0B001D
- public const int mr_controller_collapse_group = 2131427357;
-
- // aapt resource value: 0x7F0B001E
- public const int mr_controller_disconnect = 2131427358;
-
- // aapt resource value: 0x7F0B001F
- public const int mr_controller_expand_group = 2131427359;
-
- // aapt resource value: 0x7F0B0020
- public const int mr_controller_no_info_available = 2131427360;
-
- // aapt resource value: 0x7F0B0021
- public const int mr_controller_no_media_selected = 2131427361;
-
- // aapt resource value: 0x7F0B0022
- public const int mr_controller_pause = 2131427362;
-
- // aapt resource value: 0x7F0B0023
- public const int mr_controller_play = 2131427363;
-
- // aapt resource value: 0x7F0B0024
- public const int mr_controller_stop = 2131427364;
-
- // aapt resource value: 0x7F0B0025
- public const int mr_system_route_name = 2131427365;
-
- // aapt resource value: 0x7F0B0026
- public const int mr_user_route_category_name = 2131427366;
-
- // aapt resource value: 0x7F0B0027
- public const int status_bar_notification_info_overflow = 2131427367;
-
- static String()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private String()
- {
- }
- }
-
- public partial class Style
- {
-
- // aapt resource value: 0x7F0C0000
- public const int AlertDialog_AppCompat = 2131492864;
-
- // aapt resource value: 0x7F0C0001
- public const int AlertDialog_AppCompat_Light = 2131492865;
-
- // aapt resource value: 0x7F0C0002
- public const int Animation_AppCompat_Dialog = 2131492866;
-
- // aapt resource value: 0x7F0C0003
- public const int Animation_AppCompat_DropDownUp = 2131492867;
-
- // aapt resource value: 0x7F0C0004
- public const int Animation_Design_BottomSheetDialog = 2131492868;
-
- // aapt resource value: 0x7F0C0005
- public const int AppCompatDialogStyle = 2131492869;
-
- // aapt resource value: 0x7F0C0006
- public const int Base_AlertDialog_AppCompat = 2131492870;
-
- // aapt resource value: 0x7F0C0007
- public const int Base_AlertDialog_AppCompat_Light = 2131492871;
-
- // aapt resource value: 0x7F0C0008
- public const int Base_Animation_AppCompat_Dialog = 2131492872;
-
- // aapt resource value: 0x7F0C0009
- public const int Base_Animation_AppCompat_DropDownUp = 2131492873;
-
- // aapt resource value: 0x7F0C000A
- public const int Base_CardView = 2131492874;
-
- // aapt resource value: 0x7F0C000C
- public const int Base_DialogWindowTitleBackground_AppCompat = 2131492876;
-
- // aapt resource value: 0x7F0C000B
- public const int Base_DialogWindowTitle_AppCompat = 2131492875;
-
- // aapt resource value: 0x7F0C000D
- public const int Base_TextAppearance_AppCompat = 2131492877;
-
- // aapt resource value: 0x7F0C000E
- public const int Base_TextAppearance_AppCompat_Body1 = 2131492878;
-
- // aapt resource value: 0x7F0C000F
- public const int Base_TextAppearance_AppCompat_Body2 = 2131492879;
-
- // aapt resource value: 0x7F0C0010
- public const int Base_TextAppearance_AppCompat_Button = 2131492880;
-
- // aapt resource value: 0x7F0C0011
- public const int Base_TextAppearance_AppCompat_Caption = 2131492881;
-
- // aapt resource value: 0x7F0C0012
- public const int Base_TextAppearance_AppCompat_Display1 = 2131492882;
-
- // aapt resource value: 0x7F0C0013
- public const int Base_TextAppearance_AppCompat_Display2 = 2131492883;
-
- // aapt resource value: 0x7F0C0014
- public const int Base_TextAppearance_AppCompat_Display3 = 2131492884;
-
- // aapt resource value: 0x7F0C0015
- public const int Base_TextAppearance_AppCompat_Display4 = 2131492885;
-
- // aapt resource value: 0x7F0C0016
- public const int Base_TextAppearance_AppCompat_Headline = 2131492886;
-
- // aapt resource value: 0x7F0C0017
- public const int Base_TextAppearance_AppCompat_Inverse = 2131492887;
-
- // aapt resource value: 0x7F0C0018
- public const int Base_TextAppearance_AppCompat_Large = 2131492888;
-
- // aapt resource value: 0x7F0C0019
- public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131492889;
-
- // aapt resource value: 0x7F0C001A
- public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131492890;
-
- // aapt resource value: 0x7F0C001B
- public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131492891;
-
- // aapt resource value: 0x7F0C001C
- public const int Base_TextAppearance_AppCompat_Medium = 2131492892;
-
- // aapt resource value: 0x7F0C001D
- public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131492893;
-
- // aapt resource value: 0x7F0C001E
- public const int Base_TextAppearance_AppCompat_Menu = 2131492894;
-
- // aapt resource value: 0x7F0C001F
- public const int Base_TextAppearance_AppCompat_SearchResult = 2131492895;
-
- // aapt resource value: 0x7F0C0020
- public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131492896;
-
- // aapt resource value: 0x7F0C0021
- public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131492897;
-
- // aapt resource value: 0x7F0C0022
- public const int Base_TextAppearance_AppCompat_Small = 2131492898;
-
- // aapt resource value: 0x7F0C0023
- public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131492899;
-
- // aapt resource value: 0x7F0C0024
- public const int Base_TextAppearance_AppCompat_Subhead = 2131492900;
-
- // aapt resource value: 0x7F0C0025
- public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131492901;
-
- // aapt resource value: 0x7F0C0026
- public const int Base_TextAppearance_AppCompat_Title = 2131492902;
-
- // aapt resource value: 0x7F0C0027
- public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131492903;
-
- // aapt resource value: 0x7F0C0028
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131492904;
-
- // aapt resource value: 0x7F0C0029
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131492905;
-
- // aapt resource value: 0x7F0C002A
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131492906;
-
- // aapt resource value: 0x7F0C002B
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131492907;
-
- // aapt resource value: 0x7F0C002C
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131492908;
-
- // aapt resource value: 0x7F0C002D
- public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131492909;
-
- // aapt resource value: 0x7F0C002E
- public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131492910;
-
- // aapt resource value: 0x7F0C002F
- public const int Base_TextAppearance_AppCompat_Widget_Button = 2131492911;
-
- // aapt resource value: 0x7F0C0030
- public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131492912;
-
- // aapt resource value: 0x7F0C0031
- public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131492913;
-
- // aapt resource value: 0x7F0C0032
- public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131492914;
-
- // aapt resource value: 0x7F0C0033
- public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131492915;
-
- // aapt resource value: 0x7F0C0034
- public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131492916;
-
- // aapt resource value: 0x7F0C0035
- public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131492917;
-
- // aapt resource value: 0x7F0C0036
- public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131492918;
-
- // aapt resource value: 0x7F0C0037
- public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131492919;
-
- // aapt resource value: 0x7F0C0038
- public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131492920;
-
- // aapt resource value: 0x7F0C0047
- public const int Base_ThemeOverlay_AppCompat = 2131492935;
-
- // aapt resource value: 0x7F0C0048
- public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131492936;
-
- // aapt resource value: 0x7F0C0049
- public const int Base_ThemeOverlay_AppCompat_Dark = 2131492937;
-
- // aapt resource value: 0x7F0C004A
- public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131492938;
-
- // aapt resource value: 0x7F0C004B
- public const int Base_ThemeOverlay_AppCompat_Light = 2131492939;
-
- // aapt resource value: 0x7F0C0039
- public const int Base_Theme_AppCompat = 2131492921;
-
- // aapt resource value: 0x7F0C003A
- public const int Base_Theme_AppCompat_CompactMenu = 2131492922;
-
- // aapt resource value: 0x7F0C003B
- public const int Base_Theme_AppCompat_Dialog = 2131492923;
-
- // aapt resource value: 0x7F0C003F
- public const int Base_Theme_AppCompat_DialogWhenLarge = 2131492927;
-
- // aapt resource value: 0x7F0C003C
- public const int Base_Theme_AppCompat_Dialog_Alert = 2131492924;
-
- // aapt resource value: 0x7F0C003D
- public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131492925;
-
- // aapt resource value: 0x7F0C003E
- public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131492926;
-
- // aapt resource value: 0x7F0C0040
- public const int Base_Theme_AppCompat_Light = 2131492928;
-
- // aapt resource value: 0x7F0C0041
- public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131492929;
-
- // aapt resource value: 0x7F0C0042
- public const int Base_Theme_AppCompat_Light_Dialog = 2131492930;
-
- // aapt resource value: 0x7F0C0046
- public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131492934;
-
- // aapt resource value: 0x7F0C0043
- public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131492931;
-
- // aapt resource value: 0x7F0C0044
- public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131492932;
-
- // aapt resource value: 0x7F0C0045
- public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131492933;
-
- // aapt resource value: 0x7F0C004C
- public const int Base_V11_Theme_AppCompat_Dialog = 2131492940;
-
- // aapt resource value: 0x7F0C004D
- public const int Base_V11_Theme_AppCompat_Light_Dialog = 2131492941;
-
- // aapt resource value: 0x7F0C004E
- public const int Base_V12_Widget_AppCompat_AutoCompleteTextView = 2131492942;
-
- // aapt resource value: 0x7F0C004F
- public const int Base_V12_Widget_AppCompat_EditText = 2131492943;
-
- // aapt resource value: 0x7F0C0050
- public const int Base_V21_Theme_AppCompat = 2131492944;
-
- // aapt resource value: 0x7F0C0051
- public const int Base_V21_Theme_AppCompat_Dialog = 2131492945;
-
- // aapt resource value: 0x7F0C0052
- public const int Base_V21_Theme_AppCompat_Light = 2131492946;
-
- // aapt resource value: 0x7F0C0053
- public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131492947;
-
- // aapt resource value: 0x7F0C0054
- public const int Base_V22_Theme_AppCompat = 2131492948;
-
- // aapt resource value: 0x7F0C0055
- public const int Base_V22_Theme_AppCompat_Light = 2131492949;
-
- // aapt resource value: 0x7F0C0056
- public const int Base_V23_Theme_AppCompat = 2131492950;
-
- // aapt resource value: 0x7F0C0057
- public const int Base_V23_Theme_AppCompat_Light = 2131492951;
-
- // aapt resource value: 0x7F0C0058
- public const int Base_V7_Theme_AppCompat = 2131492952;
-
- // aapt resource value: 0x7F0C0059
- public const int Base_V7_Theme_AppCompat_Dialog = 2131492953;
-
- // aapt resource value: 0x7F0C005A
- public const int Base_V7_Theme_AppCompat_Light = 2131492954;
-
- // aapt resource value: 0x7F0C005B
- public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131492955;
-
- // aapt resource value: 0x7F0C005C
- public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131492956;
-
- // aapt resource value: 0x7F0C005D
- public const int Base_V7_Widget_AppCompat_EditText = 2131492957;
-
- // aapt resource value: 0x7F0C005E
- public const int Base_Widget_AppCompat_ActionBar = 2131492958;
-
- // aapt resource value: 0x7F0C005F
- public const int Base_Widget_AppCompat_ActionBar_Solid = 2131492959;
-
- // aapt resource value: 0x7F0C0060
- public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131492960;
-
- // aapt resource value: 0x7F0C0061
- public const int Base_Widget_AppCompat_ActionBar_TabText = 2131492961;
-
- // aapt resource value: 0x7F0C0062
- public const int Base_Widget_AppCompat_ActionBar_TabView = 2131492962;
-
- // aapt resource value: 0x7F0C0063
- public const int Base_Widget_AppCompat_ActionButton = 2131492963;
-
- // aapt resource value: 0x7F0C0064
- public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131492964;
-
- // aapt resource value: 0x7F0C0065
- public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131492965;
-
- // aapt resource value: 0x7F0C0066
- public const int Base_Widget_AppCompat_ActionMode = 2131492966;
-
- // aapt resource value: 0x7F0C0067
- public const int Base_Widget_AppCompat_ActivityChooserView = 2131492967;
-
- // aapt resource value: 0x7F0C0068
- public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131492968;
-
- // aapt resource value: 0x7F0C0069
- public const int Base_Widget_AppCompat_Button = 2131492969;
-
- // aapt resource value: 0x7F0C006F
- public const int Base_Widget_AppCompat_ButtonBar = 2131492975;
-
- // aapt resource value: 0x7F0C0070
- public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131492976;
-
- // aapt resource value: 0x7F0C006A
- public const int Base_Widget_AppCompat_Button_Borderless = 2131492970;
-
- // aapt resource value: 0x7F0C006B
- public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131492971;
-
- // aapt resource value: 0x7F0C006C
- public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131492972;
-
- // aapt resource value: 0x7F0C006D
- public const int Base_Widget_AppCompat_Button_Colored = 2131492973;
-
- // aapt resource value: 0x7F0C006E
- public const int Base_Widget_AppCompat_Button_Small = 2131492974;
-
- // aapt resource value: 0x7F0C0071
- public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131492977;
-
- // aapt resource value: 0x7F0C0072
- public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131492978;
-
- // aapt resource value: 0x7F0C0073
- public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131492979;
-
- // aapt resource value: 0x7F0C0074
- public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131492980;
-
- // aapt resource value: 0x7F0C0075
- public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131492981;
-
- // aapt resource value: 0x7F0C0076
- public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131492982;
-
- // aapt resource value: 0x7F0C0077
- public const int Base_Widget_AppCompat_EditText = 2131492983;
-
- // aapt resource value: 0x7F0C0078
- public const int Base_Widget_AppCompat_ImageButton = 2131492984;
-
- // aapt resource value: 0x7F0C0079
- public const int Base_Widget_AppCompat_Light_ActionBar = 2131492985;
-
- // aapt resource value: 0x7F0C007A
- public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131492986;
-
- // aapt resource value: 0x7F0C007B
- public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131492987;
-
- // aapt resource value: 0x7F0C007C
- public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131492988;
-
- // aapt resource value: 0x7F0C007D
- public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131492989;
-
- // aapt resource value: 0x7F0C007E
- public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131492990;
-
- // aapt resource value: 0x7F0C007F
- public const int Base_Widget_AppCompat_Light_PopupMenu = 2131492991;
-
- // aapt resource value: 0x7F0C0080
- public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131492992;
-
- // aapt resource value: 0x7F0C0081
- public const int Base_Widget_AppCompat_ListPopupWindow = 2131492993;
-
- // aapt resource value: 0x7F0C0082
- public const int Base_Widget_AppCompat_ListView = 2131492994;
-
- // aapt resource value: 0x7F0C0083
- public const int Base_Widget_AppCompat_ListView_DropDown = 2131492995;
-
- // aapt resource value: 0x7F0C0084
- public const int Base_Widget_AppCompat_ListView_Menu = 2131492996;
-
- // aapt resource value: 0x7F0C0085
- public const int Base_Widget_AppCompat_PopupMenu = 2131492997;
-
- // aapt resource value: 0x7F0C0086
- public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131492998;
-
- // aapt resource value: 0x7F0C0087
- public const int Base_Widget_AppCompat_PopupWindow = 2131492999;
-
- // aapt resource value: 0x7F0C0088
- public const int Base_Widget_AppCompat_ProgressBar = 2131493000;
-
- // aapt resource value: 0x7F0C0089
- public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131493001;
-
- // aapt resource value: 0x7F0C008A
- public const int Base_Widget_AppCompat_RatingBar = 2131493002;
-
- // aapt resource value: 0x7F0C008B
- public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131493003;
-
- // aapt resource value: 0x7F0C008C
- public const int Base_Widget_AppCompat_RatingBar_Small = 2131493004;
-
- // aapt resource value: 0x7F0C008D
- public const int Base_Widget_AppCompat_SearchView = 2131493005;
-
- // aapt resource value: 0x7F0C008E
- public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131493006;
-
- // aapt resource value: 0x7F0C008F
- public const int Base_Widget_AppCompat_SeekBar = 2131493007;
-
- // aapt resource value: 0x7F0C0090
- public const int Base_Widget_AppCompat_Spinner = 2131493008;
-
- // aapt resource value: 0x7F0C0091
- public const int Base_Widget_AppCompat_Spinner_Underlined = 2131493009;
-
- // aapt resource value: 0x7F0C0092
- public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131493010;
-
- // aapt resource value: 0x7F0C0093
- public const int Base_Widget_AppCompat_Toolbar = 2131493011;
-
- // aapt resource value: 0x7F0C0094
- public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131493012;
-
- // aapt resource value: 0x7F0C0095
- public const int Base_Widget_Design_TabLayout = 2131493013;
-
- // aapt resource value: 0x7F0C0096
- public const int CardView = 2131493014;
-
- // aapt resource value: 0x7F0C0097
- public const int CardView_Dark = 2131493015;
-
- // aapt resource value: 0x7F0C0098
- public const int CardView_Light = 2131493016;
-
- // aapt resource value: 0x7F0C0099
- public const int MainTheme = 2131493017;
-
- // aapt resource value: 0x7F0C009A
- public const int MainTheme_Base = 2131493018;
-
- // aapt resource value: 0x7F0C009B
- public const int Platform_AppCompat = 2131493019;
-
- // aapt resource value: 0x7F0C009C
- public const int Platform_AppCompat_Light = 2131493020;
-
- // aapt resource value: 0x7F0C009D
- public const int Platform_ThemeOverlay_AppCompat = 2131493021;
-
- // aapt resource value: 0x7F0C009E
- public const int Platform_ThemeOverlay_AppCompat_Dark = 2131493022;
-
- // aapt resource value: 0x7F0C009F
- public const int Platform_ThemeOverlay_AppCompat_Light = 2131493023;
-
- // aapt resource value: 0x7F0C00A0
- public const int Platform_V11_AppCompat = 2131493024;
-
- // aapt resource value: 0x7F0C00A1
- public const int Platform_V11_AppCompat_Light = 2131493025;
-
- // aapt resource value: 0x7F0C00A2
- public const int Platform_V14_AppCompat = 2131493026;
-
- // aapt resource value: 0x7F0C00A3
- public const int Platform_V14_AppCompat_Light = 2131493027;
-
- // aapt resource value: 0x7F0C00A4
- public const int Platform_Widget_AppCompat_Spinner = 2131493028;
-
- // aapt resource value: 0x7F0C00A5
- public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131493029;
-
- // aapt resource value: 0x7F0C00A6
- public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131493030;
-
- // aapt resource value: 0x7F0C00A7
- public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131493031;
-
- // aapt resource value: 0x7F0C00A8
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131493032;
-
- // aapt resource value: 0x7F0C00A9
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131493033;
-
- // aapt resource value: 0x7F0C00AA
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131493034;
-
- // aapt resource value: 0x7F0C00B0
- public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131493040;
-
- // aapt resource value: 0x7F0C00AB
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131493035;
-
- // aapt resource value: 0x7F0C00AC
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131493036;
-
- // aapt resource value: 0x7F0C00AD
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131493037;
-
- // aapt resource value: 0x7F0C00AE
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131493038;
-
- // aapt resource value: 0x7F0C00AF
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131493039;
-
- // aapt resource value: 0x7F0C00B1
- public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131493041;
-
- // aapt resource value: 0x7F0C00B2
- public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131493042;
-
- // aapt resource value: 0x7F0C00B3
- public const int TextAppearance_AppCompat = 2131493043;
-
- // aapt resource value: 0x7F0C00B4
- public const int TextAppearance_AppCompat_Body1 = 2131493044;
-
- // aapt resource value: 0x7F0C00B5
- public const int TextAppearance_AppCompat_Body2 = 2131493045;
-
- // aapt resource value: 0x7F0C00B6
- public const int TextAppearance_AppCompat_Button = 2131493046;
-
- // aapt resource value: 0x7F0C00B7
- public const int TextAppearance_AppCompat_Caption = 2131493047;
-
- // aapt resource value: 0x7F0C00B8
- public const int TextAppearance_AppCompat_Display1 = 2131493048;
-
- // aapt resource value: 0x7F0C00B9
- public const int TextAppearance_AppCompat_Display2 = 2131493049;
-
- // aapt resource value: 0x7F0C00BA
- public const int TextAppearance_AppCompat_Display3 = 2131493050;
-
- // aapt resource value: 0x7F0C00BB
- public const int TextAppearance_AppCompat_Display4 = 2131493051;
-
- // aapt resource value: 0x7F0C00BC
- public const int TextAppearance_AppCompat_Headline = 2131493052;
-
- // aapt resource value: 0x7F0C00BD
- public const int TextAppearance_AppCompat_Inverse = 2131493053;
-
- // aapt resource value: 0x7F0C00BE
- public const int TextAppearance_AppCompat_Large = 2131493054;
-
- // aapt resource value: 0x7F0C00BF
- public const int TextAppearance_AppCompat_Large_Inverse = 2131493055;
-
- // aapt resource value: 0x7F0C00C0
- public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131493056;
-
- // aapt resource value: 0x7F0C00C1
- public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131493057;
-
- // aapt resource value: 0x7F0C00C2
- public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131493058;
-
- // aapt resource value: 0x7F0C00C3
- public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131493059;
-
- // aapt resource value: 0x7F0C00C4
- public const int TextAppearance_AppCompat_Medium = 2131493060;
-
- // aapt resource value: 0x7F0C00C5
- public const int TextAppearance_AppCompat_Medium_Inverse = 2131493061;
-
- // aapt resource value: 0x7F0C00C6
- public const int TextAppearance_AppCompat_Menu = 2131493062;
-
- // aapt resource value: 0x7F0C00C7
- public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131493063;
-
- // aapt resource value: 0x7F0C00C8
- public const int TextAppearance_AppCompat_SearchResult_Title = 2131493064;
-
- // aapt resource value: 0x7F0C00C9
- public const int TextAppearance_AppCompat_Small = 2131493065;
-
- // aapt resource value: 0x7F0C00CA
- public const int TextAppearance_AppCompat_Small_Inverse = 2131493066;
-
- // aapt resource value: 0x7F0C00CB
- public const int TextAppearance_AppCompat_Subhead = 2131493067;
-
- // aapt resource value: 0x7F0C00CC
- public const int TextAppearance_AppCompat_Subhead_Inverse = 2131493068;
-
- // aapt resource value: 0x7F0C00CD
- public const int TextAppearance_AppCompat_Title = 2131493069;
-
- // aapt resource value: 0x7F0C00CE
- public const int TextAppearance_AppCompat_Title_Inverse = 2131493070;
-
- // aapt resource value: 0x7F0C00CF
- public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131493071;
-
- // aapt resource value: 0x7F0C00D0
- public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131493072;
-
- // aapt resource value: 0x7F0C00D1
- public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131493073;
-
- // aapt resource value: 0x7F0C00D2
- public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131493074;
-
- // aapt resource value: 0x7F0C00D3
- public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131493075;
-
- // aapt resource value: 0x7F0C00D4
- public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131493076;
-
- // aapt resource value: 0x7F0C00D5
- public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131493077;
-
- // aapt resource value: 0x7F0C00D6
- public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131493078;
-
- // aapt resource value: 0x7F0C00D7
- public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131493079;
-
- // aapt resource value: 0x7F0C00D8
- public const int TextAppearance_AppCompat_Widget_Button = 2131493080;
-
- // aapt resource value: 0x7F0C00D9
- public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131493081;
-
- // aapt resource value: 0x7F0C00DA
- public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131493082;
-
- // aapt resource value: 0x7F0C00DB
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131493083;
-
- // aapt resource value: 0x7F0C00DC
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131493084;
-
- // aapt resource value: 0x7F0C00DD
- public const int TextAppearance_AppCompat_Widget_Switch = 2131493085;
-
- // aapt resource value: 0x7F0C00DE
- public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131493086;
-
- // aapt resource value: 0x7F0C00DF
- public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131493087;
-
- // aapt resource value: 0x7F0C00E0
- public const int TextAppearance_Design_Counter = 2131493088;
-
- // aapt resource value: 0x7F0C00E1
- public const int TextAppearance_Design_Counter_Overflow = 2131493089;
-
- // aapt resource value: 0x7F0C00E2
- public const int TextAppearance_Design_Error = 2131493090;
-
- // aapt resource value: 0x7F0C00E3
- public const int TextAppearance_Design_Hint = 2131493091;
-
- // aapt resource value: 0x7F0C00E4
- public const int TextAppearance_Design_Snackbar_Message = 2131493092;
-
- // aapt resource value: 0x7F0C00E5
- public const int TextAppearance_Design_Tab = 2131493093;
-
- // aapt resource value: 0x7F0C00E6
- public const int TextAppearance_StatusBar_EventContent = 2131493094;
-
- // aapt resource value: 0x7F0C00E7
- public const int TextAppearance_StatusBar_EventContent_Info = 2131493095;
-
- // aapt resource value: 0x7F0C00E8
- public const int TextAppearance_StatusBar_EventContent_Line2 = 2131493096;
-
- // aapt resource value: 0x7F0C00E9
- public const int TextAppearance_StatusBar_EventContent_Time = 2131493097;
-
- // aapt resource value: 0x7F0C00EA
- public const int TextAppearance_StatusBar_EventContent_Title = 2131493098;
-
- // aapt resource value: 0x7F0C00EB
- public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131493099;
-
- // aapt resource value: 0x7F0C00EC
- public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131493100;
-
- // aapt resource value: 0x7F0C00ED
- public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131493101;
-
- // aapt resource value: 0x7F0C010D
- public const int ThemeOverlay_AppCompat = 2131493133;
-
- // aapt resource value: 0x7F0C010E
- public const int ThemeOverlay_AppCompat_ActionBar = 2131493134;
-
- // aapt resource value: 0x7F0C010F
- public const int ThemeOverlay_AppCompat_Dark = 2131493135;
-
- // aapt resource value: 0x7F0C0110
- public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131493136;
-
- // aapt resource value: 0x7F0C0111
- public const int ThemeOverlay_AppCompat_Light = 2131493137;
-
- // aapt resource value: 0x7F0C00EE
- public const int Theme_AppCompat = 2131493102;
-
- // aapt resource value: 0x7F0C00EF
- public const int Theme_AppCompat_CompactMenu = 2131493103;
-
- // aapt resource value: 0x7F0C00F0
- public const int Theme_AppCompat_DayNight = 2131493104;
-
- // aapt resource value: 0x7F0C00F1
- public const int Theme_AppCompat_DayNight_DarkActionBar = 2131493105;
-
- // aapt resource value: 0x7F0C00F2
- public const int Theme_AppCompat_DayNight_Dialog = 2131493106;
-
- // aapt resource value: 0x7F0C00F5
- public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131493109;
-
- // aapt resource value: 0x7F0C00F3
- public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131493107;
-
- // aapt resource value: 0x7F0C00F4
- public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131493108;
-
- // aapt resource value: 0x7F0C00F6
- public const int Theme_AppCompat_DayNight_NoActionBar = 2131493110;
-
- // aapt resource value: 0x7F0C00F7
- public const int Theme_AppCompat_Dialog = 2131493111;
-
- // aapt resource value: 0x7F0C00FA
- public const int Theme_AppCompat_DialogWhenLarge = 2131493114;
-
- // aapt resource value: 0x7F0C00F8
- public const int Theme_AppCompat_Dialog_Alert = 2131493112;
-
- // aapt resource value: 0x7F0C00F9
- public const int Theme_AppCompat_Dialog_MinWidth = 2131493113;
-
- // aapt resource value: 0x7F0C00FB
- public const int Theme_AppCompat_Light = 2131493115;
-
- // aapt resource value: 0x7F0C00FC
- public const int Theme_AppCompat_Light_DarkActionBar = 2131493116;
-
- // aapt resource value: 0x7F0C00FD
- public const int Theme_AppCompat_Light_Dialog = 2131493117;
-
- // aapt resource value: 0x7F0C0100
- public const int Theme_AppCompat_Light_DialogWhenLarge = 2131493120;
-
- // aapt resource value: 0x7F0C00FE
- public const int Theme_AppCompat_Light_Dialog_Alert = 2131493118;
-
- // aapt resource value: 0x7F0C00FF
- public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131493119;
-
- // aapt resource value: 0x7F0C0101
- public const int Theme_AppCompat_Light_NoActionBar = 2131493121;
-
- // aapt resource value: 0x7F0C0102
- public const int Theme_AppCompat_NoActionBar = 2131493122;
-
- // aapt resource value: 0x7F0C0103
- public const int Theme_Design = 2131493123;
-
- // aapt resource value: 0x7F0C0104
- public const int Theme_Design_BottomSheetDialog = 2131493124;
-
- // aapt resource value: 0x7F0C0105
- public const int Theme_Design_Light = 2131493125;
-
- // aapt resource value: 0x7F0C0106
- public const int Theme_Design_Light_BottomSheetDialog = 2131493126;
-
- // aapt resource value: 0x7F0C0107
- public const int Theme_Design_Light_NoActionBar = 2131493127;
-
- // aapt resource value: 0x7F0C0108
- public const int Theme_Design_NoActionBar = 2131493128;
-
- // aapt resource value: 0x7F0C0109
- public const int Theme_MediaRouter = 2131493129;
-
- // aapt resource value: 0x7F0C010A
- public const int Theme_MediaRouter_Light = 2131493130;
-
- // aapt resource value: 0x7F0C010C
- public const int Theme_MediaRouter_LightControlPanel = 2131493132;
-
- // aapt resource value: 0x7F0C010B
- public const int Theme_MediaRouter_Light_DarkControlPanel = 2131493131;
-
- // aapt resource value: 0x7F0C0112
- public const int Widget_AppCompat_ActionBar = 2131493138;
-
- // aapt resource value: 0x7F0C0113
- public const int Widget_AppCompat_ActionBar_Solid = 2131493139;
-
- // aapt resource value: 0x7F0C0114
- public const int Widget_AppCompat_ActionBar_TabBar = 2131493140;
-
- // aapt resource value: 0x7F0C0115
- public const int Widget_AppCompat_ActionBar_TabText = 2131493141;
-
- // aapt resource value: 0x7F0C0116
- public const int Widget_AppCompat_ActionBar_TabView = 2131493142;
-
- // aapt resource value: 0x7F0C0117
- public const int Widget_AppCompat_ActionButton = 2131493143;
-
- // aapt resource value: 0x7F0C0118
- public const int Widget_AppCompat_ActionButton_CloseMode = 2131493144;
-
- // aapt resource value: 0x7F0C0119
- public const int Widget_AppCompat_ActionButton_Overflow = 2131493145;
-
- // aapt resource value: 0x7F0C011A
- public const int Widget_AppCompat_ActionMode = 2131493146;
-
- // aapt resource value: 0x7F0C011B
- public const int Widget_AppCompat_ActivityChooserView = 2131493147;
-
- // aapt resource value: 0x7F0C011C
- public const int Widget_AppCompat_AutoCompleteTextView = 2131493148;
-
- // aapt resource value: 0x7F0C011D
- public const int Widget_AppCompat_Button = 2131493149;
-
- // aapt resource value: 0x7F0C0123
- public const int Widget_AppCompat_ButtonBar = 2131493155;
-
- // aapt resource value: 0x7F0C0124
- public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131493156;
-
- // aapt resource value: 0x7F0C011E
- public const int Widget_AppCompat_Button_Borderless = 2131493150;
-
- // aapt resource value: 0x7F0C011F
- public const int Widget_AppCompat_Button_Borderless_Colored = 2131493151;
-
- // aapt resource value: 0x7F0C0120
- public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131493152;
-
- // aapt resource value: 0x7F0C0121
- public const int Widget_AppCompat_Button_Colored = 2131493153;
-
- // aapt resource value: 0x7F0C0122
- public const int Widget_AppCompat_Button_Small = 2131493154;
-
- // aapt resource value: 0x7F0C0125
- public const int Widget_AppCompat_CompoundButton_CheckBox = 2131493157;
-
- // aapt resource value: 0x7F0C0126
- public const int Widget_AppCompat_CompoundButton_RadioButton = 2131493158;
-
- // aapt resource value: 0x7F0C0127
- public const int Widget_AppCompat_CompoundButton_Switch = 2131493159;
-
- // aapt resource value: 0x7F0C0128
- public const int Widget_AppCompat_DrawerArrowToggle = 2131493160;
-
- // aapt resource value: 0x7F0C0129
- public const int Widget_AppCompat_DropDownItem_Spinner = 2131493161;
-
- // aapt resource value: 0x7F0C012A
- public const int Widget_AppCompat_EditText = 2131493162;
-
- // aapt resource value: 0x7F0C012B
- public const int Widget_AppCompat_ImageButton = 2131493163;
-
- // aapt resource value: 0x7F0C012C
- public const int Widget_AppCompat_Light_ActionBar = 2131493164;
-
- // aapt resource value: 0x7F0C012D
- public const int Widget_AppCompat_Light_ActionBar_Solid = 2131493165;
-
- // aapt resource value: 0x7F0C012E
- public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131493166;
-
- // aapt resource value: 0x7F0C012F
- public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131493167;
-
- // aapt resource value: 0x7F0C0130
- public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131493168;
-
- // aapt resource value: 0x7F0C0131
- public const int Widget_AppCompat_Light_ActionBar_TabText = 2131493169;
-
- // aapt resource value: 0x7F0C0132
- public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131493170;
-
- // aapt resource value: 0x7F0C0133
- public const int Widget_AppCompat_Light_ActionBar_TabView = 2131493171;
-
- // aapt resource value: 0x7F0C0134
- public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131493172;
-
- // aapt resource value: 0x7F0C0135
- public const int Widget_AppCompat_Light_ActionButton = 2131493173;
-
- // aapt resource value: 0x7F0C0136
- public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131493174;
-
- // aapt resource value: 0x7F0C0137
- public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131493175;
-
- // aapt resource value: 0x7F0C0138
- public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131493176;
-
- // aapt resource value: 0x7F0C0139
- public const int Widget_AppCompat_Light_ActivityChooserView = 2131493177;
-
- // aapt resource value: 0x7F0C013A
- public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131493178;
-
- // aapt resource value: 0x7F0C013B
- public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131493179;
-
- // aapt resource value: 0x7F0C013C
- public const int Widget_AppCompat_Light_ListPopupWindow = 2131493180;
-
- // aapt resource value: 0x7F0C013D
- public const int Widget_AppCompat_Light_ListView_DropDown = 2131493181;
-
- // aapt resource value: 0x7F0C013E
- public const int Widget_AppCompat_Light_PopupMenu = 2131493182;
-
- // aapt resource value: 0x7F0C013F
- public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131493183;
-
- // aapt resource value: 0x7F0C0140
- public const int Widget_AppCompat_Light_SearchView = 2131493184;
-
- // aapt resource value: 0x7F0C0141
- public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131493185;
-
- // aapt resource value: 0x7F0C0142
- public const int Widget_AppCompat_ListPopupWindow = 2131493186;
-
- // aapt resource value: 0x7F0C0143
- public const int Widget_AppCompat_ListView = 2131493187;
-
- // aapt resource value: 0x7F0C0144
- public const int Widget_AppCompat_ListView_DropDown = 2131493188;
-
- // aapt resource value: 0x7F0C0145
- public const int Widget_AppCompat_ListView_Menu = 2131493189;
-
- // aapt resource value: 0x7F0C0146
- public const int Widget_AppCompat_PopupMenu = 2131493190;
-
- // aapt resource value: 0x7F0C0147
- public const int Widget_AppCompat_PopupMenu_Overflow = 2131493191;
-
- // aapt resource value: 0x7F0C0148
- public const int Widget_AppCompat_PopupWindow = 2131493192;
-
- // aapt resource value: 0x7F0C0149
- public const int Widget_AppCompat_ProgressBar = 2131493193;
-
- // aapt resource value: 0x7F0C014A
- public const int Widget_AppCompat_ProgressBar_Horizontal = 2131493194;
-
- // aapt resource value: 0x7F0C014B
- public const int Widget_AppCompat_RatingBar = 2131493195;
-
- // aapt resource value: 0x7F0C014C
- public const int Widget_AppCompat_RatingBar_Indicator = 2131493196;
-
- // aapt resource value: 0x7F0C014D
- public const int Widget_AppCompat_RatingBar_Small = 2131493197;
-
- // aapt resource value: 0x7F0C014E
- public const int Widget_AppCompat_SearchView = 2131493198;
-
- // aapt resource value: 0x7F0C014F
- public const int Widget_AppCompat_SearchView_ActionBar = 2131493199;
-
- // aapt resource value: 0x7F0C0150
- public const int Widget_AppCompat_SeekBar = 2131493200;
-
- // aapt resource value: 0x7F0C0151
- public const int Widget_AppCompat_Spinner = 2131493201;
-
- // aapt resource value: 0x7F0C0152
- public const int Widget_AppCompat_Spinner_DropDown = 2131493202;
-
- // aapt resource value: 0x7F0C0153
- public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131493203;
-
- // aapt resource value: 0x7F0C0154
- public const int Widget_AppCompat_Spinner_Underlined = 2131493204;
-
- // aapt resource value: 0x7F0C0155
- public const int Widget_AppCompat_TextView_SpinnerItem = 2131493205;
-
- // aapt resource value: 0x7F0C0156
- public const int Widget_AppCompat_Toolbar = 2131493206;
-
- // aapt resource value: 0x7F0C0157
- public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131493207;
-
- // aapt resource value: 0x7F0C0158
- public const int Widget_Design_AppBarLayout = 2131493208;
-
- // aapt resource value: 0x7F0C0159
- public const int Widget_Design_BottomSheet_Modal = 2131493209;
-
- // aapt resource value: 0x7F0C015A
- public const int Widget_Design_CollapsingToolbar = 2131493210;
-
- // aapt resource value: 0x7F0C015B
- public const int Widget_Design_CoordinatorLayout = 2131493211;
-
- // aapt resource value: 0x7F0C015C
- public const int Widget_Design_FloatingActionButton = 2131493212;
-
- // aapt resource value: 0x7F0C015D
- public const int Widget_Design_NavigationView = 2131493213;
-
- // aapt resource value: 0x7F0C015E
- public const int Widget_Design_ScrimInsetsFrameLayout = 2131493214;
-
- // aapt resource value: 0x7F0C015F
- public const int Widget_Design_Snackbar = 2131493215;
-
- // aapt resource value: 0x7F0C0160
- public const int Widget_Design_TabLayout = 2131493216;
-
- // aapt resource value: 0x7F0C0161
- public const int Widget_Design_TextInputLayout = 2131493217;
-
- // aapt resource value: 0x7F0C0162
- public const int Widget_MediaRouter_ChooserText = 2131493218;
-
- // aapt resource value: 0x7F0C0163
- public const int Widget_MediaRouter_ChooserText_Primary = 2131493219;
-
- // aapt resource value: 0x7F0C0164
- public const int Widget_MediaRouter_ChooserText_Primary_Dark = 2131493220;
-
- // aapt resource value: 0x7F0C0165
- public const int Widget_MediaRouter_ChooserText_Primary_Light = 2131493221;
-
- // aapt resource value: 0x7F0C0166
- public const int Widget_MediaRouter_ChooserText_Secondary = 2131493222;
-
- // aapt resource value: 0x7F0C0167
- public const int Widget_MediaRouter_ChooserText_Secondary_Dark = 2131493223;
-
- // aapt resource value: 0x7F0C0168
- public const int Widget_MediaRouter_ChooserText_Secondary_Light = 2131493224;
-
- // aapt resource value: 0x7F0C0169
- public const int Widget_MediaRouter_ControllerText = 2131493225;
-
- // aapt resource value: 0x7F0C016A
- public const int Widget_MediaRouter_ControllerText_Primary = 2131493226;
-
- // aapt resource value: 0x7F0C016B
- public const int Widget_MediaRouter_ControllerText_Primary_Dark = 2131493227;
-
- // aapt resource value: 0x7F0C016C
- public const int Widget_MediaRouter_ControllerText_Primary_Light = 2131493228;
-
- // aapt resource value: 0x7F0C016D
- public const int Widget_MediaRouter_ControllerText_Secondary = 2131493229;
-
- // aapt resource value: 0x7F0C016E
- public const int Widget_MediaRouter_ControllerText_Secondary_Dark = 2131493230;
-
- // aapt resource value: 0x7F0C016F
- public const int Widget_MediaRouter_ControllerText_Secondary_Light = 2131493231;
-
- // aapt resource value: 0x7F0C0170
- public const int Widget_MediaRouter_ControllerText_Title = 2131493232;
-
- // aapt resource value: 0x7F0C0171
- public const int Widget_MediaRouter_ControllerText_Title_Dark = 2131493233;
-
- // aapt resource value: 0x7F0C0172
- public const int Widget_MediaRouter_ControllerText_Title_Light = 2131493234;
-
- // aapt resource value: 0x7F0C0173
- public const int Widget_MediaRouter_Light_MediaRouteButton = 2131493235;
-
- // aapt resource value: 0x7F0C0174
- public const int Widget_MediaRouter_MediaRouteButton = 2131493236;
-
- static Style()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Style()
- {
- }
- }
-
- public partial class Styleable
- {
-
- // aapt resource value: { 0x7F02002B,0x7F02002C,0x7F02002D,0x7F02005A,0x7F02005B,0x7F02005C,0x7F02005D,0x7F020069,0x7F02006D,0x7F02006E,0x7F020079,0x7F02008B,0x7F02008C,0x7F020090,0x7F020091,0x7F020092,0x7F020095,0x7F02009B,0x7F0200B3,0x7F0200D1,0x7F0200D9,0x7F0200DD,0x7F0200DE,0x7F0200FC,0x7F0200FF,0x7F020122,0x7F02012B }
- public static int[] ActionBar = new int[] {
- 2130837547,
- 2130837548,
- 2130837549,
- 2130837594,
- 2130837595,
- 2130837596,
- 2130837597,
- 2130837609,
- 2130837613,
- 2130837614,
- 2130837625,
- 2130837643,
- 2130837644,
- 2130837648,
- 2130837649,
- 2130837650,
- 2130837653,
- 2130837659,
- 2130837683,
- 2130837713,
- 2130837721,
- 2130837725,
- 2130837726,
- 2130837756,
- 2130837759,
- 2130837794,
- 2130837803};
-
- // aapt resource value: { 0x10100B3 }
- public static int[] ActionBarLayout = new int[] {
- 16842931};
-
- // aapt resource value: 0
- public const int ActionBarLayout_android_layout_gravity = 0;
-
- // aapt resource value: 0
- public const int ActionBar_background = 0;
-
- // aapt resource value: 1
- public const int ActionBar_backgroundSplit = 1;
-
- // aapt resource value: 2
- public const int ActionBar_backgroundStacked = 2;
-
- // aapt resource value: 3
- public const int ActionBar_contentInsetEnd = 3;
-
- // aapt resource value: 4
- public const int ActionBar_contentInsetLeft = 4;
-
- // aapt resource value: 5
- public const int ActionBar_contentInsetRight = 5;
-
- // aapt resource value: 6
- public const int ActionBar_contentInsetStart = 6;
-
- // aapt resource value: 7
- public const int ActionBar_customNavigationLayout = 7;
-
- // aapt resource value: 8
- public const int ActionBar_displayOptions = 8;
-
- // aapt resource value: 9
- public const int ActionBar_divider = 9;
-
- // aapt resource value: 10
- public const int ActionBar_elevation = 10;
-
- // aapt resource value: 11
- public const int ActionBar_height = 11;
-
- // aapt resource value: 12
- public const int ActionBar_hideOnContentScroll = 12;
-
- // aapt resource value: 13
- public const int ActionBar_homeAsUpIndicator = 13;
-
- // aapt resource value: 14
- public const int ActionBar_homeLayout = 14;
-
- // aapt resource value: 15
- public const int ActionBar_icon = 15;
-
- // aapt resource value: 16
- public const int ActionBar_indeterminateProgressStyle = 16;
-
- // aapt resource value: 17
- public const int ActionBar_itemPadding = 17;
-
- // aapt resource value: 18
- public const int ActionBar_logo = 18;
-
- // aapt resource value: 19
- public const int ActionBar_navigationMode = 19;
-
- // aapt resource value: 20
- public const int ActionBar_popupTheme = 20;
-
- // aapt resource value: 21
- public const int ActionBar_progressBarPadding = 21;
-
- // aapt resource value: 22
- public const int ActionBar_progressBarStyle = 22;
-
- // aapt resource value: 23
- public const int ActionBar_subtitle = 23;
-
- // aapt resource value: 24
- public const int ActionBar_subtitleTextStyle = 24;
-
- // aapt resource value: 25
- public const int ActionBar_title = 25;
-
- // aapt resource value: 26
- public const int ActionBar_titleTextStyle = 26;
-
- // aapt resource value: { 0x101013F }
- public static int[] ActionMenuItemView = new int[] {
- 16843071};
-
- // aapt resource value: 0
- public const int ActionMenuItemView_android_minWidth = 0;
-
- // aapt resource value: { 0xFFFFFFFF }
- public static int[] ActionMenuView = new int[] {
- -1};
-
- // aapt resource value: { 0x7F02002B,0x7F02002C,0x7F02004B,0x7F02008B,0x7F0200FF,0x7F02012B }
- public static int[] ActionMode = new int[] {
- 2130837547,
- 2130837548,
- 2130837579,
- 2130837643,
- 2130837759,
- 2130837803};
-
- // aapt resource value: 0
- public const int ActionMode_background = 0;
-
- // aapt resource value: 1
- public const int ActionMode_backgroundSplit = 1;
-
- // aapt resource value: 2
- public const int ActionMode_closeItemLayout = 2;
-
- // aapt resource value: 3
- public const int ActionMode_height = 3;
-
- // aapt resource value: 4
- public const int ActionMode_subtitleTextStyle = 4;
-
- // aapt resource value: 5
- public const int ActionMode_titleTextStyle = 5;
-
- // aapt resource value: { 0x7F02007C,0x7F020096 }
- public static int[] ActivityChooserView = new int[] {
- 2130837628,
- 2130837654};
-
- // aapt resource value: 0
- public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
-
- // aapt resource value: 1
- public const int ActivityChooserView_initialActivityCount = 1;
-
- // aapt resource value: { 0x10100F2,0x7F02003D,0x7F0200AB,0x7F0200AC,0x7F0200CE,0x7F0200F0 }
- public static int[] AlertDialog = new int[] {
- 16842994,
- 2130837565,
- 2130837675,
- 2130837676,
- 2130837710,
- 2130837744};
-
- // aapt resource value: 0
- public const int AlertDialog_android_layout = 0;
-
- // aapt resource value: 1
- public const int AlertDialog_buttonPanelSideLayout = 1;
-
- // aapt resource value: 2
- public const int AlertDialog_listItemLayout = 2;
-
- // aapt resource value: 3
- public const int AlertDialog_listLayout = 3;
-
- // aapt resource value: 4
- public const int AlertDialog_multiChoiceItemLayout = 4;
-
- // aapt resource value: 5
- public const int AlertDialog_singleChoiceItemLayout = 5;
-
- // aapt resource value: { 0x10100D4,0x7F020079,0x7F02007D }
- public static int[] AppBarLayout = new int[] {
- 16842964,
- 2130837625,
- 2130837629};
-
- // aapt resource value: 0
- public const int AppBarLayout_android_background = 0;
-
- // aapt resource value: 1
- public const int AppBarLayout_elevation = 1;
-
- // aapt resource value: 2
- public const int AppBarLayout_expanded = 2;
-
- // aapt resource value: { 0x7F0200A7,0x7F0200A8 }
- public static int[] AppBarLayout_LayoutParams = new int[] {
- 2130837671,
- 2130837672};
-
- // aapt resource value: 0
- public const int AppBarLayout_LayoutParams_layout_scrollFlags = 0;
-
- // aapt resource value: 1
- public const int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
-
- // aapt resource value: { 0x1010119,0x7F0200F6 }
- public static int[] AppCompatImageView = new int[] {
- 16843033,
- 2130837750};
-
- // aapt resource value: 0
- public const int AppCompatImageView_android_src = 0;
-
- // aapt resource value: 1
- public const int AppCompatImageView_srcCompat = 1;
-
- // aapt resource value: { 0x1010034,0x7F020115 }
- public static int[] AppCompatTextView = new int[] {
- 16842804,
- 2130837781};
-
- // aapt resource value: 0
- public const int AppCompatTextView_android_textAppearance = 0;
-
- // aapt resource value: 1
- public const int AppCompatTextView_textAllCaps = 1;
-
- // aapt resource value: { 0x1010057,0x10100AE,0x7F020001,0x7F020002,0x7F020003,0x7F020004,0x7F020005,0x7F020006,0x7F020007,0x7F020008,0x7F020009,0x7F02000A,0x7F02000B,0x7F02000C,0x7F02000D,0x7F02000F,0x7F020010,0x7F020011,0x7F020012,0x7F020013,0x7F020014,0x7F020015,0x7F020016,0x7F020017,0x7F020018,0x7F020019,0x7F02001A,0x7F02001B,0x7F02001C,0x7F02001D,0x7F02001E,0x7F02001F,0x7F020022,0x7F020023,0x7F020024,0x7F020025,0x7F020026,0x7F02002A,0x7F020035,0x7F020038,0x7F020039,0x7F02003A,0x7F02003B,0x7F02003C,0x7F02003E,0x7F02003F,0x7F020048,0x7F020049,0x7F020051,0x7F020052,0x7F020053,0x7F020054,0x7F020055,0x7F020056,0x7F020057,0x7F020058,0x7F020064,0x7F02006B,0x7F02006C,0x7F02006F,0x7F020071,0x7F020074,0x7F020075,0x7F020076,0x7F020077,0x7F020078,0x7F020090,0x7F020094,0x7F0200A9,0x7F0200AA,0x7F0200AD,0x7F0200AE,0x7F0200AF,0x7F0200B0,0x7F0200B1,0x7F0200B2,0x7F0200D5,0x7F0200D6,0x7F0200D7,0x7F0200D8,0x7F0200DA,0x7F0200E1,0x7F0200E2,0x7F0200E3,0x7F0200E4,0x7F0200E9,0x7F0200EA,0x7F0200EB,0x7F0200EC,0x7F0200F3,0x7F0200F4,0x7F020103,0x7F020116,0x7F020117,0x7F020118,0x7F020119,0x7F02011A,0x7F02011B,0x7F02011C,0x7F02011E,0x7F02012D,0x7F02012E,0x7F020132,0x7F020133,0x7F020134,0x7F020135,0x7F020136,0x7F020137,0x7F020138,0x7F020139,0x7F02013A,0x7F02013B }
- public static int[] AppCompatTheme = new int[] {
- 16842839,
- 16842926,
- 2130837505,
- 2130837506,
- 2130837507,
- 2130837508,
- 2130837509,
- 2130837510,
- 2130837511,
- 2130837512,
- 2130837513,
- 2130837514,
- 2130837515,
- 2130837516,
- 2130837517,
- 2130837519,
- 2130837520,
- 2130837521,
- 2130837522,
- 2130837523,
- 2130837524,
- 2130837525,
- 2130837526,
- 2130837527,
- 2130837528,
- 2130837529,
- 2130837530,
- 2130837531,
- 2130837532,
- 2130837533,
- 2130837534,
- 2130837535,
- 2130837538,
- 2130837539,
- 2130837540,
- 2130837541,
- 2130837542,
- 2130837546,
- 2130837557,
- 2130837560,
- 2130837561,
- 2130837562,
- 2130837563,
- 2130837564,
- 2130837566,
- 2130837567,
- 2130837576,
- 2130837577,
- 2130837585,
- 2130837586,
- 2130837587,
- 2130837588,
- 2130837589,
- 2130837590,
- 2130837591,
- 2130837592,
- 2130837604,
- 2130837611,
- 2130837612,
- 2130837615,
- 2130837617,
- 2130837620,
- 2130837621,
- 2130837622,
- 2130837623,
- 2130837624,
- 2130837648,
- 2130837652,
- 2130837673,
- 2130837674,
- 2130837677,
- 2130837678,
- 2130837679,
- 2130837680,
- 2130837681,
- 2130837682,
- 2130837717,
- 2130837718,
- 2130837719,
- 2130837720,
- 2130837722,
- 2130837729,
- 2130837730,
- 2130837731,
- 2130837732,
- 2130837737,
- 2130837738,
- 2130837739,
- 2130837740,
- 2130837747,
- 2130837748,
- 2130837763,
- 2130837782,
- 2130837783,
- 2130837784,
- 2130837785,
- 2130837786,
- 2130837787,
- 2130837788,
- 2130837790,
- 2130837805,
- 2130837806,
- 2130837810,
- 2130837811,
- 2130837812,
- 2130837813,
- 2130837814,
- 2130837815,
- 2130837816,
- 2130837817,
- 2130837818,
- 2130837819};
-
- // aapt resource value: 2
- public const int AppCompatTheme_actionBarDivider = 2;
-
- // aapt resource value: 3
- public const int AppCompatTheme_actionBarItemBackground = 3;
-
- // aapt resource value: 4
- public const int AppCompatTheme_actionBarPopupTheme = 4;
-
- // aapt resource value: 5
- public const int AppCompatTheme_actionBarSize = 5;
-
- // aapt resource value: 6
- public const int AppCompatTheme_actionBarSplitStyle = 6;
-
- // aapt resource value: 7
- public const int AppCompatTheme_actionBarStyle = 7;
-
- // aapt resource value: 8
- public const int AppCompatTheme_actionBarTabBarStyle = 8;
-
- // aapt resource value: 9
- public const int AppCompatTheme_actionBarTabStyle = 9;
-
- // aapt resource value: 10
- public const int AppCompatTheme_actionBarTabTextStyle = 10;
-
- // aapt resource value: 11
- public const int AppCompatTheme_actionBarTheme = 11;
-
- // aapt resource value: 12
- public const int AppCompatTheme_actionBarWidgetTheme = 12;
-
- // aapt resource value: 13
- public const int AppCompatTheme_actionButtonStyle = 13;
-
- // aapt resource value: 14
- public const int AppCompatTheme_actionDropDownStyle = 14;
-
- // aapt resource value: 15
- public const int AppCompatTheme_actionMenuTextAppearance = 15;
-
- // aapt resource value: 16
- public const int AppCompatTheme_actionMenuTextColor = 16;
-
- // aapt resource value: 17
- public const int AppCompatTheme_actionModeBackground = 17;
-
- // aapt resource value: 18
- public const int AppCompatTheme_actionModeCloseButtonStyle = 18;
-
- // aapt resource value: 19
- public const int AppCompatTheme_actionModeCloseDrawable = 19;
-
- // aapt resource value: 20
- public const int AppCompatTheme_actionModeCopyDrawable = 20;
-
- // aapt resource value: 21
- public const int AppCompatTheme_actionModeCutDrawable = 21;
-
- // aapt resource value: 22
- public const int AppCompatTheme_actionModeFindDrawable = 22;
-
- // aapt resource value: 23
- public const int AppCompatTheme_actionModePasteDrawable = 23;
-
- // aapt resource value: 24
- public const int AppCompatTheme_actionModePopupWindowStyle = 24;
-
- // aapt resource value: 25
- public const int AppCompatTheme_actionModeSelectAllDrawable = 25;
-
- // aapt resource value: 26
- public const int AppCompatTheme_actionModeShareDrawable = 26;
-
- // aapt resource value: 27
- public const int AppCompatTheme_actionModeSplitBackground = 27;
-
- // aapt resource value: 28
- public const int AppCompatTheme_actionModeStyle = 28;
-
- // aapt resource value: 29
- public const int AppCompatTheme_actionModeWebSearchDrawable = 29;
-
- // aapt resource value: 30
- public const int AppCompatTheme_actionOverflowButtonStyle = 30;
-
- // aapt resource value: 31
- public const int AppCompatTheme_actionOverflowMenuStyle = 31;
-
- // aapt resource value: 32
- public const int AppCompatTheme_activityChooserViewStyle = 32;
-
- // aapt resource value: 33
- public const int AppCompatTheme_alertDialogButtonGroupStyle = 33;
-
- // aapt resource value: 34
- public const int AppCompatTheme_alertDialogCenterButtons = 34;
-
- // aapt resource value: 35
- public const int AppCompatTheme_alertDialogStyle = 35;
-
- // aapt resource value: 36
- public const int AppCompatTheme_alertDialogTheme = 36;
-
- // aapt resource value: 1
- public const int AppCompatTheme_android_windowAnimationStyle = 1;
-
- // aapt resource value: 0
- public const int AppCompatTheme_android_windowIsFloating = 0;
-
- // aapt resource value: 37
- public const int AppCompatTheme_autoCompleteTextViewStyle = 37;
-
- // aapt resource value: 38
- public const int AppCompatTheme_borderlessButtonStyle = 38;
-
- // aapt resource value: 39
- public const int AppCompatTheme_buttonBarButtonStyle = 39;
-
- // aapt resource value: 40
- public const int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
-
- // aapt resource value: 41
- public const int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
-
- // aapt resource value: 42
- public const int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
-
- // aapt resource value: 43
- public const int AppCompatTheme_buttonBarStyle = 43;
-
- // aapt resource value: 44
- public const int AppCompatTheme_buttonStyle = 44;
-
- // aapt resource value: 45
- public const int AppCompatTheme_buttonStyleSmall = 45;
-
- // aapt resource value: 46
- public const int AppCompatTheme_checkboxStyle = 46;
-
- // aapt resource value: 47
- public const int AppCompatTheme_checkedTextViewStyle = 47;
-
- // aapt resource value: 48
- public const int AppCompatTheme_colorAccent = 48;
-
- // aapt resource value: 49
- public const int AppCompatTheme_colorButtonNormal = 49;
-
- // aapt resource value: 50
- public const int AppCompatTheme_colorControlActivated = 50;
-
- // aapt resource value: 51
- public const int AppCompatTheme_colorControlHighlight = 51;
-
- // aapt resource value: 52
- public const int AppCompatTheme_colorControlNormal = 52;
-
- // aapt resource value: 53
- public const int AppCompatTheme_colorPrimary = 53;
-
- // aapt resource value: 54
- public const int AppCompatTheme_colorPrimaryDark = 54;
-
- // aapt resource value: 55
- public const int AppCompatTheme_colorSwitchThumbNormal = 55;
-
- // aapt resource value: 56
- public const int AppCompatTheme_controlBackground = 56;
-
- // aapt resource value: 57
- public const int AppCompatTheme_dialogPreferredPadding = 57;
-
- // aapt resource value: 58
- public const int AppCompatTheme_dialogTheme = 58;
-
- // aapt resource value: 59
- public const int AppCompatTheme_dividerHorizontal = 59;
-
- // aapt resource value: 60
- public const int AppCompatTheme_dividerVertical = 60;
-
- // aapt resource value: 62
- public const int AppCompatTheme_dropdownListPreferredItemHeight = 62;
-
- // aapt resource value: 61
- public const int AppCompatTheme_dropDownListViewStyle = 61;
-
- // aapt resource value: 63
- public const int AppCompatTheme_editTextBackground = 63;
-
- // aapt resource value: 64
- public const int AppCompatTheme_editTextColor = 64;
-
- // aapt resource value: 65
- public const int AppCompatTheme_editTextStyle = 65;
-
- // aapt resource value: 66
- public const int AppCompatTheme_homeAsUpIndicator = 66;
-
- // aapt resource value: 67
- public const int AppCompatTheme_imageButtonStyle = 67;
-
- // aapt resource value: 68
- public const int AppCompatTheme_listChoiceBackgroundIndicator = 68;
-
- // aapt resource value: 69
- public const int AppCompatTheme_listDividerAlertDialog = 69;
-
- // aapt resource value: 70
- public const int AppCompatTheme_listPopupWindowStyle = 70;
-
- // aapt resource value: 71
- public const int AppCompatTheme_listPreferredItemHeight = 71;
-
- // aapt resource value: 72
- public const int AppCompatTheme_listPreferredItemHeightLarge = 72;
-
- // aapt resource value: 73
- public const int AppCompatTheme_listPreferredItemHeightSmall = 73;
-
- // aapt resource value: 74
- public const int AppCompatTheme_listPreferredItemPaddingLeft = 74;
-
- // aapt resource value: 75
- public const int AppCompatTheme_listPreferredItemPaddingRight = 75;
-
- // aapt resource value: 76
- public const int AppCompatTheme_panelBackground = 76;
-
- // aapt resource value: 77
- public const int AppCompatTheme_panelMenuListTheme = 77;
-
- // aapt resource value: 78
- public const int AppCompatTheme_panelMenuListWidth = 78;
-
- // aapt resource value: 79
- public const int AppCompatTheme_popupMenuStyle = 79;
-
- // aapt resource value: 80
- public const int AppCompatTheme_popupWindowStyle = 80;
-
- // aapt resource value: 81
- public const int AppCompatTheme_radioButtonStyle = 81;
-
- // aapt resource value: 82
- public const int AppCompatTheme_ratingBarStyle = 82;
-
- // aapt resource value: 83
- public const int AppCompatTheme_ratingBarStyleIndicator = 83;
-
- // aapt resource value: 84
- public const int AppCompatTheme_ratingBarStyleSmall = 84;
-
- // aapt resource value: 85
- public const int AppCompatTheme_searchViewStyle = 85;
-
- // aapt resource value: 86
- public const int AppCompatTheme_seekBarStyle = 86;
-
- // aapt resource value: 87
- public const int AppCompatTheme_selectableItemBackground = 87;
-
- // aapt resource value: 88
- public const int AppCompatTheme_selectableItemBackgroundBorderless = 88;
-
- // aapt resource value: 89
- public const int AppCompatTheme_spinnerDropDownItemStyle = 89;
-
- // aapt resource value: 90
- public const int AppCompatTheme_spinnerStyle = 90;
-
- // aapt resource value: 91
- public const int AppCompatTheme_switchStyle = 91;
-
- // aapt resource value: 92
- public const int AppCompatTheme_textAppearanceLargePopupMenu = 92;
-
- // aapt resource value: 93
- public const int AppCompatTheme_textAppearanceListItem = 93;
-
- // aapt resource value: 94
- public const int AppCompatTheme_textAppearanceListItemSmall = 94;
-
- // aapt resource value: 95
- public const int AppCompatTheme_textAppearanceSearchResultSubtitle = 95;
-
- // aapt resource value: 96
- public const int AppCompatTheme_textAppearanceSearchResultTitle = 96;
-
- // aapt resource value: 97
- public const int AppCompatTheme_textAppearanceSmallPopupMenu = 97;
-
- // aapt resource value: 98
- public const int AppCompatTheme_textColorAlertDialogListItem = 98;
-
- // aapt resource value: 99
- public const int AppCompatTheme_textColorSearchUrl = 99;
-
- // aapt resource value: 100
- public const int AppCompatTheme_toolbarNavigationButtonStyle = 100;
-
- // aapt resource value: 101
- public const int AppCompatTheme_toolbarStyle = 101;
-
- // aapt resource value: 102
- public const int AppCompatTheme_windowActionBar = 102;
-
- // aapt resource value: 103
- public const int AppCompatTheme_windowActionBarOverlay = 103;
-
- // aapt resource value: 104
- public const int AppCompatTheme_windowActionModeOverlay = 104;
-
- // aapt resource value: 105
- public const int AppCompatTheme_windowFixedHeightMajor = 105;
-
- // aapt resource value: 106
- public const int AppCompatTheme_windowFixedHeightMinor = 106;
-
- // aapt resource value: 107
- public const int AppCompatTheme_windowFixedWidthMajor = 107;
-
- // aapt resource value: 108
- public const int AppCompatTheme_windowFixedWidthMinor = 108;
-
- // aapt resource value: 109
- public const int AppCompatTheme_windowMinWidthMajor = 109;
-
- // aapt resource value: 110
- public const int AppCompatTheme_windowMinWidthMinor = 110;
-
- // aapt resource value: 111
- public const int AppCompatTheme_windowNoTitle = 111;
-
- // aapt resource value: { 0x7F020031,0x7F020033 }
- public static int[] BottomSheetBehavior_Params = new int[] {
- 2130837553,
- 2130837555};
-
- // aapt resource value: 0
- public const int BottomSheetBehavior_Params_behavior_hideable = 0;
-
- // aapt resource value: 1
- public const int BottomSheetBehavior_Params_behavior_peekHeight = 1;
-
- // aapt resource value: { 0x7F020027 }
- public static int[] ButtonBarLayout = new int[] {
- 2130837543};
-
- // aapt resource value: 0
- public const int ButtonBarLayout_allowStacking = 0;
-
- // aapt resource value: { 0x101013F,0x1010140,0x7F020042,0x7F020043,0x7F020044,0x7F020045,0x7F020046,0x7F020047,0x7F02005E,0x7F02005F,0x7F020060,0x7F020061,0x7F020062 }
- public static int[] CardView = new int[] {
- 16843071,
- 16843072,
- 2130837570,
- 2130837571,
- 2130837572,
- 2130837573,
- 2130837574,
- 2130837575,
- 2130837598,
- 2130837599,
- 2130837600,
- 2130837601,
- 2130837602};
-
- // aapt resource value: 1
- public const int CardView_android_minHeight = 1;
-
- // aapt resource value: 0
- public const int CardView_android_minWidth = 0;
-
- // aapt resource value: 2
- public const int CardView_cardBackgroundColor = 2;
-
- // aapt resource value: 3
- public const int CardView_cardCornerRadius = 3;
-
- // aapt resource value: 4
- public const int CardView_cardElevation = 4;
-
- // aapt resource value: 5
- public const int CardView_cardMaxElevation = 5;
-
- // aapt resource value: 6
- public const int CardView_cardPreventCornerOverlap = 6;
-
- // aapt resource value: 7
- public const int CardView_cardUseCompatPadding = 7;
-
- // aapt resource value: 8
- public const int CardView_contentPadding = 8;
-
- // aapt resource value: 9
- public const int CardView_contentPaddingBottom = 9;
-
- // aapt resource value: 10
- public const int CardView_contentPaddingLeft = 10;
-
- // aapt resource value: 11
- public const int CardView_contentPaddingRight = 11;
-
- // aapt resource value: 12
- public const int CardView_contentPaddingTop = 12;
-
- // aapt resource value: { 0x7F0200A4,0x7F0200A5 }
- public static int[] CollapsingAppBarLayout_LayoutParams = new int[] {
- 2130837668,
- 2130837669};
-
- // aapt resource value: 0
- public const int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0;
-
- // aapt resource value: 1
- public const int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
-
- // aapt resource value: { 0x7F02004E,0x7F02004F,0x7F020063,0x7F02007E,0x7F02007F,0x7F020080,0x7F020081,0x7F020082,0x7F020083,0x7F020084,0x7F0200FA,0x7F020122,0x7F020123,0x7F02012C }
- public static int[] CollapsingToolbarLayout = new int[] {
- 2130837582,
- 2130837583,
- 2130837603,
- 2130837630,
- 2130837631,
- 2130837632,
- 2130837633,
- 2130837634,
- 2130837635,
- 2130837636,
- 2130837754,
- 2130837794,
- 2130837795,
- 2130837804};
-
- // aapt resource value: 0
- public const int CollapsingToolbarLayout_collapsedTitleGravity = 0;
-
- // aapt resource value: 1
- public const int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1;
-
- // aapt resource value: 2
- public const int CollapsingToolbarLayout_contentScrim = 2;
-
- // aapt resource value: 3
- public const int CollapsingToolbarLayout_expandedTitleGravity = 3;
-
- // aapt resource value: 4
- public const int CollapsingToolbarLayout_expandedTitleMargin = 4;
-
- // aapt resource value: 5
- public const int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
-
- // aapt resource value: 6
- public const int CollapsingToolbarLayout_expandedTitleMarginEnd = 6;
-
- // aapt resource value: 7
- public const int CollapsingToolbarLayout_expandedTitleMarginStart = 7;
-
- // aapt resource value: 8
- public const int CollapsingToolbarLayout_expandedTitleMarginTop = 8;
-
- // aapt resource value: 9
- public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9;
-
- // aapt resource value: 10
- public const int CollapsingToolbarLayout_statusBarScrim = 10;
-
- // aapt resource value: 11
- public const int CollapsingToolbarLayout_title = 11;
-
- // aapt resource value: 12
- public const int CollapsingToolbarLayout_titleEnabled = 12;
-
- // aapt resource value: 13
- public const int CollapsingToolbarLayout_toolbarId = 13;
-
- // aapt resource value: { 0x1010107,0x7F020040,0x7F020041 }
- public static int[] CompoundButton = new int[] {
- 16843015,
- 2130837568,
- 2130837569};
-
- // aapt resource value: 0
- public const int CompoundButton_android_button = 0;
-
- // aapt resource value: 1
- public const int CompoundButton_buttonTint = 1;
-
- // aapt resource value: 2
- public const int CompoundButton_buttonTintMode = 2;
-
- // aapt resource value: { 0x7F02009E,0x7F0200F9 }
- public static int[] CoordinatorLayout = new int[] {
- 2130837662,
- 2130837753};
-
- // aapt resource value: 0
- public const int CoordinatorLayout_keylines = 0;
-
- // aapt resource value: { 0x10100B3,0x7F0200A1,0x7F0200A2,0x7F0200A3,0x7F0200A6 }
- public static int[] CoordinatorLayout_LayoutParams = new int[] {
- 16842931,
- 2130837665,
- 2130837666,
- 2130837667,
- 2130837670};
-
- // aapt resource value: 0
- public const int CoordinatorLayout_LayoutParams_android_layout_gravity = 0;
-
- // aapt resource value: 1
- public const int CoordinatorLayout_LayoutParams_layout_anchor = 1;
-
- // aapt resource value: 2
- public const int CoordinatorLayout_LayoutParams_layout_anchorGravity = 2;
-
- // aapt resource value: 3
- public const int CoordinatorLayout_LayoutParams_layout_behavior = 3;
-
- // aapt resource value: 4
- public const int CoordinatorLayout_LayoutParams_layout_keyline = 4;
-
- // aapt resource value: 1
- public const int CoordinatorLayout_statusBarBackground = 1;
-
- // aapt resource value: { 0x7F020036,0x7F020037,0x7F02011D }
- public static int[] DesignTheme = new int[] {
- 2130837558,
- 2130837559,
- 2130837789};
-
- // aapt resource value: 0
- public const int DesignTheme_bottomSheetDialogTheme = 0;
-
- // aapt resource value: 1
- public const int DesignTheme_bottomSheetStyle = 1;
-
- // aapt resource value: 2
- public const int DesignTheme_textColorError = 2;
-
- // aapt resource value: { 0x7F020028,0x7F020029,0x7F020030,0x7F020050,0x7F020072,0x7F020088,0x7F0200F2,0x7F020120 }
- public static int[] DrawerArrowToggle = new int[] {
- 2130837544,
- 2130837545,
- 2130837552,
- 2130837584,
- 2130837618,
- 2130837640,
- 2130837746,
- 2130837792};
-
- // aapt resource value: 0
- public const int DrawerArrowToggle_arrowHeadLength = 0;
-
- // aapt resource value: 1
- public const int DrawerArrowToggle_arrowShaftLength = 1;
-
- // aapt resource value: 2
- public const int DrawerArrowToggle_barLength = 2;
-
- // aapt resource value: 3
- public const int DrawerArrowToggle_color = 3;
-
- // aapt resource value: 4
- public const int DrawerArrowToggle_drawableSize = 4;
-
- // aapt resource value: 5
- public const int DrawerArrowToggle_gapBetweenBars = 5;
-
- // aapt resource value: 6
- public const int DrawerArrowToggle_spinBars = 6;
-
- // aapt resource value: 7
- public const int DrawerArrowToggle_thickness = 7;
-
- // aapt resource value: { 0x7F02002E,0x7F02002F,0x7F020034,0x7F020079,0x7F020086,0x7F0200DC,0x7F0200E6,0x7F020130 }
- public static int[] FloatingActionButton = new int[] {
- 2130837550,
- 2130837551,
- 2130837556,
- 2130837625,
- 2130837638,
- 2130837724,
- 2130837734,
- 2130837808};
-
- // aapt resource value: 0
- public const int FloatingActionButton_backgroundTint = 0;
-
- // aapt resource value: 1
- public const int FloatingActionButton_backgroundTintMode = 1;
-
- // aapt resource value: 2
- public const int FloatingActionButton_borderWidth = 2;
-
- // aapt resource value: 3
- public const int FloatingActionButton_elevation = 3;
-
- // aapt resource value: 4
- public const int FloatingActionButton_fabSize = 4;
-
- // aapt resource value: 5
- public const int FloatingActionButton_pressedTranslationZ = 5;
-
- // aapt resource value: 6
- public const int FloatingActionButton_rippleColor = 6;
-
- // aapt resource value: 7
- public const int FloatingActionButton_useCompatPadding = 7;
-
- // aapt resource value: { 0x1010109,0x1010200,0x7F020087 }
- public static int[] ForegroundLinearLayout = new int[] {
- 16843017,
- 16843264,
- 2130837639};
-
- // aapt resource value: 0
- public const int ForegroundLinearLayout_android_foreground = 0;
-
- // aapt resource value: 1
- public const int ForegroundLinearLayout_android_foregroundGravity = 1;
-
- // aapt resource value: 2
- public const int ForegroundLinearLayout_foregroundInsidePadding = 2;
-
- // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F02006E,0x7F020070,0x7F0200B7,0x7F0200EE }
- public static int[] LinearLayoutCompat = new int[] {
- 16842927,
- 16842948,
- 16843046,
- 16843047,
- 16843048,
- 2130837614,
- 2130837616,
- 2130837687,
- 2130837742};
-
- // aapt resource value: 2
- public const int LinearLayoutCompat_android_baselineAligned = 2;
-
- // aapt resource value: 3
- public const int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
-
- // aapt resource value: 0
- public const int LinearLayoutCompat_android_gravity = 0;
-
- // aapt resource value: 1
- public const int LinearLayoutCompat_android_orientation = 1;
-
- // aapt resource value: 4
- public const int LinearLayoutCompat_android_weightSum = 4;
-
- // aapt resource value: 5
- public const int LinearLayoutCompat_divider = 5;
-
- // aapt resource value: 6
- public const int LinearLayoutCompat_dividerPadding = 6;
-
- // aapt resource value: { 0x10100B3,0x10100F4,0x10100F5,0x1010181 }
- public static int[] LinearLayoutCompat_Layout = new int[] {
- 16842931,
- 16842996,
- 16842997,
- 16843137};
-
- // aapt resource value: 0
- public const int LinearLayoutCompat_Layout_android_layout_gravity = 0;
-
- // aapt resource value: 2
- public const int LinearLayoutCompat_Layout_android_layout_height = 2;
-
- // aapt resource value: 3
- public const int LinearLayoutCompat_Layout_android_layout_weight = 3;
-
- // aapt resource value: 1
- public const int LinearLayoutCompat_Layout_android_layout_width = 1;
-
- // aapt resource value: 7
- public const int LinearLayoutCompat_measureWithLargestChild = 7;
-
- // aapt resource value: 8
- public const int LinearLayoutCompat_showDividers = 8;
-
- // aapt resource value: { 0x10102AC,0x10102AD }
- public static int[] ListPopupWindow = new int[] {
- 16843436,
- 16843437};
-
- // aapt resource value: 0
- public const int ListPopupWindow_android_dropDownHorizontalOffset = 0;
-
- // aapt resource value: 1
- public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
-
- // aapt resource value: { 0x101013F,0x1010140,0x7F020085 }
- public static int[] MediaRouteButton = new int[] {
- 16843071,
- 16843072,
- 2130837637};
-
- // aapt resource value: 1
- public const int MediaRouteButton_android_minHeight = 1;
-
- // aapt resource value: 0
- public const int MediaRouteButton_android_minWidth = 0;
-
- // aapt resource value: 2
- public const int MediaRouteButton_externalRouteEnabledDrawable = 2;
-
- // aapt resource value: { 0x101000E,0x10100D0,0x1010194,0x10101DE,0x10101DF,0x10101E0 }
- public static int[] MenuGroup = new int[] {
- 16842766,
- 16842960,
- 16843156,
- 16843230,
- 16843231,
- 16843232};
-
- // aapt resource value: 5
- public const int MenuGroup_android_checkableBehavior = 5;
-
- // aapt resource value: 0
- public const int MenuGroup_android_enabled = 0;
-
- // aapt resource value: 1
- public const int MenuGroup_android_id = 1;
-
- // aapt resource value: 3
- public const int MenuGroup_android_menuCategory = 3;
-
- // aapt resource value: 4
- public const int MenuGroup_android_orderInCategory = 4;
-
- // aapt resource value: 2
- public const int MenuGroup_android_visible = 2;
-
- // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F02000E,0x7F020020,0x7F020021,0x7F0200ED }
- public static int[] MenuItem = new int[] {
- 16842754,
- 16842766,
- 16842960,
- 16843014,
- 16843156,
- 16843230,
- 16843231,
- 16843233,
- 16843234,
- 16843235,
- 16843236,
- 16843237,
- 16843375,
- 2130837518,
- 2130837536,
- 2130837537,
- 2130837741};
-
- // aapt resource value: 13
- public const int MenuItem_actionLayout = 13;
-
- // aapt resource value: 14
- public const int MenuItem_actionProviderClass = 14;
-
- // aapt resource value: 15
- public const int MenuItem_actionViewClass = 15;
-
- // aapt resource value: 9
- public const int MenuItem_android_alphabeticShortcut = 9;
-
- // aapt resource value: 11
- public const int MenuItem_android_checkable = 11;
-
- // aapt resource value: 3
- public const int MenuItem_android_checked = 3;
-
- // aapt resource value: 1
- public const int MenuItem_android_enabled = 1;
-
- // aapt resource value: 0
- public const int MenuItem_android_icon = 0;
-
- // aapt resource value: 2
- public const int MenuItem_android_id = 2;
-
- // aapt resource value: 5
- public const int MenuItem_android_menuCategory = 5;
-
- // aapt resource value: 10
- public const int MenuItem_android_numericShortcut = 10;
-
- // aapt resource value: 12
- public const int MenuItem_android_onClick = 12;
-
- // aapt resource value: 6
- public const int MenuItem_android_orderInCategory = 6;
-
- // aapt resource value: 7
- public const int MenuItem_android_title = 7;
-
- // aapt resource value: 8
- public const int MenuItem_android_titleCondensed = 8;
-
- // aapt resource value: 4
- public const int MenuItem_android_visible = 4;
-
- // aapt resource value: 16
- public const int MenuItem_showAsAction = 16;
-
- // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F0200DB }
- public static int[] MenuView = new int[] {
- 16842926,
- 16843052,
- 16843053,
- 16843054,
- 16843055,
- 16843056,
- 16843057,
- 2130837723};
-
- // aapt resource value: 4
- public const int MenuView_android_headerBackground = 4;
-
- // aapt resource value: 2
- public const int MenuView_android_horizontalDivider = 2;
-
- // aapt resource value: 5
- public const int MenuView_android_itemBackground = 5;
-
- // aapt resource value: 6
- public const int MenuView_android_itemIconDisabledAlpha = 6;
-
- // aapt resource value: 1
- public const int MenuView_android_itemTextAppearance = 1;
-
- // aapt resource value: 3
- public const int MenuView_android_verticalDivider = 3;
-
- // aapt resource value: 0
- public const int MenuView_android_windowAnimationStyle = 0;
-
- // aapt resource value: 7
- public const int MenuView_preserveIconSpacing = 7;
-
- // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F020079,0x7F02008A,0x7F020099,0x7F02009A,0x7F02009C,0x7F02009D,0x7F0200CD }
- public static int[] NavigationView = new int[] {
- 16842964,
- 16842973,
- 16843039,
- 2130837625,
- 2130837642,
- 2130837657,
- 2130837658,
- 2130837660,
- 2130837661,
- 2130837709};
-
- // aapt resource value: 0
- public const int NavigationView_android_background = 0;
-
- // aapt resource value: 1
- public const int NavigationView_android_fitsSystemWindows = 1;
-
- // aapt resource value: 2
- public const int NavigationView_android_maxWidth = 2;
-
- // aapt resource value: 3
- public const int NavigationView_elevation = 3;
-
- // aapt resource value: 4
- public const int NavigationView_headerLayout = 4;
-
- // aapt resource value: 5
- public const int NavigationView_itemBackground = 5;
-
- // aapt resource value: 6
- public const int NavigationView_itemIconTint = 6;
-
- // aapt resource value: 7
- public const int NavigationView_itemTextAppearance = 7;
-
- // aapt resource value: 8
- public const int NavigationView_itemTextColor = 8;
-
- // aapt resource value: 9
- public const int NavigationView_menu = 9;
-
- // aapt resource value: { 0x1010176,0x7F0200D2 }
- public static int[] PopupWindow = new int[] {
- 16843126,
- 2130837714};
-
- // aapt resource value: { 0x7F0200F8 }
- public static int[] PopupWindowBackgroundState = new int[] {
- 2130837752};
-
- // aapt resource value: 0
- public const int PopupWindowBackgroundState_state_above_anchor = 0;
-
- // aapt resource value: 0
- public const int PopupWindow_android_popupBackground = 0;
-
- // aapt resource value: 1
- public const int PopupWindow_overlapAnchor = 1;
-
- // aapt resource value: { 0x10100C4,0x7F0200A0,0x7F0200E5,0x7F0200F1,0x7F0200F7 }
- public static int[] RecyclerView = new int[] {
- 16842948,
- 2130837664,
- 2130837733,
- 2130837745,
- 2130837751};
-
- // aapt resource value: 0
- public const int RecyclerView_android_orientation = 0;
-
- // aapt resource value: 1
- public const int RecyclerView_layoutManager = 1;
-
- // aapt resource value: 2
- public const int RecyclerView_reverseLayout = 2;
-
- // aapt resource value: 3
- public const int RecyclerView_spanCount = 3;
-
- // aapt resource value: 4
- public const int RecyclerView_stackFromEnd = 4;
-
- // aapt resource value: { 0x7F020097 }
- public static int[] ScrimInsetsFrameLayout = new int[] {
- 2130837655};
-
- // aapt resource value: 0
- public const int ScrimInsetsFrameLayout_insetForeground = 0;
-
- // aapt resource value: { 0x7F020032 }
- public static int[] ScrollingViewBehavior_Params = new int[] {
- 2130837554};
-
- // aapt resource value: 0
- public const int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
-
- // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F02004A,0x7F020059,0x7F02006A,0x7F020089,0x7F020093,0x7F02009F,0x7F0200DF,0x7F0200E0,0x7F0200E7,0x7F0200E8,0x7F0200FB,0x7F020100,0x7F020131 }
- public static int[] SearchView = new int[] {
- 16842970,
- 16843039,
- 16843296,
- 16843364,
- 2130837578,
- 2130837593,
- 2130837610,
- 2130837641,
- 2130837651,
- 2130837663,
- 2130837727,
- 2130837728,
- 2130837735,
- 2130837736,
- 2130837755,
- 2130837760,
- 2130837809};
-
- // aapt resource value: 0
- public const int SearchView_android_focusable = 0;
-
- // aapt resource value: 3
- public const int SearchView_android_imeOptions = 3;
-
- // aapt resource value: 2
- public const int SearchView_android_inputType = 2;
-
- // aapt resource value: 1
- public const int SearchView_android_maxWidth = 1;
-
- // aapt resource value: 4
- public const int SearchView_closeIcon = 4;
-
- // aapt resource value: 5
- public const int SearchView_commitIcon = 5;
-
- // aapt resource value: 6
- public const int SearchView_defaultQueryHint = 6;
-
- // aapt resource value: 7
- public const int SearchView_goIcon = 7;
-
- // aapt resource value: 8
- public const int SearchView_iconifiedByDefault = 8;
-
- // aapt resource value: 9
- public const int SearchView_layout = 9;
-
- // aapt resource value: 10
- public const int SearchView_queryBackground = 10;
-
- // aapt resource value: 11
- public const int SearchView_queryHint = 11;
-
- // aapt resource value: 12
- public const int SearchView_searchHintIcon = 12;
-
- // aapt resource value: 13
- public const int SearchView_searchIcon = 13;
-
- // aapt resource value: 14
- public const int SearchView_submitBackground = 14;
-
- // aapt resource value: 15
- public const int SearchView_suggestionRowLayout = 15;
-
- // aapt resource value: 16
- public const int SearchView_voiceIcon = 16;
-
- // aapt resource value: { 0x101011F,0x7F020079,0x7F0200B5 }
- public static int[] SnackbarLayout = new int[] {
- 16843039,
- 2130837625,
- 2130837685};
-
- // aapt resource value: 0
- public const int SnackbarLayout_android_maxWidth = 0;
-
- // aapt resource value: 1
- public const int SnackbarLayout_elevation = 1;
-
- // aapt resource value: 2
- public const int SnackbarLayout_maxActionInlineWidth = 2;
-
- // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0200D9 }
- public static int[] Spinner = new int[] {
- 16842930,
- 16843126,
- 16843131,
- 16843362,
- 2130837721};
-
- // aapt resource value: 3
- public const int Spinner_android_dropDownWidth = 3;
-
- // aapt resource value: 0
- public const int Spinner_android_entries = 0;
-
- // aapt resource value: 1
- public const int Spinner_android_popupBackground = 1;
-
- // aapt resource value: 2
- public const int Spinner_android_prompt = 2;
-
- // aapt resource value: 4
- public const int Spinner_popupTheme = 4;
-
- // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F0200EF,0x7F0200F5,0x7F020101,0x7F020102,0x7F020104,0x7F020121,0x7F02012F }
- public static int[] SwitchCompat = new int[] {
- 16843044,
- 16843045,
- 16843074,
- 2130837743,
- 2130837749,
- 2130837761,
- 2130837762,
- 2130837764,
- 2130837793,
- 2130837807};
-
- // aapt resource value: 1
- public const int SwitchCompat_android_textOff = 1;
-
- // aapt resource value: 0
- public const int SwitchCompat_android_textOn = 0;
-
- // aapt resource value: 2
- public const int SwitchCompat_android_thumb = 2;
-
- // aapt resource value: 3
- public const int SwitchCompat_showText = 3;
-
- // aapt resource value: 4
- public const int SwitchCompat_splitTrack = 4;
-
- // aapt resource value: 5
- public const int SwitchCompat_switchMinWidth = 5;
-
- // aapt resource value: 6
- public const int SwitchCompat_switchPadding = 6;
-
- // aapt resource value: 7
- public const int SwitchCompat_switchTextAppearance = 7;
-
- // aapt resource value: 8
- public const int SwitchCompat_thumbTextPadding = 8;
-
- // aapt resource value: 9
- public const int SwitchCompat_track = 9;
-
- // aapt resource value: { 0x1010002,0x10100F2,0x101014F }
- public static int[] TabItem = new int[] {
- 16842754,
- 16842994,
- 16843087};
-
- // aapt resource value: 0
- public const int TabItem_android_icon = 0;
-
- // aapt resource value: 1
- public const int TabItem_android_layout = 1;
-
- // aapt resource value: 2
- public const int TabItem_android_text = 2;
-
- // aapt resource value: { 0x7F020105,0x7F020106,0x7F020107,0x7F020108,0x7F020109,0x7F02010A,0x7F02010B,0x7F02010C,0x7F02010D,0x7F02010E,0x7F02010F,0x7F020110,0x7F020111,0x7F020112,0x7F020113,0x7F020114 }
- public static int[] TabLayout = new int[] {
- 2130837765,
- 2130837766,
- 2130837767,
- 2130837768,
- 2130837769,
- 2130837770,
- 2130837771,
- 2130837772,
- 2130837773,
- 2130837774,
- 2130837775,
- 2130837776,
- 2130837777,
- 2130837778,
- 2130837779,
- 2130837780};
-
- // aapt resource value: 0
- public const int TabLayout_tabBackground = 0;
-
- // aapt resource value: 1
- public const int TabLayout_tabContentStart = 1;
-
- // aapt resource value: 2
- public const int TabLayout_tabGravity = 2;
-
- // aapt resource value: 3
- public const int TabLayout_tabIndicatorColor = 3;
-
- // aapt resource value: 4
- public const int TabLayout_tabIndicatorHeight = 4;
-
- // aapt resource value: 5
- public const int TabLayout_tabMaxWidth = 5;
-
- // aapt resource value: 6
- public const int TabLayout_tabMinWidth = 6;
-
- // aapt resource value: 7
- public const int TabLayout_tabMode = 7;
-
- // aapt resource value: 8
- public const int TabLayout_tabPadding = 8;
-
- // aapt resource value: 9
- public const int TabLayout_tabPaddingBottom = 9;
-
- // aapt resource value: 10
- public const int TabLayout_tabPaddingEnd = 10;
-
- // aapt resource value: 11
- public const int TabLayout_tabPaddingStart = 11;
-
- // aapt resource value: 12
- public const int TabLayout_tabPaddingTop = 12;
-
- // aapt resource value: 13
- public const int TabLayout_tabSelectedTextColor = 13;
-
- // aapt resource value: 14
- public const int TabLayout_tabTextAppearance = 14;
-
- // aapt resource value: 15
- public const int TabLayout_tabTextColor = 15;
-
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x1010161,0x1010162,0x1010163,0x1010164,0x7F020115 }
- public static int[] TextAppearance = new int[] {
- 16842901,
- 16842902,
- 16842903,
- 16842904,
- 16843105,
- 16843106,
- 16843107,
- 16843108,
- 2130837781};
-
- // aapt resource value: 4
- public const int TextAppearance_android_shadowColor = 4;
-
- // aapt resource value: 5
- public const int TextAppearance_android_shadowDx = 5;
-
- // aapt resource value: 6
- public const int TextAppearance_android_shadowDy = 6;
-
- // aapt resource value: 7
- public const int TextAppearance_android_shadowRadius = 7;
-
- // aapt resource value: 3
- public const int TextAppearance_android_textColor = 3;
-
- // aapt resource value: 0
- public const int TextAppearance_android_textSize = 0;
-
- // aapt resource value: 2
- public const int TextAppearance_android_textStyle = 2;
-
- // aapt resource value: 1
- public const int TextAppearance_android_typeface = 1;
-
- // aapt resource value: 8
- public const int TextAppearance_textAllCaps = 8;
-
- // aapt resource value: { 0x101009A,0x1010150,0x7F020065,0x7F020066,0x7F020067,0x7F020068,0x7F02007A,0x7F02007B,0x7F02008D,0x7F02008E,0x7F02008F }
- public static int[] TextInputLayout = new int[] {
- 16842906,
- 16843088,
- 2130837605,
- 2130837606,
- 2130837607,
- 2130837608,
- 2130837626,
- 2130837627,
- 2130837645,
- 2130837646,
- 2130837647};
-
- // aapt resource value: 1
- public const int TextInputLayout_android_hint = 1;
-
- // aapt resource value: 0
- public const int TextInputLayout_android_textColorHint = 0;
-
- // aapt resource value: 2
- public const int TextInputLayout_counterEnabled = 2;
-
- // aapt resource value: 3
- public const int TextInputLayout_counterMaxLength = 3;
-
- // aapt resource value: 4
- public const int TextInputLayout_counterOverflowTextAppearance = 4;
-
- // aapt resource value: 5
- public const int TextInputLayout_counterTextAppearance = 5;
-
- // aapt resource value: 6
- public const int TextInputLayout_errorEnabled = 6;
-
- // aapt resource value: 7
- public const int TextInputLayout_errorTextAppearance = 7;
-
- // aapt resource value: 8
- public const int TextInputLayout_hintAnimationEnabled = 8;
-
- // aapt resource value: 9
- public const int TextInputLayout_hintEnabled = 9;
-
- // aapt resource value: 10
- public const int TextInputLayout_hintTextAppearance = 10;
-
- // aapt resource value: { 0x10100AF,0x1010140,0x7F02004C,0x7F02004D,0x7F02005A,0x7F02005B,0x7F02005C,0x7F02005D,0x7F0200B3,0x7F0200B4,0x7F0200B6,0x7F0200CF,0x7F0200D0,0x7F0200D9,0x7F0200FC,0x7F0200FD,0x7F0200FE,0x7F020122,0x7F020124,0x7F020125,0x7F020126,0x7F020127,0x7F020128,0x7F020129,0x7F02012A }
- public static int[] Toolbar = new int[] {
- 16842927,
- 16843072,
- 2130837580,
- 2130837581,
- 2130837594,
- 2130837595,
- 2130837596,
- 2130837597,
- 2130837683,
- 2130837684,
- 2130837686,
- 2130837711,
- 2130837712,
- 2130837721,
- 2130837756,
- 2130837757,
- 2130837758,
- 2130837794,
- 2130837796,
- 2130837797,
- 2130837798,
- 2130837799,
- 2130837800,
- 2130837801,
- 2130837802};
-
- // aapt resource value: 0
- public const int Toolbar_android_gravity = 0;
-
- // aapt resource value: 1
- public const int Toolbar_android_minHeight = 1;
-
- // aapt resource value: 2
- public const int Toolbar_collapseContentDescription = 2;
-
- // aapt resource value: 3
- public const int Toolbar_collapseIcon = 3;
-
- // aapt resource value: 4
- public const int Toolbar_contentInsetEnd = 4;
-
- // aapt resource value: 5
- public const int Toolbar_contentInsetLeft = 5;
-
- // aapt resource value: 6
- public const int Toolbar_contentInsetRight = 6;
-
- // aapt resource value: 7
- public const int Toolbar_contentInsetStart = 7;
-
- // aapt resource value: 8
- public const int Toolbar_logo = 8;
-
- // aapt resource value: 9
- public const int Toolbar_logoDescription = 9;
-
- // aapt resource value: 10
- public const int Toolbar_maxButtonHeight = 10;
-
- // aapt resource value: 11
- public const int Toolbar_navigationContentDescription = 11;
-
- // aapt resource value: 12
- public const int Toolbar_navigationIcon = 12;
-
- // aapt resource value: 13
- public const int Toolbar_popupTheme = 13;
-
- // aapt resource value: 14
- public const int Toolbar_subtitle = 14;
-
- // aapt resource value: 15
- public const int Toolbar_subtitleTextAppearance = 15;
-
- // aapt resource value: 16
- public const int Toolbar_subtitleTextColor = 16;
-
- // aapt resource value: 17
- public const int Toolbar_title = 17;
-
- // aapt resource value: 18
- public const int Toolbar_titleMarginBottom = 18;
-
- // aapt resource value: 19
- public const int Toolbar_titleMarginEnd = 19;
-
- // aapt resource value: 22
- public const int Toolbar_titleMargins = 22;
-
- // aapt resource value: 20
- public const int Toolbar_titleMarginStart = 20;
-
- // aapt resource value: 21
- public const int Toolbar_titleMarginTop = 21;
-
- // aapt resource value: 23
- public const int Toolbar_titleTextAppearance = 23;
-
- // aapt resource value: 24
- public const int Toolbar_titleTextColor = 24;
-
- // aapt resource value: { 0x1010000,0x10100DA,0x7F0200D3,0x7F0200D4,0x7F02011F }
- public static int[] View = new int[] {
- 16842752,
- 16842970,
- 2130837715,
- 2130837716,
- 2130837791};
-
- // aapt resource value: { 0x10100D4,0x7F02002E,0x7F02002F }
- public static int[] ViewBackgroundHelper = new int[] {
- 16842964,
- 2130837550,
- 2130837551};
-
- // aapt resource value: 0
- public const int ViewBackgroundHelper_android_background = 0;
-
- // aapt resource value: 1
- public const int ViewBackgroundHelper_backgroundTint = 1;
-
- // aapt resource value: 2
- public const int ViewBackgroundHelper_backgroundTintMode = 2;
-
- // aapt resource value: { 0x10100D0,0x10100F2,0x10100F3 }
- public static int[] ViewStubCompat = new int[] {
- 16842960,
- 16842994,
- 16842995};
-
- // aapt resource value: 0
- public const int ViewStubCompat_android_id = 0;
-
- // aapt resource value: 2
- public const int ViewStubCompat_android_inflatedId = 2;
-
- // aapt resource value: 1
- public const int ViewStubCompat_android_layout = 1;
-
- // aapt resource value: 1
- public const int View_android_focusable = 1;
-
- // aapt resource value: 0
- public const int View_android_theme = 0;
-
- // aapt resource value: 2
- public const int View_paddingEnd = 2;
-
- // aapt resource value: 3
- public const int View_paddingStart = 3;
-
- // aapt resource value: 4
- public const int View_theme = 4;
-
- static Styleable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Styleable()
- {
- }
- }
- }
-}
-#pragma warning restore 1591
diff --git a/examples/AndroidSample/Resources/drawable-hdpi/icon.png b/examples/AndroidSample/Resources/drawable-hdpi/icon.png
deleted file mode 100644
index 964f110ab..000000000
Binary files a/examples/AndroidSample/Resources/drawable-hdpi/icon.png and /dev/null differ
diff --git a/examples/AndroidSample/Resources/drawable-xhdpi/icon.png b/examples/AndroidSample/Resources/drawable-xhdpi/icon.png
deleted file mode 100644
index 3c01e60ce..000000000
Binary files a/examples/AndroidSample/Resources/drawable-xhdpi/icon.png and /dev/null differ
diff --git a/examples/AndroidSample/Resources/drawable-xxhdpi/icon.png b/examples/AndroidSample/Resources/drawable-xxhdpi/icon.png
deleted file mode 100644
index 0d8c1c57d..000000000
Binary files a/examples/AndroidSample/Resources/drawable-xxhdpi/icon.png and /dev/null differ
diff --git a/examples/AndroidSample/Resources/drawable/Icon.png b/examples/AndroidSample/Resources/drawable/Icon.png
deleted file mode 100644
index b0ba7150f..000000000
Binary files a/examples/AndroidSample/Resources/drawable/Icon.png and /dev/null differ
diff --git a/examples/AndroidSample/Resources/layout/Tabbar.axml b/examples/AndroidSample/Resources/layout/Tabbar.axml
deleted file mode 100644
index ad1f87d81..000000000
--- a/examples/AndroidSample/Resources/layout/Tabbar.axml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
diff --git a/examples/AndroidSample/Resources/layout/Toolbar.axml b/examples/AndroidSample/Resources/layout/Toolbar.axml
deleted file mode 100644
index aabd0a3b7..000000000
--- a/examples/AndroidSample/Resources/layout/Toolbar.axml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
diff --git a/examples/AndroidSample/Resources/values/Strings.xml b/examples/AndroidSample/Resources/values/Strings.xml
deleted file mode 100644
index a50a1427c..000000000
--- a/examples/AndroidSample/Resources/values/Strings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- Hello World, Click Me!
- AndroidSample
-
diff --git a/examples/AndroidSample/Resources/values/styles.xml b/examples/AndroidSample/Resources/values/styles.xml
deleted file mode 100644
index 43b0a58c1..000000000
--- a/examples/AndroidSample/Resources/values/styles.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/examples/AndroidSample/app.config b/examples/AndroidSample/app.config
deleted file mode 100644
index fc064cedf..000000000
--- a/examples/AndroidSample/app.config
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/AndroidSample/packages.config b/examples/AndroidSample/packages.config
deleted file mode 100644
index c68f03b46..000000000
--- a/examples/AndroidSample/packages.config
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.Android/Assets/AboutAssets.txt b/examples/DotnetPush/DotnetPush.Android/Assets/AboutAssets.txt
deleted file mode 100644
index 072563f8f..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Assets/AboutAssets.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-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/examples/DotnetPush/DotnetPush.Android/DotnetPush.Android.csproj b/examples/DotnetPush/DotnetPush.Android/DotnetPush.Android.csproj
deleted file mode 100644
index eda78a354..000000000
--- a/examples/DotnetPush/DotnetPush.Android/DotnetPush.Android.csproj
+++ /dev/null
@@ -1,155 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {7050F177-1D55-4562-937C-56D117198BFB}
- {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- {6968b3a4-1835-46a3-ac5c-1ae33b475983}
- Library
- DotnetPush.Droid
- DotnetPush.Android
- True
- True
- Resources\Resource.designer.cs
- Resource
- Properties\AndroidManifest.xml
- Resources
- Assets
- v11.0
- true
- true
- Xamarin.Android.Net.AndroidClientHandler
-
-
- true
- ..\..\..\src\IO.Ably.ruleset
-
-
- true
- portable
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- None
- bin\Debug\DotnetPush.Android.xml
- ..\..\..\src\IO.Ably.ruleset
-
-
- true
- portable
- true
- bin\Release
- prompt
- 4
- true
- false
- true
- ..\..\..\src\IO.Ably.ruleset
- bin\Debug\DotnetPush.Android.xml
-
-
-
-
-
-
-
-
-
-
-
-
- 28.0.0.3
-
-
- 122.0.0
-
-
-
-
- 2.37.0
-
-
- 1.2.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {97ed15e5-6546-4437-bf4f-b929700ce922}
- IO.Ably.NETStandard20
-
-
- {f0010aa8-63c3-47d7-95e9-a5d1d04da325}
- IO.Ably.Push.Android
-
-
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}
- DotnetPush
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.Android/MainActivity.cs b/examples/DotnetPush/DotnetPush.Android/MainActivity.cs
deleted file mode 100644
index 80b5c9269..000000000
--- a/examples/DotnetPush/DotnetPush.Android/MainActivity.cs
+++ /dev/null
@@ -1,93 +0,0 @@
-using System;
-using System.Threading.Tasks;
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-using Android.Runtime;
-using Firebase;
-using IO.Ably;
-using IO.Ably.Push;
-using IO.Ably.Push.Android;
-using Xamarin.Essentials;
-
-namespace DotnetPush.Droid
-{
- ///
- /// Xamarin forms MainActivity.
- ///
- [Activity(Label = "DotnetPush", Icon = "@mipmap/logo", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize)]
- public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
- {
- internal static PushNotificationReceiver Receiver = new PushNotificationReceiver();
- private AppLoggerSink _loggerSink;
-
- private Task LogCallback(string name, ErrorInfo error)
- {
- var noError = error is null;
- _loggerSink.LogEvent(LogLevel.Debug, noError ? $"{name} callback." : $"{name} callback with error - {error.Message}");
- return Task.CompletedTask;
- }
-
- ///
- protected override void OnCreate(Bundle savedInstanceState)
- {
- base.OnCreate(savedInstanceState);
-
- _loggerSink = new AppLoggerSink();
- Platform.Init(this, savedInstanceState);
- Xamarin.Forms.Forms.Init(this, savedInstanceState);
-
- // Initialise the Firebase application
- FirebaseApp.InitializeApp(this);
- var callbacks = new PushCallbacks()
- {
- ActivatedCallback = error => LogCallback("Activated", error),
- DeactivatedCallback = error => LogCallback("Deactivated", error),
- SyncRegistrationFailedCallback = error => LogCallback("SyncRegistrationFailed", error)
- };
- var realtime = Configure(callbacks);
- LoadApplication(new App(realtime, _loggerSink, Receiver));
- }
-
- ///
- /// Configures a Realtime client and initialises which facilitates push notifications.
- ///
- /// Callbacks for when the device is Activated, Deactivated or a SyncRegistration failed.
- /// returns a realtime client which can be used in the app.
- public IRealtimeClient Configure(PushCallbacks callbacks)
- {
- var options = new ClientOptions
- {
- LogHandler = _loggerSink,
- LogLevel = LogLevel.Debug,
-
- // https://ably.com/docs/best-practice-guide#auth
- // recommended for security reasons. Please, review Ably's best practice guide on Authentication
- // Please provide a way for AblyRealtime to connect to the services. Having API keys on mobile devices is not recommended.
- Key = ""
- };
-
- // If we have already created a clientId for this instance then load it back.
- var savedClientId = AblySettings.ClientId;
- if (string.IsNullOrWhiteSpace(savedClientId) == false)
- {
- options.ClientId = savedClientId;
- }
- else
- {
- options.ClientId = Guid.NewGuid().ToString("D");
- AblySettings.ClientId = options.ClientId; // Save it for later use.
- }
-
- return AndroidMobileDevice.Initialise(options, callbacks);
- }
-
- ///
- public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
- {
- Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults);
-
- base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush.Android/MyFirebaseMessaging.cs b/examples/DotnetPush/DotnetPush.Android/MyFirebaseMessaging.cs
deleted file mode 100644
index 8e3347032..000000000
--- a/examples/DotnetPush/DotnetPush.Android/MyFirebaseMessaging.cs
+++ /dev/null
@@ -1,98 +0,0 @@
-using Android.App;
-using Android.Content;
-using Android.Support.V4.App;
-using Firebase.Messaging;
-using System;
-using System.Collections.Generic;
-using DotnetPush.Models;
-using IO.Ably.Push.Android;
-
-namespace DotnetPush.Droid
-{
- ///
- /// Implementation of FirebaseMessagingService which is used to receive messages from Firebase Cloud Messaging.
- /// For more information visit https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/FirebaseMessagingService.
- ///
- [Service]
- [IntentFilter(new[] { "com.google.firebase.MESSAGING_EVENT" })]
- public class MyFirebaseMessaging : FirebaseMessagingService
- {
- private const string NotificationChannelId = "AblyChannel";
- private NotificationManager _notificationManager;
-
- ///
- /// Called when a new token for the default Firebase project is generated.
- ///
- /// The new token.
- public override void OnNewToken(string token)
- {
- AndroidMobileDevice.OnNewRegistrationToken(token);
- }
-
- ///
- /// Called every time a remote message is received.
- ///
- /// A remote firebase message. (https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/RemoteMessage).
- public override void OnMessageReceived(RemoteMessage remoteMessage)
- {
- var notification = remoteMessage.GetNotification();
-
- var title = notification?.Title;
- var body = notification?.Body;
-
- PushNotification push = new PushNotification
- {
- Title = title ?? string.Empty,
- Body = body ?? string.Empty,
- Data = new Dictionary(remoteMessage.Data),
- Received = DateTimeOffset.Now
- };
-
- MainActivity.Receiver.Notify(push);
-
- if (remoteMessage.Data.Count >= 1)
- {
- SendNotification(push);
- }
- }
-
- ///
- /// Handles the notification to ensure the Notification manager is updated to alert the user.
- ///
- /// Helper method to display the received push notification on the device.
- private void SendNotification(PushNotification push)
- {
- var intent = new Intent(this, typeof(MainActivity));
- intent.AddFlags(ActivityFlags.ClearTop | ActivityFlags.SingleTop);
- intent.PutExtra("Title", push.Title);
- intent.PutExtra("Body", push.Body);
-
- var notificationId = int.Parse(DateTime.Now.ToString("MMddHHmmsss"));
-
- PendingIntent pendingIntent =
- PendingIntent.GetActivity(this, notificationId, intent, PendingIntentFlags.UpdateCurrent);
- _notificationManager = (NotificationManager)GetSystemService(Context.NotificationService);
-
- // Set BigTextStyle for expandable notifications
- NotificationCompat.BigTextStyle bigTextStyle = new NotificationCompat.BigTextStyle();
- bigTextStyle.SetSummaryText(push.Body);
- bigTextStyle.SetSummaryText(string.Empty);
-
- long timestamp = DateTimeOffset.Now.ToUnixTimeMilliseconds();
-
- Notification notification = new NotificationCompat.Builder(this, NotificationChannelId)
- .SetSmallIcon(Resource.Drawable.ably_logo)
- .SetContentTitle(push.Title)
- .SetContentText(push.Body)
- .SetStyle(bigTextStyle)
- .SetPriority(NotificationCompat.PriorityHigh)
- .SetWhen(timestamp)
- .SetShowWhen(true)
- .SetContentIntent(pendingIntent)
- .SetAutoCancel(true)
- .Build();
-
- _notificationManager?.Notify(notificationId, notification);
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush.Android/Properties/AndroidManifest.xml b/examples/DotnetPush/DotnetPush.Android/Properties/AndroidManifest.xml
deleted file mode 100644
index 2f247b8df..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Properties/AndroidManifest.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.Android/Properties/AssemblyInfo.cs b/examples/DotnetPush/DotnetPush.Android/Properties/AssemblyInfo.cs
deleted file mode 100644
index b7ecc39b9..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-using Android.App;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyCompany("Ably")]
-[assembly: AssemblyProduct("Ably .NET Android Push Example")]
-[assembly: AssemblyCopyright("Copyright 2015-2022 Ably Real-time Ltd (ably.com)")]
-[assembly: ComVisible(false)]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
-
-// Add some common permissions, these can be removed if not needed
-[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
-[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/AboutResources.txt b/examples/DotnetPush/DotnetPush.Android/Resources/AboutResources.txt
deleted file mode 100644
index cb30f20b1..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Resources/AboutResources.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-Images, layout descriptions, binary blobs and string dictionaries can be included
-in your application as resource files. Various Android APIs are designed to
-operate on the resource IDs instead of dealing with images, strings or binary blobs
-directly.
-
-For example, a sample Android app that contains a user interface layout (main.xml),
-an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png)
-would keep its resources in the "Resources" directory of the application:
-
-Resources/
- drawable-hdpi/
- icon.png
-
- drawable-ldpi/
- icon.png
-
- drawable-mdpi/
- icon.png
-
- layout/
- main.xml
-
- values/
- strings.xml
-
-In order to get the build system to recognize Android resources, set the build action to
-"AndroidResource". The native Android APIs do not operate directly with filenames, but
-instead operate on resource IDs. When you compile an Android application that uses resources,
-the build system will package the resources for distribution and generate a class called
-"Resource" that contains the tokens for each one of the resources included. For example,
-for the above Resources layout, this is what the Resource class would expose:
-
-public class Resource {
- public class drawable {
- public const int icon = 0x123;
- }
-
- public class layout {
- public const int main = 0x456;
- }
-
- public class strings {
- public const int first_string = 0xabc;
- public const int second_string = 0xbcd;
- }
-}
-
-You would then use R.drawable.icon to reference the drawable/icon.png file, or Resource.layout.main
-to reference the layout/main.xml file, or Resource.strings.first_string to reference the first
-string in the dictionary file values/strings.xml.
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/Resource.designer.cs b/examples/DotnetPush/DotnetPush.Android/Resources/Resource.designer.cs
deleted file mode 100644
index a820ae554..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Resources/Resource.designer.cs
+++ /dev/null
@@ -1,19812 +0,0 @@
-#pragma warning disable 1591
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-[assembly: global::Android.Runtime.ResourceDesignerAttribute("DotnetPush.Droid.Resource", IsApplication=true)]
-
-namespace DotnetPush.Droid
-{
-
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
- public partial class Resource
- {
-
- static Resource()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- public static void UpdateIdValues()
- {
- global::IO.Ably.Push.Android.Resource.Attribute.alpha = global::DotnetPush.Droid.Resource.Attribute.alpha;
- global::IO.Ably.Push.Android.Resource.Attribute.coordinatorLayoutStyle = global::DotnetPush.Droid.Resource.Attribute.coordinatorLayoutStyle;
- global::IO.Ably.Push.Android.Resource.Attribute.font = global::DotnetPush.Droid.Resource.Attribute.font;
- global::IO.Ably.Push.Android.Resource.Attribute.fontProviderAuthority = global::DotnetPush.Droid.Resource.Attribute.fontProviderAuthority;
- global::IO.Ably.Push.Android.Resource.Attribute.fontProviderCerts = global::DotnetPush.Droid.Resource.Attribute.fontProviderCerts;
- global::IO.Ably.Push.Android.Resource.Attribute.fontProviderFetchStrategy = global::DotnetPush.Droid.Resource.Attribute.fontProviderFetchStrategy;
- global::IO.Ably.Push.Android.Resource.Attribute.fontProviderFetchTimeout = global::DotnetPush.Droid.Resource.Attribute.fontProviderFetchTimeout;
- global::IO.Ably.Push.Android.Resource.Attribute.fontProviderPackage = global::DotnetPush.Droid.Resource.Attribute.fontProviderPackage;
- global::IO.Ably.Push.Android.Resource.Attribute.fontProviderQuery = global::DotnetPush.Droid.Resource.Attribute.fontProviderQuery;
- global::IO.Ably.Push.Android.Resource.Attribute.fontStyle = global::DotnetPush.Droid.Resource.Attribute.fontStyle;
- global::IO.Ably.Push.Android.Resource.Attribute.fontVariationSettings = global::DotnetPush.Droid.Resource.Attribute.fontVariationSettings;
- global::IO.Ably.Push.Android.Resource.Attribute.fontWeight = global::DotnetPush.Droid.Resource.Attribute.fontWeight;
- global::IO.Ably.Push.Android.Resource.Attribute.keylines = global::DotnetPush.Droid.Resource.Attribute.keylines;
- global::IO.Ably.Push.Android.Resource.Attribute.layout_anchor = global::DotnetPush.Droid.Resource.Attribute.layout_anchor;
- global::IO.Ably.Push.Android.Resource.Attribute.layout_anchorGravity = global::DotnetPush.Droid.Resource.Attribute.layout_anchorGravity;
- global::IO.Ably.Push.Android.Resource.Attribute.layout_behavior = global::DotnetPush.Droid.Resource.Attribute.layout_behavior;
- global::IO.Ably.Push.Android.Resource.Attribute.layout_dodgeInsetEdges = global::DotnetPush.Droid.Resource.Attribute.layout_dodgeInsetEdges;
- global::IO.Ably.Push.Android.Resource.Attribute.layout_insetEdge = global::DotnetPush.Droid.Resource.Attribute.layout_insetEdge;
- global::IO.Ably.Push.Android.Resource.Attribute.layout_keyline = global::DotnetPush.Droid.Resource.Attribute.layout_keyline;
- global::IO.Ably.Push.Android.Resource.Attribute.statusBarBackground = global::DotnetPush.Droid.Resource.Attribute.statusBarBackground;
- global::IO.Ably.Push.Android.Resource.Attribute.ttcIndex = global::DotnetPush.Droid.Resource.Attribute.ttcIndex;
- global::IO.Ably.Push.Android.Resource.Color.androidx_core_ripple_material_light = global::DotnetPush.Droid.Resource.Color.androidx_core_ripple_material_light;
- global::IO.Ably.Push.Android.Resource.Color.androidx_core_secondary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.androidx_core_secondary_text_default_material_light;
- global::IO.Ably.Push.Android.Resource.Color.browser_actions_bg_grey = global::DotnetPush.Droid.Resource.Color.browser_actions_bg_grey;
- global::IO.Ably.Push.Android.Resource.Color.browser_actions_divider_color = global::DotnetPush.Droid.Resource.Color.browser_actions_divider_color;
- global::IO.Ably.Push.Android.Resource.Color.browser_actions_text_color = global::DotnetPush.Droid.Resource.Color.browser_actions_text_color;
- global::IO.Ably.Push.Android.Resource.Color.browser_actions_title_color = global::DotnetPush.Droid.Resource.Color.browser_actions_title_color;
- global::IO.Ably.Push.Android.Resource.Color.notification_action_color_filter = global::DotnetPush.Droid.Resource.Color.notification_action_color_filter;
- global::IO.Ably.Push.Android.Resource.Color.notification_icon_bg_color = global::DotnetPush.Droid.Resource.Color.notification_icon_bg_color;
- global::IO.Ably.Push.Android.Resource.Color.ripple_material_light = global::DotnetPush.Droid.Resource.Color.ripple_material_light;
- global::IO.Ably.Push.Android.Resource.Color.secondary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.secondary_text_default_material_light;
- global::IO.Ably.Push.Android.Resource.Dimension.browser_actions_context_menu_max_width = global::DotnetPush.Droid.Resource.Dimension.browser_actions_context_menu_max_width;
- global::IO.Ably.Push.Android.Resource.Dimension.browser_actions_context_menu_min_padding = global::DotnetPush.Droid.Resource.Dimension.browser_actions_context_menu_min_padding;
- global::IO.Ably.Push.Android.Resource.Dimension.compat_button_inset_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_inset_horizontal_material;
- global::IO.Ably.Push.Android.Resource.Dimension.compat_button_inset_vertical_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_inset_vertical_material;
- global::IO.Ably.Push.Android.Resource.Dimension.compat_button_padding_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_padding_horizontal_material;
- global::IO.Ably.Push.Android.Resource.Dimension.compat_button_padding_vertical_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_padding_vertical_material;
- global::IO.Ably.Push.Android.Resource.Dimension.compat_control_corner_material = global::DotnetPush.Droid.Resource.Dimension.compat_control_corner_material;
- global::IO.Ably.Push.Android.Resource.Dimension.compat_notification_large_icon_max_height = global::DotnetPush.Droid.Resource.Dimension.compat_notification_large_icon_max_height;
- global::IO.Ably.Push.Android.Resource.Dimension.compat_notification_large_icon_max_width = global::DotnetPush.Droid.Resource.Dimension.compat_notification_large_icon_max_width;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_action_icon_size = global::DotnetPush.Droid.Resource.Dimension.notification_action_icon_size;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_action_text_size = global::DotnetPush.Droid.Resource.Dimension.notification_action_text_size;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_big_circle_margin = global::DotnetPush.Droid.Resource.Dimension.notification_big_circle_margin;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_content_margin_start = global::DotnetPush.Droid.Resource.Dimension.notification_content_margin_start;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_large_icon_height = global::DotnetPush.Droid.Resource.Dimension.notification_large_icon_height;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_large_icon_width = global::DotnetPush.Droid.Resource.Dimension.notification_large_icon_width;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_main_column_padding_top = global::DotnetPush.Droid.Resource.Dimension.notification_main_column_padding_top;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_media_narrow_margin = global::DotnetPush.Droid.Resource.Dimension.notification_media_narrow_margin;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_right_icon_size = global::DotnetPush.Droid.Resource.Dimension.notification_right_icon_size;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_right_side_padding_top = global::DotnetPush.Droid.Resource.Dimension.notification_right_side_padding_top;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_small_icon_background_padding = global::DotnetPush.Droid.Resource.Dimension.notification_small_icon_background_padding;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_small_icon_size_as_large = global::DotnetPush.Droid.Resource.Dimension.notification_small_icon_size_as_large;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_subtext_size = global::DotnetPush.Droid.Resource.Dimension.notification_subtext_size;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_top_pad = global::DotnetPush.Droid.Resource.Dimension.notification_top_pad;
- global::IO.Ably.Push.Android.Resource.Dimension.notification_top_pad_large_text = global::DotnetPush.Droid.Resource.Dimension.notification_top_pad_large_text;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_action_background = global::DotnetPush.Droid.Resource.Drawable.notification_action_background;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_bg = global::DotnetPush.Droid.Resource.Drawable.notification_bg;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_bg_low = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_bg_low_normal = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low_normal;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_bg_low_pressed = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low_pressed;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_bg_normal = global::DotnetPush.Droid.Resource.Drawable.notification_bg_normal;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_bg_normal_pressed = global::DotnetPush.Droid.Resource.Drawable.notification_bg_normal_pressed;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_icon_background = global::DotnetPush.Droid.Resource.Drawable.notification_icon_background;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_template_icon_bg = global::DotnetPush.Droid.Resource.Drawable.notification_template_icon_bg;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_template_icon_low_bg = global::DotnetPush.Droid.Resource.Drawable.notification_template_icon_low_bg;
- global::IO.Ably.Push.Android.Resource.Drawable.notification_tile_bg = global::DotnetPush.Droid.Resource.Drawable.notification_tile_bg;
- global::IO.Ably.Push.Android.Resource.Drawable.notify_panel_notification_icon_bg = global::DotnetPush.Droid.Resource.Drawable.notify_panel_notification_icon_bg;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_action_clickable_span = global::DotnetPush.Droid.Resource.Id.accessibility_action_clickable_span;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_0 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_0;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_1 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_1;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_10 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_10;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_11 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_11;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_12 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_12;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_13 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_13;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_14 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_14;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_15 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_15;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_16 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_16;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_17 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_17;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_18 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_18;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_19 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_19;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_2 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_2;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_20 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_20;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_21 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_21;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_22 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_22;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_23 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_23;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_24 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_24;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_25 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_25;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_26 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_26;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_27 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_27;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_28 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_28;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_29 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_29;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_3 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_3;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_30 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_30;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_31 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_31;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_4 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_4;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_5 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_5;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_6 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_6;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_7 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_7;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_8 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_8;
- global::IO.Ably.Push.Android.Resource.Id.accessibility_custom_action_9 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_9;
- global::IO.Ably.Push.Android.Resource.Id.actions = global::DotnetPush.Droid.Resource.Id.actions;
- global::IO.Ably.Push.Android.Resource.Id.action_container = global::DotnetPush.Droid.Resource.Id.action_container;
- global::IO.Ably.Push.Android.Resource.Id.action_divider = global::DotnetPush.Droid.Resource.Id.action_divider;
- global::IO.Ably.Push.Android.Resource.Id.action_image = global::DotnetPush.Droid.Resource.Id.action_image;
- global::IO.Ably.Push.Android.Resource.Id.action_text = global::DotnetPush.Droid.Resource.Id.action_text;
- global::IO.Ably.Push.Android.Resource.Id.all = global::DotnetPush.Droid.Resource.Id.all;
- global::IO.Ably.Push.Android.Resource.Id.async = global::DotnetPush.Droid.Resource.Id.async;
- global::IO.Ably.Push.Android.Resource.Id.auto = global::DotnetPush.Droid.Resource.Id.auto;
- global::IO.Ably.Push.Android.Resource.Id.blocking = global::DotnetPush.Droid.Resource.Id.blocking;
- global::IO.Ably.Push.Android.Resource.Id.bottom = global::DotnetPush.Droid.Resource.Id.bottom;
- global::IO.Ably.Push.Android.Resource.Id.browser_actions_header_text = global::DotnetPush.Droid.Resource.Id.browser_actions_header_text;
- global::IO.Ably.Push.Android.Resource.Id.browser_actions_menu_items = global::DotnetPush.Droid.Resource.Id.browser_actions_menu_items;
- global::IO.Ably.Push.Android.Resource.Id.browser_actions_menu_item_icon = global::DotnetPush.Droid.Resource.Id.browser_actions_menu_item_icon;
- global::IO.Ably.Push.Android.Resource.Id.browser_actions_menu_item_text = global::DotnetPush.Droid.Resource.Id.browser_actions_menu_item_text;
- global::IO.Ably.Push.Android.Resource.Id.browser_actions_menu_view = global::DotnetPush.Droid.Resource.Id.browser_actions_menu_view;
- global::IO.Ably.Push.Android.Resource.Id.center = global::DotnetPush.Droid.Resource.Id.center;
- global::IO.Ably.Push.Android.Resource.Id.center_horizontal = global::DotnetPush.Droid.Resource.Id.center_horizontal;
- global::IO.Ably.Push.Android.Resource.Id.center_vertical = global::DotnetPush.Droid.Resource.Id.center_vertical;
- global::IO.Ably.Push.Android.Resource.Id.chronometer = global::DotnetPush.Droid.Resource.Id.chronometer;
- global::IO.Ably.Push.Android.Resource.Id.clip_horizontal = global::DotnetPush.Droid.Resource.Id.clip_horizontal;
- global::IO.Ably.Push.Android.Resource.Id.clip_vertical = global::DotnetPush.Droid.Resource.Id.clip_vertical;
- global::IO.Ably.Push.Android.Resource.Id.dialog_button = global::DotnetPush.Droid.Resource.Id.dialog_button;
- global::IO.Ably.Push.Android.Resource.Id.end = global::DotnetPush.Droid.Resource.Id.end;
- global::IO.Ably.Push.Android.Resource.Id.fill = global::DotnetPush.Droid.Resource.Id.fill;
- global::IO.Ably.Push.Android.Resource.Id.fill_horizontal = global::DotnetPush.Droid.Resource.Id.fill_horizontal;
- global::IO.Ably.Push.Android.Resource.Id.fill_vertical = global::DotnetPush.Droid.Resource.Id.fill_vertical;
- global::IO.Ably.Push.Android.Resource.Id.forever = global::DotnetPush.Droid.Resource.Id.forever;
- global::IO.Ably.Push.Android.Resource.Id.icon = global::DotnetPush.Droid.Resource.Id.icon;
- global::IO.Ably.Push.Android.Resource.Id.icon_group = global::DotnetPush.Droid.Resource.Id.icon_group;
- global::IO.Ably.Push.Android.Resource.Id.info = global::DotnetPush.Droid.Resource.Id.info;
- global::IO.Ably.Push.Android.Resource.Id.italic = global::DotnetPush.Droid.Resource.Id.italic;
- global::IO.Ably.Push.Android.Resource.Id.left = global::DotnetPush.Droid.Resource.Id.left;
- global::IO.Ably.Push.Android.Resource.Id.line1 = global::DotnetPush.Droid.Resource.Id.line1;
- global::IO.Ably.Push.Android.Resource.Id.line3 = global::DotnetPush.Droid.Resource.Id.line3;
- global::IO.Ably.Push.Android.Resource.Id.none = global::DotnetPush.Droid.Resource.Id.none;
- global::IO.Ably.Push.Android.Resource.Id.normal = global::DotnetPush.Droid.Resource.Id.normal;
- global::IO.Ably.Push.Android.Resource.Id.notification_background = global::DotnetPush.Droid.Resource.Id.notification_background;
- global::IO.Ably.Push.Android.Resource.Id.notification_main_column = global::DotnetPush.Droid.Resource.Id.notification_main_column;
- global::IO.Ably.Push.Android.Resource.Id.notification_main_column_container = global::DotnetPush.Droid.Resource.Id.notification_main_column_container;
- global::IO.Ably.Push.Android.Resource.Id.right = global::DotnetPush.Droid.Resource.Id.right;
- global::IO.Ably.Push.Android.Resource.Id.right_icon = global::DotnetPush.Droid.Resource.Id.right_icon;
- global::IO.Ably.Push.Android.Resource.Id.right_side = global::DotnetPush.Droid.Resource.Id.right_side;
- global::IO.Ably.Push.Android.Resource.Id.start = global::DotnetPush.Droid.Resource.Id.start;
- global::IO.Ably.Push.Android.Resource.Id.tag_accessibility_actions = global::DotnetPush.Droid.Resource.Id.tag_accessibility_actions;
- global::IO.Ably.Push.Android.Resource.Id.tag_accessibility_clickable_spans = global::DotnetPush.Droid.Resource.Id.tag_accessibility_clickable_spans;
- global::IO.Ably.Push.Android.Resource.Id.tag_accessibility_heading = global::DotnetPush.Droid.Resource.Id.tag_accessibility_heading;
- global::IO.Ably.Push.Android.Resource.Id.tag_accessibility_pane_title = global::DotnetPush.Droid.Resource.Id.tag_accessibility_pane_title;
- global::IO.Ably.Push.Android.Resource.Id.tag_screen_reader_focusable = global::DotnetPush.Droid.Resource.Id.tag_screen_reader_focusable;
- global::IO.Ably.Push.Android.Resource.Id.tag_transition_group = global::DotnetPush.Droid.Resource.Id.tag_transition_group;
- global::IO.Ably.Push.Android.Resource.Id.tag_unhandled_key_event_manager = global::DotnetPush.Droid.Resource.Id.tag_unhandled_key_event_manager;
- global::IO.Ably.Push.Android.Resource.Id.tag_unhandled_key_listeners = global::DotnetPush.Droid.Resource.Id.tag_unhandled_key_listeners;
- global::IO.Ably.Push.Android.Resource.Id.text = global::DotnetPush.Droid.Resource.Id.text;
- global::IO.Ably.Push.Android.Resource.Id.text2 = global::DotnetPush.Droid.Resource.Id.text2;
- global::IO.Ably.Push.Android.Resource.Id.time = global::DotnetPush.Droid.Resource.Id.time;
- global::IO.Ably.Push.Android.Resource.Id.title = global::DotnetPush.Droid.Resource.Id.title;
- global::IO.Ably.Push.Android.Resource.Id.top = global::DotnetPush.Droid.Resource.Id.top;
- global::IO.Ably.Push.Android.Resource.Id.view_tree_lifecycle_owner = global::DotnetPush.Droid.Resource.Id.view_tree_lifecycle_owner;
- global::IO.Ably.Push.Android.Resource.Id.view_tree_view_model_store_owner = global::DotnetPush.Droid.Resource.Id.view_tree_view_model_store_owner;
- global::IO.Ably.Push.Android.Resource.Integer.google_play_services_version = global::DotnetPush.Droid.Resource.Integer.google_play_services_version;
- global::IO.Ably.Push.Android.Resource.Integer.status_bar_notification_info_maxnum = global::DotnetPush.Droid.Resource.Integer.status_bar_notification_info_maxnum;
- global::IO.Ably.Push.Android.Resource.Layout.browser_actions_context_menu_page = global::DotnetPush.Droid.Resource.Layout.browser_actions_context_menu_page;
- global::IO.Ably.Push.Android.Resource.Layout.browser_actions_context_menu_row = global::DotnetPush.Droid.Resource.Layout.browser_actions_context_menu_row;
- global::IO.Ably.Push.Android.Resource.Layout.custom_dialog = global::DotnetPush.Droid.Resource.Layout.custom_dialog;
- global::IO.Ably.Push.Android.Resource.Layout.notification_action = global::DotnetPush.Droid.Resource.Layout.notification_action;
- global::IO.Ably.Push.Android.Resource.Layout.notification_action_tombstone = global::DotnetPush.Droid.Resource.Layout.notification_action_tombstone;
- global::IO.Ably.Push.Android.Resource.Layout.notification_template_custom_big = global::DotnetPush.Droid.Resource.Layout.notification_template_custom_big;
- global::IO.Ably.Push.Android.Resource.Layout.notification_template_icon_group = global::DotnetPush.Droid.Resource.Layout.notification_template_icon_group;
- global::IO.Ably.Push.Android.Resource.Layout.notification_template_part_chronometer = global::DotnetPush.Droid.Resource.Layout.notification_template_part_chronometer;
- global::IO.Ably.Push.Android.Resource.Layout.notification_template_part_time = global::DotnetPush.Droid.Resource.Layout.notification_template_part_time;
- global::IO.Ably.Push.Android.Resource.String.app_name = global::DotnetPush.Droid.Resource.String.app_name;
- global::IO.Ably.Push.Android.Resource.String.common_google_play_services_unknown_issue = global::DotnetPush.Droid.Resource.String.common_google_play_services_unknown_issue;
- global::IO.Ably.Push.Android.Resource.String.fcm_fallback_notification_channel_label = global::DotnetPush.Droid.Resource.String.fcm_fallback_notification_channel_label;
- global::IO.Ably.Push.Android.Resource.String.hello = global::DotnetPush.Droid.Resource.String.hello;
- global::IO.Ably.Push.Android.Resource.String.status_bar_notification_info_overflow = global::DotnetPush.Droid.Resource.String.status_bar_notification_info_overflow;
- global::IO.Ably.Push.Android.Resource.Style.TextAppearance_Compat_Notification = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification;
- global::IO.Ably.Push.Android.Resource.Style.TextAppearance_Compat_Notification_Info = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Info;
- global::IO.Ably.Push.Android.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2;
- global::IO.Ably.Push.Android.Resource.Style.TextAppearance_Compat_Notification_Time = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Time;
- global::IO.Ably.Push.Android.Resource.Style.TextAppearance_Compat_Notification_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Title;
- global::IO.Ably.Push.Android.Resource.Style.Widget_Compat_NotificationActionContainer = global::DotnetPush.Droid.Resource.Style.Widget_Compat_NotificationActionContainer;
- global::IO.Ably.Push.Android.Resource.Style.Widget_Compat_NotificationActionText = global::DotnetPush.Droid.Resource.Style.Widget_Compat_NotificationActionText;
- global::IO.Ably.Push.Android.Resource.Style.Widget_Support_CoordinatorLayout = global::DotnetPush.Droid.Resource.Style.Widget_Support_CoordinatorLayout;
- global::IO.Ably.Push.Android.Resource.Styleable.ColorStateListItem = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem;
- global::IO.Ably.Push.Android.Resource.Styleable.ColorStateListItem_alpha = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_alpha;
- global::IO.Ably.Push.Android.Resource.Styleable.ColorStateListItem_android_alpha = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_android_alpha;
- global::IO.Ably.Push.Android.Resource.Styleable.ColorStateListItem_android_color = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_android_color;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_keylines = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_keylines;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_Layout = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline;
- global::IO.Ably.Push.Android.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamily = global::DotnetPush.Droid.Resource.Styleable.FontFamily;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_android_font = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_font;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_android_fontStyle = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_android_fontWeight = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_font = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_font;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_fontStyle = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontStyle;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_fontWeight = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontWeight;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamilyFont_ttcIndex = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_ttcIndex;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamily_fontProviderAuthority = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderAuthority;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamily_fontProviderCerts = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderCerts;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamily_fontProviderPackage = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderPackage;
- global::IO.Ably.Push.Android.Resource.Styleable.FontFamily_fontProviderQuery = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderQuery;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColorItem = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColorItem_android_color = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem_android_color;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColorItem_android_offset = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem_android_offset;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_centerColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerColor;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_centerX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerX;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_centerY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerY;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_endColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endColor;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_endX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endX;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_endY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endY;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_gradientRadius = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_gradientRadius;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_startColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startColor;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_startX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startX;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_startY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startY;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_tileMode = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_tileMode;
- global::IO.Ably.Push.Android.Resource.Styleable.GradientColor_android_type = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_type;
- global::IO.Ably.Push.Android.Resource.Xml.xamarin_essentials_fileprovider_file_paths = global::DotnetPush.Droid.Resource.Xml.xamarin_essentials_fileprovider_file_paths;
- global::Xamarin.Essentials.Resource.Attribute.alpha = global::DotnetPush.Droid.Resource.Attribute.alpha;
- global::Xamarin.Essentials.Resource.Attribute.font = global::DotnetPush.Droid.Resource.Attribute.font;
- global::Xamarin.Essentials.Resource.Attribute.fontProviderAuthority = global::DotnetPush.Droid.Resource.Attribute.fontProviderAuthority;
- global::Xamarin.Essentials.Resource.Attribute.fontProviderCerts = global::DotnetPush.Droid.Resource.Attribute.fontProviderCerts;
- global::Xamarin.Essentials.Resource.Attribute.fontProviderFetchStrategy = global::DotnetPush.Droid.Resource.Attribute.fontProviderFetchStrategy;
- global::Xamarin.Essentials.Resource.Attribute.fontProviderFetchTimeout = global::DotnetPush.Droid.Resource.Attribute.fontProviderFetchTimeout;
- global::Xamarin.Essentials.Resource.Attribute.fontProviderPackage = global::DotnetPush.Droid.Resource.Attribute.fontProviderPackage;
- global::Xamarin.Essentials.Resource.Attribute.fontProviderQuery = global::DotnetPush.Droid.Resource.Attribute.fontProviderQuery;
- global::Xamarin.Essentials.Resource.Attribute.fontStyle = global::DotnetPush.Droid.Resource.Attribute.fontStyle;
- global::Xamarin.Essentials.Resource.Attribute.fontVariationSettings = global::DotnetPush.Droid.Resource.Attribute.fontVariationSettings;
- global::Xamarin.Essentials.Resource.Attribute.fontWeight = global::DotnetPush.Droid.Resource.Attribute.fontWeight;
- global::Xamarin.Essentials.Resource.Attribute.ttcIndex = global::DotnetPush.Droid.Resource.Attribute.ttcIndex;
- global::Xamarin.Essentials.Resource.Color.androidx_core_ripple_material_light = global::DotnetPush.Droid.Resource.Color.androidx_core_ripple_material_light;
- global::Xamarin.Essentials.Resource.Color.androidx_core_secondary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.androidx_core_secondary_text_default_material_light;
- global::Xamarin.Essentials.Resource.Color.browser_actions_bg_grey = global::DotnetPush.Droid.Resource.Color.browser_actions_bg_grey;
- global::Xamarin.Essentials.Resource.Color.browser_actions_divider_color = global::DotnetPush.Droid.Resource.Color.browser_actions_divider_color;
- global::Xamarin.Essentials.Resource.Color.browser_actions_text_color = global::DotnetPush.Droid.Resource.Color.browser_actions_text_color;
- global::Xamarin.Essentials.Resource.Color.browser_actions_title_color = global::DotnetPush.Droid.Resource.Color.browser_actions_title_color;
- global::Xamarin.Essentials.Resource.Color.notification_action_color_filter = global::DotnetPush.Droid.Resource.Color.notification_action_color_filter;
- global::Xamarin.Essentials.Resource.Color.notification_icon_bg_color = global::DotnetPush.Droid.Resource.Color.notification_icon_bg_color;
- global::Xamarin.Essentials.Resource.Dimension.browser_actions_context_menu_max_width = global::DotnetPush.Droid.Resource.Dimension.browser_actions_context_menu_max_width;
- global::Xamarin.Essentials.Resource.Dimension.browser_actions_context_menu_min_padding = global::DotnetPush.Droid.Resource.Dimension.browser_actions_context_menu_min_padding;
- global::Xamarin.Essentials.Resource.Dimension.compat_button_inset_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_inset_horizontal_material;
- global::Xamarin.Essentials.Resource.Dimension.compat_button_inset_vertical_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_inset_vertical_material;
- global::Xamarin.Essentials.Resource.Dimension.compat_button_padding_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_padding_horizontal_material;
- global::Xamarin.Essentials.Resource.Dimension.compat_button_padding_vertical_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_padding_vertical_material;
- global::Xamarin.Essentials.Resource.Dimension.compat_control_corner_material = global::DotnetPush.Droid.Resource.Dimension.compat_control_corner_material;
- global::Xamarin.Essentials.Resource.Dimension.compat_notification_large_icon_max_height = global::DotnetPush.Droid.Resource.Dimension.compat_notification_large_icon_max_height;
- global::Xamarin.Essentials.Resource.Dimension.compat_notification_large_icon_max_width = global::DotnetPush.Droid.Resource.Dimension.compat_notification_large_icon_max_width;
- global::Xamarin.Essentials.Resource.Dimension.notification_action_icon_size = global::DotnetPush.Droid.Resource.Dimension.notification_action_icon_size;
- global::Xamarin.Essentials.Resource.Dimension.notification_action_text_size = global::DotnetPush.Droid.Resource.Dimension.notification_action_text_size;
- global::Xamarin.Essentials.Resource.Dimension.notification_big_circle_margin = global::DotnetPush.Droid.Resource.Dimension.notification_big_circle_margin;
- global::Xamarin.Essentials.Resource.Dimension.notification_content_margin_start = global::DotnetPush.Droid.Resource.Dimension.notification_content_margin_start;
- global::Xamarin.Essentials.Resource.Dimension.notification_large_icon_height = global::DotnetPush.Droid.Resource.Dimension.notification_large_icon_height;
- global::Xamarin.Essentials.Resource.Dimension.notification_large_icon_width = global::DotnetPush.Droid.Resource.Dimension.notification_large_icon_width;
- global::Xamarin.Essentials.Resource.Dimension.notification_main_column_padding_top = global::DotnetPush.Droid.Resource.Dimension.notification_main_column_padding_top;
- global::Xamarin.Essentials.Resource.Dimension.notification_media_narrow_margin = global::DotnetPush.Droid.Resource.Dimension.notification_media_narrow_margin;
- global::Xamarin.Essentials.Resource.Dimension.notification_right_icon_size = global::DotnetPush.Droid.Resource.Dimension.notification_right_icon_size;
- global::Xamarin.Essentials.Resource.Dimension.notification_right_side_padding_top = global::DotnetPush.Droid.Resource.Dimension.notification_right_side_padding_top;
- global::Xamarin.Essentials.Resource.Dimension.notification_small_icon_background_padding = global::DotnetPush.Droid.Resource.Dimension.notification_small_icon_background_padding;
- global::Xamarin.Essentials.Resource.Dimension.notification_small_icon_size_as_large = global::DotnetPush.Droid.Resource.Dimension.notification_small_icon_size_as_large;
- global::Xamarin.Essentials.Resource.Dimension.notification_subtext_size = global::DotnetPush.Droid.Resource.Dimension.notification_subtext_size;
- global::Xamarin.Essentials.Resource.Dimension.notification_top_pad = global::DotnetPush.Droid.Resource.Dimension.notification_top_pad;
- global::Xamarin.Essentials.Resource.Dimension.notification_top_pad_large_text = global::DotnetPush.Droid.Resource.Dimension.notification_top_pad_large_text;
- global::Xamarin.Essentials.Resource.Drawable.notification_action_background = global::DotnetPush.Droid.Resource.Drawable.notification_action_background;
- global::Xamarin.Essentials.Resource.Drawable.notification_bg = global::DotnetPush.Droid.Resource.Drawable.notification_bg;
- global::Xamarin.Essentials.Resource.Drawable.notification_bg_low = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low;
- global::Xamarin.Essentials.Resource.Drawable.notification_bg_low_normal = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low_normal;
- global::Xamarin.Essentials.Resource.Drawable.notification_bg_low_pressed = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low_pressed;
- global::Xamarin.Essentials.Resource.Drawable.notification_bg_normal = global::DotnetPush.Droid.Resource.Drawable.notification_bg_normal;
- global::Xamarin.Essentials.Resource.Drawable.notification_bg_normal_pressed = global::DotnetPush.Droid.Resource.Drawable.notification_bg_normal_pressed;
- global::Xamarin.Essentials.Resource.Drawable.notification_icon_background = global::DotnetPush.Droid.Resource.Drawable.notification_icon_background;
- global::Xamarin.Essentials.Resource.Drawable.notification_template_icon_bg = global::DotnetPush.Droid.Resource.Drawable.notification_template_icon_bg;
- global::Xamarin.Essentials.Resource.Drawable.notification_template_icon_low_bg = global::DotnetPush.Droid.Resource.Drawable.notification_template_icon_low_bg;
- global::Xamarin.Essentials.Resource.Drawable.notification_tile_bg = global::DotnetPush.Droid.Resource.Drawable.notification_tile_bg;
- global::Xamarin.Essentials.Resource.Drawable.notify_panel_notification_icon_bg = global::DotnetPush.Droid.Resource.Drawable.notify_panel_notification_icon_bg;
- global::Xamarin.Essentials.Resource.Id.accessibility_action_clickable_span = global::DotnetPush.Droid.Resource.Id.accessibility_action_clickable_span;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_0 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_0;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_1 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_1;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_10 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_10;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_11 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_11;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_12 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_12;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_13 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_13;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_14 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_14;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_15 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_15;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_16 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_16;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_17 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_17;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_18 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_18;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_19 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_19;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_2 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_2;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_20 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_20;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_21 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_21;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_22 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_22;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_23 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_23;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_24 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_24;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_25 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_25;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_26 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_26;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_27 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_27;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_28 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_28;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_29 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_29;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_3 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_3;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_30 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_30;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_31 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_31;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_4 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_4;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_5 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_5;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_6 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_6;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_7 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_7;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_8 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_8;
- global::Xamarin.Essentials.Resource.Id.accessibility_custom_action_9 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_9;
- global::Xamarin.Essentials.Resource.Id.actions = global::DotnetPush.Droid.Resource.Id.actions;
- global::Xamarin.Essentials.Resource.Id.action_container = global::DotnetPush.Droid.Resource.Id.action_container;
- global::Xamarin.Essentials.Resource.Id.action_divider = global::DotnetPush.Droid.Resource.Id.action_divider;
- global::Xamarin.Essentials.Resource.Id.action_image = global::DotnetPush.Droid.Resource.Id.action_image;
- global::Xamarin.Essentials.Resource.Id.action_text = global::DotnetPush.Droid.Resource.Id.action_text;
- global::Xamarin.Essentials.Resource.Id.async = global::DotnetPush.Droid.Resource.Id.async;
- global::Xamarin.Essentials.Resource.Id.blocking = global::DotnetPush.Droid.Resource.Id.blocking;
- global::Xamarin.Essentials.Resource.Id.browser_actions_header_text = global::DotnetPush.Droid.Resource.Id.browser_actions_header_text;
- global::Xamarin.Essentials.Resource.Id.browser_actions_menu_items = global::DotnetPush.Droid.Resource.Id.browser_actions_menu_items;
- global::Xamarin.Essentials.Resource.Id.browser_actions_menu_item_icon = global::DotnetPush.Droid.Resource.Id.browser_actions_menu_item_icon;
- global::Xamarin.Essentials.Resource.Id.browser_actions_menu_item_text = global::DotnetPush.Droid.Resource.Id.browser_actions_menu_item_text;
- global::Xamarin.Essentials.Resource.Id.browser_actions_menu_view = global::DotnetPush.Droid.Resource.Id.browser_actions_menu_view;
- global::Xamarin.Essentials.Resource.Id.chronometer = global::DotnetPush.Droid.Resource.Id.chronometer;
- global::Xamarin.Essentials.Resource.Id.dialog_button = global::DotnetPush.Droid.Resource.Id.dialog_button;
- global::Xamarin.Essentials.Resource.Id.forever = global::DotnetPush.Droid.Resource.Id.forever;
- global::Xamarin.Essentials.Resource.Id.icon = global::DotnetPush.Droid.Resource.Id.icon;
- global::Xamarin.Essentials.Resource.Id.icon_group = global::DotnetPush.Droid.Resource.Id.icon_group;
- global::Xamarin.Essentials.Resource.Id.info = global::DotnetPush.Droid.Resource.Id.info;
- global::Xamarin.Essentials.Resource.Id.italic = global::DotnetPush.Droid.Resource.Id.italic;
- global::Xamarin.Essentials.Resource.Id.line1 = global::DotnetPush.Droid.Resource.Id.line1;
- global::Xamarin.Essentials.Resource.Id.line3 = global::DotnetPush.Droid.Resource.Id.line3;
- global::Xamarin.Essentials.Resource.Id.normal = global::DotnetPush.Droid.Resource.Id.normal;
- global::Xamarin.Essentials.Resource.Id.notification_background = global::DotnetPush.Droid.Resource.Id.notification_background;
- global::Xamarin.Essentials.Resource.Id.notification_main_column = global::DotnetPush.Droid.Resource.Id.notification_main_column;
- global::Xamarin.Essentials.Resource.Id.notification_main_column_container = global::DotnetPush.Droid.Resource.Id.notification_main_column_container;
- global::Xamarin.Essentials.Resource.Id.right_icon = global::DotnetPush.Droid.Resource.Id.right_icon;
- global::Xamarin.Essentials.Resource.Id.right_side = global::DotnetPush.Droid.Resource.Id.right_side;
- global::Xamarin.Essentials.Resource.Id.tag_accessibility_actions = global::DotnetPush.Droid.Resource.Id.tag_accessibility_actions;
- global::Xamarin.Essentials.Resource.Id.tag_accessibility_clickable_spans = global::DotnetPush.Droid.Resource.Id.tag_accessibility_clickable_spans;
- global::Xamarin.Essentials.Resource.Id.tag_accessibility_heading = global::DotnetPush.Droid.Resource.Id.tag_accessibility_heading;
- global::Xamarin.Essentials.Resource.Id.tag_accessibility_pane_title = global::DotnetPush.Droid.Resource.Id.tag_accessibility_pane_title;
- global::Xamarin.Essentials.Resource.Id.tag_screen_reader_focusable = global::DotnetPush.Droid.Resource.Id.tag_screen_reader_focusable;
- global::Xamarin.Essentials.Resource.Id.tag_transition_group = global::DotnetPush.Droid.Resource.Id.tag_transition_group;
- global::Xamarin.Essentials.Resource.Id.tag_unhandled_key_event_manager = global::DotnetPush.Droid.Resource.Id.tag_unhandled_key_event_manager;
- global::Xamarin.Essentials.Resource.Id.tag_unhandled_key_listeners = global::DotnetPush.Droid.Resource.Id.tag_unhandled_key_listeners;
- global::Xamarin.Essentials.Resource.Id.text = global::DotnetPush.Droid.Resource.Id.text;
- global::Xamarin.Essentials.Resource.Id.text2 = global::DotnetPush.Droid.Resource.Id.text2;
- global::Xamarin.Essentials.Resource.Id.time = global::DotnetPush.Droid.Resource.Id.time;
- global::Xamarin.Essentials.Resource.Id.title = global::DotnetPush.Droid.Resource.Id.title;
- global::Xamarin.Essentials.Resource.Integer.status_bar_notification_info_maxnum = global::DotnetPush.Droid.Resource.Integer.status_bar_notification_info_maxnum;
- global::Xamarin.Essentials.Resource.Layout.browser_actions_context_menu_page = global::DotnetPush.Droid.Resource.Layout.browser_actions_context_menu_page;
- global::Xamarin.Essentials.Resource.Layout.browser_actions_context_menu_row = global::DotnetPush.Droid.Resource.Layout.browser_actions_context_menu_row;
- global::Xamarin.Essentials.Resource.Layout.custom_dialog = global::DotnetPush.Droid.Resource.Layout.custom_dialog;
- global::Xamarin.Essentials.Resource.Layout.notification_action = global::DotnetPush.Droid.Resource.Layout.notification_action;
- global::Xamarin.Essentials.Resource.Layout.notification_action_tombstone = global::DotnetPush.Droid.Resource.Layout.notification_action_tombstone;
- global::Xamarin.Essentials.Resource.Layout.notification_template_custom_big = global::DotnetPush.Droid.Resource.Layout.notification_template_custom_big;
- global::Xamarin.Essentials.Resource.Layout.notification_template_icon_group = global::DotnetPush.Droid.Resource.Layout.notification_template_icon_group;
- global::Xamarin.Essentials.Resource.Layout.notification_template_part_chronometer = global::DotnetPush.Droid.Resource.Layout.notification_template_part_chronometer;
- global::Xamarin.Essentials.Resource.Layout.notification_template_part_time = global::DotnetPush.Droid.Resource.Layout.notification_template_part_time;
- global::Xamarin.Essentials.Resource.String.copy_toast_msg = global::DotnetPush.Droid.Resource.String.copy_toast_msg;
- global::Xamarin.Essentials.Resource.String.fallback_menu_item_copy_link = global::DotnetPush.Droid.Resource.String.fallback_menu_item_copy_link;
- global::Xamarin.Essentials.Resource.String.fallback_menu_item_open_in_browser = global::DotnetPush.Droid.Resource.String.fallback_menu_item_open_in_browser;
- global::Xamarin.Essentials.Resource.String.fallback_menu_item_share_link = global::DotnetPush.Droid.Resource.String.fallback_menu_item_share_link;
- global::Xamarin.Essentials.Resource.String.status_bar_notification_info_overflow = global::DotnetPush.Droid.Resource.String.status_bar_notification_info_overflow;
- global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification;
- global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification_Info = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Info;
- global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2;
- global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification_Time = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Time;
- global::Xamarin.Essentials.Resource.Style.TextAppearance_Compat_Notification_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Title;
- global::Xamarin.Essentials.Resource.Style.Widget_Compat_NotificationActionContainer = global::DotnetPush.Droid.Resource.Style.Widget_Compat_NotificationActionContainer;
- global::Xamarin.Essentials.Resource.Style.Widget_Compat_NotificationActionText = global::DotnetPush.Droid.Resource.Style.Widget_Compat_NotificationActionText;
- global::Xamarin.Essentials.Resource.Styleable.ColorStateListItem = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem;
- global::Xamarin.Essentials.Resource.Styleable.ColorStateListItem_alpha = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_alpha;
- global::Xamarin.Essentials.Resource.Styleable.ColorStateListItem_android_alpha = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_android_alpha;
- global::Xamarin.Essentials.Resource.Styleable.ColorStateListItem_android_color = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_android_color;
- global::Xamarin.Essentials.Resource.Styleable.FontFamily = global::DotnetPush.Droid.Resource.Styleable.FontFamily;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_font = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_font;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_fontStyle = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_fontWeight = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_font = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_font;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_fontStyle = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontStyle;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_fontWeight = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontWeight;
- global::Xamarin.Essentials.Resource.Styleable.FontFamilyFont_ttcIndex = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_ttcIndex;
- global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderAuthority = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderAuthority;
- global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderCerts = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderCerts;
- global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy;
- global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout;
- global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderPackage = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderPackage;
- global::Xamarin.Essentials.Resource.Styleable.FontFamily_fontProviderQuery = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderQuery;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor;
- global::Xamarin.Essentials.Resource.Styleable.GradientColorItem = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem;
- global::Xamarin.Essentials.Resource.Styleable.GradientColorItem_android_color = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem_android_color;
- global::Xamarin.Essentials.Resource.Styleable.GradientColorItem_android_offset = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem_android_offset;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_centerColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerColor;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_centerX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerX;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_centerY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerY;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_endColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endColor;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_endX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endX;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_endY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endY;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_gradientRadius = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_gradientRadius;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_startColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startColor;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_startX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startX;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_startY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startY;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_tileMode = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_tileMode;
- global::Xamarin.Essentials.Resource.Styleable.GradientColor_android_type = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_type;
- global::Xamarin.Essentials.Resource.Xml.image_share_filepaths = global::DotnetPush.Droid.Resource.Xml.image_share_filepaths;
- global::Xamarin.Essentials.Resource.Xml.xamarin_essentials_fileprovider_file_paths = global::DotnetPush.Droid.Resource.Xml.xamarin_essentials_fileprovider_file_paths;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_in = global::DotnetPush.Droid.Resource.Animation.abc_fade_in;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_fade_out = global::DotnetPush.Droid.Resource.Animation.abc_fade_out;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_grow_fade_in_from_bottom = global::DotnetPush.Droid.Resource.Animation.abc_grow_fade_in_from_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_popup_enter = global::DotnetPush.Droid.Resource.Animation.abc_popup_enter;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_popup_exit = global::DotnetPush.Droid.Resource.Animation.abc_popup_exit;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_shrink_fade_out_from_bottom = global::DotnetPush.Droid.Resource.Animation.abc_shrink_fade_out_from_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_slide_in_bottom = global::DotnetPush.Droid.Resource.Animation.abc_slide_in_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_slide_in_top = global::DotnetPush.Droid.Resource.Animation.abc_slide_in_top;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_slide_out_bottom = global::DotnetPush.Droid.Resource.Animation.abc_slide_out_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_slide_out_top = global::DotnetPush.Droid.Resource.Animation.abc_slide_out_top;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_tooltip_enter = global::DotnetPush.Droid.Resource.Animation.abc_tooltip_enter;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.abc_tooltip_exit = global::DotnetPush.Droid.Resource.Animation.abc_tooltip_exit;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_checkbox_to_checked_box_inner_merged_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_checked_box_inner_merged_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_checkbox_to_checked_box_outer_merged_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_checked_box_outer_merged_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_checkbox_to_checked_icon_null_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_checked_icon_null_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_checkbox_to_unchecked_box_inner_merged_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_unchecked_box_inner_merged_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_checkbox_to_unchecked_check_path_merged_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_unchecked_check_path_merged_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_checkbox_to_unchecked_icon_null_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_unchecked_icon_null_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_radio_to_off_mtrl_dot_group_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_off_mtrl_dot_group_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_radio_to_off_mtrl_ring_outer_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_off_mtrl_ring_outer_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_radio_to_off_mtrl_ring_outer_path_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_off_mtrl_ring_outer_path_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_radio_to_on_mtrl_dot_group_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_on_mtrl_dot_group_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_path_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_path_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.design_bottom_sheet_slide_in = global::DotnetPush.Droid.Resource.Animation.design_bottom_sheet_slide_in;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.design_bottom_sheet_slide_out = global::DotnetPush.Droid.Resource.Animation.design_bottom_sheet_slide_out;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.design_snackbar_in = global::DotnetPush.Droid.Resource.Animation.design_snackbar_in;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.design_snackbar_out = global::DotnetPush.Droid.Resource.Animation.design_snackbar_out;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.EnterFromLeft = global::DotnetPush.Droid.Resource.Animation.EnterFromLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.EnterFromRight = global::DotnetPush.Droid.Resource.Animation.EnterFromRight;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.ExitToLeft = global::DotnetPush.Droid.Resource.Animation.ExitToLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.ExitToRight = global::DotnetPush.Droid.Resource.Animation.ExitToRight;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.fragment_close_enter = global::DotnetPush.Droid.Resource.Animation.fragment_close_enter;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.fragment_close_exit = global::DotnetPush.Droid.Resource.Animation.fragment_close_exit;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.fragment_fade_enter = global::DotnetPush.Droid.Resource.Animation.fragment_fade_enter;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.fragment_fade_exit = global::DotnetPush.Droid.Resource.Animation.fragment_fade_exit;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.fragment_fast_out_extra_slow_in = global::DotnetPush.Droid.Resource.Animation.fragment_fast_out_extra_slow_in;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.fragment_open_enter = global::DotnetPush.Droid.Resource.Animation.fragment_open_enter;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.fragment_open_exit = global::DotnetPush.Droid.Resource.Animation.fragment_open_exit;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.mtrl_bottom_sheet_slide_in = global::DotnetPush.Droid.Resource.Animation.mtrl_bottom_sheet_slide_in;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.mtrl_bottom_sheet_slide_out = global::DotnetPush.Droid.Resource.Animation.mtrl_bottom_sheet_slide_out;
- global::Xamarin.Forms.Platform.Android.Resource.Animation.mtrl_card_lowers_interpolator = global::DotnetPush.Droid.Resource.Animation.mtrl_card_lowers_interpolator;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.design_appbar_state_list_animator = global::DotnetPush.Droid.Resource.Animator.design_appbar_state_list_animator;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.design_fab_hide_motion_spec = global::DotnetPush.Droid.Resource.Animator.design_fab_hide_motion_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.design_fab_show_motion_spec = global::DotnetPush.Droid.Resource.Animator.design_fab_show_motion_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_btn_state_list_anim = global::DotnetPush.Droid.Resource.Animator.mtrl_btn_state_list_anim;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_btn_unelevated_state_list_anim = global::DotnetPush.Droid.Resource.Animator.mtrl_btn_unelevated_state_list_anim;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_card_state_list_anim = global::DotnetPush.Droid.Resource.Animator.mtrl_card_state_list_anim;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_chip_state_list_anim = global::DotnetPush.Droid.Resource.Animator.mtrl_chip_state_list_anim;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_change_size_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_extended_fab_change_size_motion_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_hide_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_extended_fab_hide_motion_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_show_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_extended_fab_show_motion_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_extended_fab_state_list_animator = global::DotnetPush.Droid.Resource.Animator.mtrl_extended_fab_state_list_animator;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_fab_hide_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_fab_hide_motion_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_fab_show_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_fab_show_motion_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_fab_transformation_sheet_collapse_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_fab_transformation_sheet_collapse_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Animator.mtrl_fab_transformation_sheet_expand_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_fab_transformation_sheet_expand_spec;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarDivider = global::DotnetPush.Droid.Resource.Attribute.actionBarDivider;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarItemBackground = global::DotnetPush.Droid.Resource.Attribute.actionBarItemBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarPopupTheme = global::DotnetPush.Droid.Resource.Attribute.actionBarPopupTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSize = global::DotnetPush.Droid.Resource.Attribute.actionBarSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSplitStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarSplitStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarTabBarStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarTabBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarTabStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarTabStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarTabTextStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarTabTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarTheme = global::DotnetPush.Droid.Resource.Attribute.actionBarTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarWidgetTheme = global::DotnetPush.Droid.Resource.Attribute.actionBarWidgetTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionButtonStyle = global::DotnetPush.Droid.Resource.Attribute.actionButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionDropDownStyle = global::DotnetPush.Droid.Resource.Attribute.actionDropDownStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionLayout = global::DotnetPush.Droid.Resource.Attribute.actionLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionMenuTextAppearance = global::DotnetPush.Droid.Resource.Attribute.actionMenuTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionMenuTextColor = global::DotnetPush.Droid.Resource.Attribute.actionMenuTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeBackground = global::DotnetPush.Droid.Resource.Attribute.actionModeBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCloseButtonStyle = global::DotnetPush.Droid.Resource.Attribute.actionModeCloseButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCloseDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeCloseDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCopyDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeCopyDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeCutDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeCutDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeFindDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeFindDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModePasteDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModePasteDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModePopupWindowStyle = global::DotnetPush.Droid.Resource.Attribute.actionModePopupWindowStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeSelectAllDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeSelectAllDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeShareDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeShareDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeSplitBackground = global::DotnetPush.Droid.Resource.Attribute.actionModeSplitBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeStyle = global::DotnetPush.Droid.Resource.Attribute.actionModeStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionModeWebSearchDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeWebSearchDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionOverflowButtonStyle = global::DotnetPush.Droid.Resource.Attribute.actionOverflowButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionOverflowMenuStyle = global::DotnetPush.Droid.Resource.Attribute.actionOverflowMenuStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionProviderClass = global::DotnetPush.Droid.Resource.Attribute.actionProviderClass;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionTextColorAlpha = global::DotnetPush.Droid.Resource.Attribute.actionTextColorAlpha;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionViewClass = global::DotnetPush.Droid.Resource.Attribute.actionViewClass;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.activityChooserViewStyle = global::DotnetPush.Droid.Resource.Attribute.activityChooserViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.alertDialogButtonGroupStyle = global::DotnetPush.Droid.Resource.Attribute.alertDialogButtonGroupStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.alertDialogCenterButtons = global::DotnetPush.Droid.Resource.Attribute.alertDialogCenterButtons;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.alertDialogStyle = global::DotnetPush.Droid.Resource.Attribute.alertDialogStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.alertDialogTheme = global::DotnetPush.Droid.Resource.Attribute.alertDialogTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.allowStacking = global::DotnetPush.Droid.Resource.Attribute.allowStacking;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.alpha = global::DotnetPush.Droid.Resource.Attribute.alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.alphabeticModifiers = global::DotnetPush.Droid.Resource.Attribute.alphabeticModifiers;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.animationMode = global::DotnetPush.Droid.Resource.Attribute.animationMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.appBarLayoutStyle = global::DotnetPush.Droid.Resource.Attribute.appBarLayoutStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.arrowHeadLength = global::DotnetPush.Droid.Resource.Attribute.arrowHeadLength;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.arrowShaftLength = global::DotnetPush.Droid.Resource.Attribute.arrowShaftLength;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoCompleteTextViewStyle = global::DotnetPush.Droid.Resource.Attribute.autoCompleteTextViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizeMaxTextSize = global::DotnetPush.Droid.Resource.Attribute.autoSizeMaxTextSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizeMinTextSize = global::DotnetPush.Droid.Resource.Attribute.autoSizeMinTextSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizePresetSizes = global::DotnetPush.Droid.Resource.Attribute.autoSizePresetSizes;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizeStepGranularity = global::DotnetPush.Droid.Resource.Attribute.autoSizeStepGranularity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.autoSizeTextType = global::DotnetPush.Droid.Resource.Attribute.autoSizeTextType;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.background = global::DotnetPush.Droid.Resource.Attribute.background;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundColor = global::DotnetPush.Droid.Resource.Attribute.backgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundInsetBottom = global::DotnetPush.Droid.Resource.Attribute.backgroundInsetBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundInsetEnd = global::DotnetPush.Droid.Resource.Attribute.backgroundInsetEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundInsetStart = global::DotnetPush.Droid.Resource.Attribute.backgroundInsetStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundInsetTop = global::DotnetPush.Droid.Resource.Attribute.backgroundInsetTop;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundOverlayColorAlpha = global::DotnetPush.Droid.Resource.Attribute.backgroundOverlayColorAlpha;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundSplit = global::DotnetPush.Droid.Resource.Attribute.backgroundSplit;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundStacked = global::DotnetPush.Droid.Resource.Attribute.backgroundStacked;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundTint = global::DotnetPush.Droid.Resource.Attribute.backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.backgroundTintMode = global::DotnetPush.Droid.Resource.Attribute.backgroundTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.badgeGravity = global::DotnetPush.Droid.Resource.Attribute.badgeGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.badgeStyle = global::DotnetPush.Droid.Resource.Attribute.badgeStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.badgeTextColor = global::DotnetPush.Droid.Resource.Attribute.badgeTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.barLength = global::DotnetPush.Droid.Resource.Attribute.barLength;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_autoHide = global::DotnetPush.Droid.Resource.Attribute.behavior_autoHide;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_autoShrink = global::DotnetPush.Droid.Resource.Attribute.behavior_autoShrink;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_draggable = global::DotnetPush.Droid.Resource.Attribute.behavior_draggable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_expandedOffset = global::DotnetPush.Droid.Resource.Attribute.behavior_expandedOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_fitToContents = global::DotnetPush.Droid.Resource.Attribute.behavior_fitToContents;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_halfExpandedRatio = global::DotnetPush.Droid.Resource.Attribute.behavior_halfExpandedRatio;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_hideable = global::DotnetPush.Droid.Resource.Attribute.behavior_hideable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_overlapTop = global::DotnetPush.Droid.Resource.Attribute.behavior_overlapTop;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_peekHeight = global::DotnetPush.Droid.Resource.Attribute.behavior_peekHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_saveFlags = global::DotnetPush.Droid.Resource.Attribute.behavior_saveFlags;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.behavior_skipCollapsed = global::DotnetPush.Droid.Resource.Attribute.behavior_skipCollapsed;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderlessButtonStyle = global::DotnetPush.Droid.Resource.Attribute.borderlessButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.borderWidth = global::DotnetPush.Droid.Resource.Attribute.borderWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomAppBarStyle = global::DotnetPush.Droid.Resource.Attribute.bottomAppBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomNavigationStyle = global::DotnetPush.Droid.Resource.Attribute.bottomNavigationStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomSheetDialogTheme = global::DotnetPush.Droid.Resource.Attribute.bottomSheetDialogTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.bottomSheetStyle = global::DotnetPush.Droid.Resource.Attribute.bottomSheetStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxBackgroundColor = global::DotnetPush.Droid.Resource.Attribute.boxBackgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxBackgroundMode = global::DotnetPush.Droid.Resource.Attribute.boxBackgroundMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCollapsedPaddingTop = global::DotnetPush.Droid.Resource.Attribute.boxCollapsedPaddingTop;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCornerRadiusBottomEnd = global::DotnetPush.Droid.Resource.Attribute.boxCornerRadiusBottomEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCornerRadiusBottomStart = global::DotnetPush.Droid.Resource.Attribute.boxCornerRadiusBottomStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCornerRadiusTopEnd = global::DotnetPush.Droid.Resource.Attribute.boxCornerRadiusTopEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxCornerRadiusTopStart = global::DotnetPush.Droid.Resource.Attribute.boxCornerRadiusTopStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxStrokeColor = global::DotnetPush.Droid.Resource.Attribute.boxStrokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxStrokeErrorColor = global::DotnetPush.Droid.Resource.Attribute.boxStrokeErrorColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxStrokeWidth = global::DotnetPush.Droid.Resource.Attribute.boxStrokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.boxStrokeWidthFocused = global::DotnetPush.Droid.Resource.Attribute.boxStrokeWidthFocused;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarButtonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarNegativeButtonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarNegativeButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarNeutralButtonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarNeutralButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarPositiveButtonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarPositiveButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonBarStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonCompat = global::DotnetPush.Droid.Resource.Attribute.buttonCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonGravity = global::DotnetPush.Droid.Resource.Attribute.buttonGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonIconDimen = global::DotnetPush.Droid.Resource.Attribute.buttonIconDimen;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonPanelSideLayout = global::DotnetPush.Droid.Resource.Attribute.buttonPanelSideLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonStyleSmall = global::DotnetPush.Droid.Resource.Attribute.buttonStyleSmall;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonTint = global::DotnetPush.Droid.Resource.Attribute.buttonTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.buttonTintMode = global::DotnetPush.Droid.Resource.Attribute.buttonTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardBackgroundColor = global::DotnetPush.Droid.Resource.Attribute.cardBackgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardCornerRadius = global::DotnetPush.Droid.Resource.Attribute.cardCornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardElevation = global::DotnetPush.Droid.Resource.Attribute.cardElevation;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardForegroundColor = global::DotnetPush.Droid.Resource.Attribute.cardForegroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardMaxElevation = global::DotnetPush.Droid.Resource.Attribute.cardMaxElevation;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardPreventCornerOverlap = global::DotnetPush.Droid.Resource.Attribute.cardPreventCornerOverlap;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardUseCompatPadding = global::DotnetPush.Droid.Resource.Attribute.cardUseCompatPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cardViewStyle = global::DotnetPush.Droid.Resource.Attribute.cardViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkboxStyle = global::DotnetPush.Droid.Resource.Attribute.checkboxStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedButton = global::DotnetPush.Droid.Resource.Attribute.checkedButton;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedChip = global::DotnetPush.Droid.Resource.Attribute.checkedChip;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIcon = global::DotnetPush.Droid.Resource.Attribute.checkedIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIconEnabled = global::DotnetPush.Droid.Resource.Attribute.checkedIconEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIconTint = global::DotnetPush.Droid.Resource.Attribute.checkedIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedIconVisible = global::DotnetPush.Droid.Resource.Attribute.checkedIconVisible;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.checkedTextViewStyle = global::DotnetPush.Droid.Resource.Attribute.checkedTextViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipBackgroundColor = global::DotnetPush.Droid.Resource.Attribute.chipBackgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipCornerRadius = global::DotnetPush.Droid.Resource.Attribute.chipCornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipEndPadding = global::DotnetPush.Droid.Resource.Attribute.chipEndPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipGroupStyle = global::DotnetPush.Droid.Resource.Attribute.chipGroupStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIcon = global::DotnetPush.Droid.Resource.Attribute.chipIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIconEnabled = global::DotnetPush.Droid.Resource.Attribute.chipIconEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIconSize = global::DotnetPush.Droid.Resource.Attribute.chipIconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIconTint = global::DotnetPush.Droid.Resource.Attribute.chipIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipIconVisible = global::DotnetPush.Droid.Resource.Attribute.chipIconVisible;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipMinHeight = global::DotnetPush.Droid.Resource.Attribute.chipMinHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipMinTouchTargetSize = global::DotnetPush.Droid.Resource.Attribute.chipMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipSpacing = global::DotnetPush.Droid.Resource.Attribute.chipSpacing;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipSpacingHorizontal = global::DotnetPush.Droid.Resource.Attribute.chipSpacingHorizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipSpacingVertical = global::DotnetPush.Droid.Resource.Attribute.chipSpacingVertical;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStandaloneStyle = global::DotnetPush.Droid.Resource.Attribute.chipStandaloneStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStartPadding = global::DotnetPush.Droid.Resource.Attribute.chipStartPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStrokeColor = global::DotnetPush.Droid.Resource.Attribute.chipStrokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStrokeWidth = global::DotnetPush.Droid.Resource.Attribute.chipStrokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipStyle = global::DotnetPush.Droid.Resource.Attribute.chipStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.chipSurfaceColor = global::DotnetPush.Droid.Resource.Attribute.chipSurfaceColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIcon = global::DotnetPush.Droid.Resource.Attribute.closeIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconEnabled = global::DotnetPush.Droid.Resource.Attribute.closeIconEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconEndPadding = global::DotnetPush.Droid.Resource.Attribute.closeIconEndPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconSize = global::DotnetPush.Droid.Resource.Attribute.closeIconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconStartPadding = global::DotnetPush.Droid.Resource.Attribute.closeIconStartPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconTint = global::DotnetPush.Droid.Resource.Attribute.closeIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeIconVisible = global::DotnetPush.Droid.Resource.Attribute.closeIconVisible;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.closeItemLayout = global::DotnetPush.Droid.Resource.Attribute.closeItemLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapseContentDescription = global::DotnetPush.Droid.Resource.Attribute.collapseContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapsedTitleGravity = global::DotnetPush.Droid.Resource.Attribute.collapsedTitleGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapsedTitleTextAppearance = global::DotnetPush.Droid.Resource.Attribute.collapsedTitleTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.collapseIcon = global::DotnetPush.Droid.Resource.Attribute.collapseIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.collectionViewStyle = global::DotnetPush.Droid.Resource.Attribute.collectionViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.color = global::DotnetPush.Droid.Resource.Attribute.color;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorAccent = global::DotnetPush.Droid.Resource.Attribute.colorAccent;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorBackgroundFloating = global::DotnetPush.Droid.Resource.Attribute.colorBackgroundFloating;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorButtonNormal = global::DotnetPush.Droid.Resource.Attribute.colorButtonNormal;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorControlActivated = global::DotnetPush.Droid.Resource.Attribute.colorControlActivated;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorControlHighlight = global::DotnetPush.Droid.Resource.Attribute.colorControlHighlight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorControlNormal = global::DotnetPush.Droid.Resource.Attribute.colorControlNormal;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorError = global::DotnetPush.Droid.Resource.Attribute.colorError;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnBackground = global::DotnetPush.Droid.Resource.Attribute.colorOnBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnError = global::DotnetPush.Droid.Resource.Attribute.colorOnError;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnPrimary = global::DotnetPush.Droid.Resource.Attribute.colorOnPrimary;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnPrimarySurface = global::DotnetPush.Droid.Resource.Attribute.colorOnPrimarySurface;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnSecondary = global::DotnetPush.Droid.Resource.Attribute.colorOnSecondary;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorOnSurface = global::DotnetPush.Droid.Resource.Attribute.colorOnSurface;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorPrimary = global::DotnetPush.Droid.Resource.Attribute.colorPrimary;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorPrimaryDark = global::DotnetPush.Droid.Resource.Attribute.colorPrimaryDark;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorPrimarySurface = global::DotnetPush.Droid.Resource.Attribute.colorPrimarySurface;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorPrimaryVariant = global::DotnetPush.Droid.Resource.Attribute.colorPrimaryVariant;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorSecondary = global::DotnetPush.Droid.Resource.Attribute.colorSecondary;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorSecondaryVariant = global::DotnetPush.Droid.Resource.Attribute.colorSecondaryVariant;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorSurface = global::DotnetPush.Droid.Resource.Attribute.colorSurface;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.colorSwitchThumbNormal = global::DotnetPush.Droid.Resource.Attribute.colorSwitchThumbNormal;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.commitIcon = global::DotnetPush.Droid.Resource.Attribute.commitIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentDescription = global::DotnetPush.Droid.Resource.Attribute.contentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetEnd = global::DotnetPush.Droid.Resource.Attribute.contentInsetEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetEndWithActions = global::DotnetPush.Droid.Resource.Attribute.contentInsetEndWithActions;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetLeft = global::DotnetPush.Droid.Resource.Attribute.contentInsetLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetRight = global::DotnetPush.Droid.Resource.Attribute.contentInsetRight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetStart = global::DotnetPush.Droid.Resource.Attribute.contentInsetStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentInsetStartWithNavigation = global::DotnetPush.Droid.Resource.Attribute.contentInsetStartWithNavigation;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPadding = global::DotnetPush.Droid.Resource.Attribute.contentPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingBottom = global::DotnetPush.Droid.Resource.Attribute.contentPaddingBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingLeft = global::DotnetPush.Droid.Resource.Attribute.contentPaddingLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingRight = global::DotnetPush.Droid.Resource.Attribute.contentPaddingRight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentPaddingTop = global::DotnetPush.Droid.Resource.Attribute.contentPaddingTop;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.contentScrim = global::DotnetPush.Droid.Resource.Attribute.contentScrim;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.controlBackground = global::DotnetPush.Droid.Resource.Attribute.controlBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.coordinatorLayoutStyle = global::DotnetPush.Droid.Resource.Attribute.coordinatorLayoutStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamily = global::DotnetPush.Droid.Resource.Attribute.cornerFamily;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamilyBottomLeft = global::DotnetPush.Droid.Resource.Attribute.cornerFamilyBottomLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamilyBottomRight = global::DotnetPush.Droid.Resource.Attribute.cornerFamilyBottomRight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamilyTopLeft = global::DotnetPush.Droid.Resource.Attribute.cornerFamilyTopLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerFamilyTopRight = global::DotnetPush.Droid.Resource.Attribute.cornerFamilyTopRight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerRadius = global::DotnetPush.Droid.Resource.Attribute.cornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSize = global::DotnetPush.Droid.Resource.Attribute.cornerSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSizeBottomLeft = global::DotnetPush.Droid.Resource.Attribute.cornerSizeBottomLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSizeBottomRight = global::DotnetPush.Droid.Resource.Attribute.cornerSizeBottomRight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSizeTopLeft = global::DotnetPush.Droid.Resource.Attribute.cornerSizeTopLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.cornerSizeTopRight = global::DotnetPush.Droid.Resource.Attribute.cornerSizeTopRight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterEnabled = global::DotnetPush.Droid.Resource.Attribute.counterEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterMaxLength = global::DotnetPush.Droid.Resource.Attribute.counterMaxLength;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterOverflowTextAppearance = global::DotnetPush.Droid.Resource.Attribute.counterOverflowTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterOverflowTextColor = global::DotnetPush.Droid.Resource.Attribute.counterOverflowTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterTextAppearance = global::DotnetPush.Droid.Resource.Attribute.counterTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.counterTextColor = global::DotnetPush.Droid.Resource.Attribute.counterTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.customNavigationLayout = global::DotnetPush.Droid.Resource.Attribute.customNavigationLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dayInvalidStyle = global::DotnetPush.Droid.Resource.Attribute.dayInvalidStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.daySelectedStyle = global::DotnetPush.Droid.Resource.Attribute.daySelectedStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dayStyle = global::DotnetPush.Droid.Resource.Attribute.dayStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dayTodayStyle = global::DotnetPush.Droid.Resource.Attribute.dayTodayStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.defaultQueryHint = global::DotnetPush.Droid.Resource.Attribute.defaultQueryHint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dialogCornerRadius = global::DotnetPush.Droid.Resource.Attribute.dialogCornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dialogPreferredPadding = global::DotnetPush.Droid.Resource.Attribute.dialogPreferredPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dialogTheme = global::DotnetPush.Droid.Resource.Attribute.dialogTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.displayOptions = global::DotnetPush.Droid.Resource.Attribute.displayOptions;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.divider = global::DotnetPush.Droid.Resource.Attribute.divider;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dividerHorizontal = global::DotnetPush.Droid.Resource.Attribute.dividerHorizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dividerPadding = global::DotnetPush.Droid.Resource.Attribute.dividerPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dividerVertical = global::DotnetPush.Droid.Resource.Attribute.dividerVertical;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableBottomCompat = global::DotnetPush.Droid.Resource.Attribute.drawableBottomCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableEndCompat = global::DotnetPush.Droid.Resource.Attribute.drawableEndCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableLeftCompat = global::DotnetPush.Droid.Resource.Attribute.drawableLeftCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableRightCompat = global::DotnetPush.Droid.Resource.Attribute.drawableRightCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableSize = global::DotnetPush.Droid.Resource.Attribute.drawableSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableStartCompat = global::DotnetPush.Droid.Resource.Attribute.drawableStartCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableTint = global::DotnetPush.Droid.Resource.Attribute.drawableTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableTintMode = global::DotnetPush.Droid.Resource.Attribute.drawableTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawableTopCompat = global::DotnetPush.Droid.Resource.Attribute.drawableTopCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawerArrowStyle = global::DotnetPush.Droid.Resource.Attribute.drawerArrowStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.drawerLayoutStyle = global::DotnetPush.Droid.Resource.Attribute.drawerLayoutStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dropdownListPreferredItemHeight = global::DotnetPush.Droid.Resource.Attribute.dropdownListPreferredItemHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.dropDownListViewStyle = global::DotnetPush.Droid.Resource.Attribute.dropDownListViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextBackground = global::DotnetPush.Droid.Resource.Attribute.editTextBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextColor = global::DotnetPush.Droid.Resource.Attribute.editTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.editTextStyle = global::DotnetPush.Droid.Resource.Attribute.editTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.elevation = global::DotnetPush.Droid.Resource.Attribute.elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.elevationOverlayColor = global::DotnetPush.Droid.Resource.Attribute.elevationOverlayColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.elevationOverlayEnabled = global::DotnetPush.Droid.Resource.Attribute.elevationOverlayEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconCheckable = global::DotnetPush.Droid.Resource.Attribute.endIconCheckable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconContentDescription = global::DotnetPush.Droid.Resource.Attribute.endIconContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconDrawable = global::DotnetPush.Droid.Resource.Attribute.endIconDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconMode = global::DotnetPush.Droid.Resource.Attribute.endIconMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconTint = global::DotnetPush.Droid.Resource.Attribute.endIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.endIconTintMode = global::DotnetPush.Droid.Resource.Attribute.endIconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.enforceMaterialTheme = global::DotnetPush.Droid.Resource.Attribute.enforceMaterialTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.enforceTextAppearance = global::DotnetPush.Droid.Resource.Attribute.enforceTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.ensureMinTouchTargetSize = global::DotnetPush.Droid.Resource.Attribute.ensureMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorContentDescription = global::DotnetPush.Droid.Resource.Attribute.errorContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorEnabled = global::DotnetPush.Droid.Resource.Attribute.errorEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorIconDrawable = global::DotnetPush.Droid.Resource.Attribute.errorIconDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorIconTint = global::DotnetPush.Droid.Resource.Attribute.errorIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorIconTintMode = global::DotnetPush.Droid.Resource.Attribute.errorIconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorTextAppearance = global::DotnetPush.Droid.Resource.Attribute.errorTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.errorTextColor = global::DotnetPush.Droid.Resource.Attribute.errorTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandActivityOverflowButtonDrawable = global::DotnetPush.Droid.Resource.Attribute.expandActivityOverflowButtonDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expanded = global::DotnetPush.Droid.Resource.Attribute.expanded;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleGravity = global::DotnetPush.Droid.Resource.Attribute.expandedTitleGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMargin = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMargin;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMarginBottom = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMarginBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMarginEnd = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMarginEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMarginStart = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMarginStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleMarginTop = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMarginTop;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.expandedTitleTextAppearance = global::DotnetPush.Droid.Resource.Attribute.expandedTitleTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.extendedFloatingActionButtonStyle = global::DotnetPush.Droid.Resource.Attribute.extendedFloatingActionButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.extendMotionSpec = global::DotnetPush.Droid.Resource.Attribute.extendMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabAlignmentMode = global::DotnetPush.Droid.Resource.Attribute.fabAlignmentMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabAnimationMode = global::DotnetPush.Droid.Resource.Attribute.fabAnimationMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabCradleMargin = global::DotnetPush.Droid.Resource.Attribute.fabCradleMargin;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabCradleRoundedCornerRadius = global::DotnetPush.Droid.Resource.Attribute.fabCradleRoundedCornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabCradleVerticalOffset = global::DotnetPush.Droid.Resource.Attribute.fabCradleVerticalOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabCustomSize = global::DotnetPush.Droid.Resource.Attribute.fabCustomSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fabSize = global::DotnetPush.Droid.Resource.Attribute.fabSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollEnabled = global::DotnetPush.Droid.Resource.Attribute.fastScrollEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollHorizontalThumbDrawable = global::DotnetPush.Droid.Resource.Attribute.fastScrollHorizontalThumbDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollHorizontalTrackDrawable = global::DotnetPush.Droid.Resource.Attribute.fastScrollHorizontalTrackDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollVerticalThumbDrawable = global::DotnetPush.Droid.Resource.Attribute.fastScrollVerticalThumbDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fastScrollVerticalTrackDrawable = global::DotnetPush.Droid.Resource.Attribute.fastScrollVerticalTrackDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.firstBaselineToTopHeight = global::DotnetPush.Droid.Resource.Attribute.firstBaselineToTopHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.floatingActionButtonStyle = global::DotnetPush.Droid.Resource.Attribute.floatingActionButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.font = global::DotnetPush.Droid.Resource.Attribute.font;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontFamily = global::DotnetPush.Droid.Resource.Attribute.fontFamily;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderAuthority = global::DotnetPush.Droid.Resource.Attribute.fontProviderAuthority;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderCerts = global::DotnetPush.Droid.Resource.Attribute.fontProviderCerts;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderFetchStrategy = global::DotnetPush.Droid.Resource.Attribute.fontProviderFetchStrategy;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderFetchTimeout = global::DotnetPush.Droid.Resource.Attribute.fontProviderFetchTimeout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderPackage = global::DotnetPush.Droid.Resource.Attribute.fontProviderPackage;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontProviderQuery = global::DotnetPush.Droid.Resource.Attribute.fontProviderQuery;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontStyle = global::DotnetPush.Droid.Resource.Attribute.fontStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontVariationSettings = global::DotnetPush.Droid.Resource.Attribute.fontVariationSettings;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.fontWeight = global::DotnetPush.Droid.Resource.Attribute.fontWeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.foregroundInsidePadding = global::DotnetPush.Droid.Resource.Attribute.foregroundInsidePadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.gapBetweenBars = global::DotnetPush.Droid.Resource.Attribute.gapBetweenBars;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.gestureInsetBottomIgnored = global::DotnetPush.Droid.Resource.Attribute.gestureInsetBottomIgnored;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.goIcon = global::DotnetPush.Droid.Resource.Attribute.goIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.haloColor = global::DotnetPush.Droid.Resource.Attribute.haloColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.haloRadius = global::DotnetPush.Droid.Resource.Attribute.haloRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.headerLayout = global::DotnetPush.Droid.Resource.Attribute.headerLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.height = global::DotnetPush.Droid.Resource.Attribute.height;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.helperText = global::DotnetPush.Droid.Resource.Attribute.helperText;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.helperTextEnabled = global::DotnetPush.Droid.Resource.Attribute.helperTextEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.helperTextTextAppearance = global::DotnetPush.Droid.Resource.Attribute.helperTextTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.helperTextTextColor = global::DotnetPush.Droid.Resource.Attribute.helperTextTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.hideMotionSpec = global::DotnetPush.Droid.Resource.Attribute.hideMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.hideOnContentScroll = global::DotnetPush.Droid.Resource.Attribute.hideOnContentScroll;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.hideOnScroll = global::DotnetPush.Droid.Resource.Attribute.hideOnScroll;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.hintAnimationEnabled = global::DotnetPush.Droid.Resource.Attribute.hintAnimationEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.hintEnabled = global::DotnetPush.Droid.Resource.Attribute.hintEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.hintTextAppearance = global::DotnetPush.Droid.Resource.Attribute.hintTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.hintTextColor = global::DotnetPush.Droid.Resource.Attribute.hintTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.homeAsUpIndicator = global::DotnetPush.Droid.Resource.Attribute.homeAsUpIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.homeLayout = global::DotnetPush.Droid.Resource.Attribute.homeLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.horizontalOffset = global::DotnetPush.Droid.Resource.Attribute.horizontalOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.hoveredFocusedTranslationZ = global::DotnetPush.Droid.Resource.Attribute.hoveredFocusedTranslationZ;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.icon = global::DotnetPush.Droid.Resource.Attribute.icon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconEndPadding = global::DotnetPush.Droid.Resource.Attribute.iconEndPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconGravity = global::DotnetPush.Droid.Resource.Attribute.iconGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconifiedByDefault = global::DotnetPush.Droid.Resource.Attribute.iconifiedByDefault;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconPadding = global::DotnetPush.Droid.Resource.Attribute.iconPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconSize = global::DotnetPush.Droid.Resource.Attribute.iconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconStartPadding = global::DotnetPush.Droid.Resource.Attribute.iconStartPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconTint = global::DotnetPush.Droid.Resource.Attribute.iconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.iconTintMode = global::DotnetPush.Droid.Resource.Attribute.iconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.imageButtonStyle = global::DotnetPush.Droid.Resource.Attribute.imageButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.indeterminateProgressStyle = global::DotnetPush.Droid.Resource.Attribute.indeterminateProgressStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.initialActivityCount = global::DotnetPush.Droid.Resource.Attribute.initialActivityCount;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.insetForeground = global::DotnetPush.Droid.Resource.Attribute.insetForeground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.isLightTheme = global::DotnetPush.Droid.Resource.Attribute.isLightTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.isMaterialTheme = global::DotnetPush.Droid.Resource.Attribute.isMaterialTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemBackground = global::DotnetPush.Droid.Resource.Attribute.itemBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemFillColor = global::DotnetPush.Droid.Resource.Attribute.itemFillColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemHorizontalPadding = global::DotnetPush.Droid.Resource.Attribute.itemHorizontalPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemHorizontalTranslationEnabled = global::DotnetPush.Droid.Resource.Attribute.itemHorizontalTranslationEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemIconPadding = global::DotnetPush.Droid.Resource.Attribute.itemIconPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemIconSize = global::DotnetPush.Droid.Resource.Attribute.itemIconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemIconTint = global::DotnetPush.Droid.Resource.Attribute.itemIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemMaxLines = global::DotnetPush.Droid.Resource.Attribute.itemMaxLines;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemPadding = global::DotnetPush.Droid.Resource.Attribute.itemPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemRippleColor = global::DotnetPush.Droid.Resource.Attribute.itemRippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeAppearance = global::DotnetPush.Droid.Resource.Attribute.itemShapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Attribute.itemShapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeFillColor = global::DotnetPush.Droid.Resource.Attribute.itemShapeFillColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeInsetBottom = global::DotnetPush.Droid.Resource.Attribute.itemShapeInsetBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeInsetEnd = global::DotnetPush.Droid.Resource.Attribute.itemShapeInsetEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeInsetStart = global::DotnetPush.Droid.Resource.Attribute.itemShapeInsetStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemShapeInsetTop = global::DotnetPush.Droid.Resource.Attribute.itemShapeInsetTop;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemSpacing = global::DotnetPush.Droid.Resource.Attribute.itemSpacing;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemStrokeColor = global::DotnetPush.Droid.Resource.Attribute.itemStrokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemStrokeWidth = global::DotnetPush.Droid.Resource.Attribute.itemStrokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemTextAppearance = global::DotnetPush.Droid.Resource.Attribute.itemTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemTextAppearanceActive = global::DotnetPush.Droid.Resource.Attribute.itemTextAppearanceActive;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemTextAppearanceInactive = global::DotnetPush.Droid.Resource.Attribute.itemTextAppearanceInactive;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.itemTextColor = global::DotnetPush.Droid.Resource.Attribute.itemTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.keylines = global::DotnetPush.Droid.Resource.Attribute.keylines;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.labelBehavior = global::DotnetPush.Droid.Resource.Attribute.labelBehavior;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.labelStyle = global::DotnetPush.Droid.Resource.Attribute.labelStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.labelVisibilityMode = global::DotnetPush.Droid.Resource.Attribute.labelVisibilityMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.lastBaselineToBottomHeight = global::DotnetPush.Droid.Resource.Attribute.lastBaselineToBottomHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout = global::DotnetPush.Droid.Resource.Attribute.layout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layoutManager = global::DotnetPush.Droid.Resource.Attribute.layoutManager;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_anchor = global::DotnetPush.Droid.Resource.Attribute.layout_anchor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_anchorGravity = global::DotnetPush.Droid.Resource.Attribute.layout_anchorGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_behavior = global::DotnetPush.Droid.Resource.Attribute.layout_behavior;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_collapseMode = global::DotnetPush.Droid.Resource.Attribute.layout_collapseMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_collapseParallaxMultiplier = global::DotnetPush.Droid.Resource.Attribute.layout_collapseParallaxMultiplier;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_dodgeInsetEdges = global::DotnetPush.Droid.Resource.Attribute.layout_dodgeInsetEdges;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_insetEdge = global::DotnetPush.Droid.Resource.Attribute.layout_insetEdge;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_keyline = global::DotnetPush.Droid.Resource.Attribute.layout_keyline;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_scrollFlags = global::DotnetPush.Droid.Resource.Attribute.layout_scrollFlags;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.layout_scrollInterpolator = global::DotnetPush.Droid.Resource.Attribute.layout_scrollInterpolator;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.liftOnScroll = global::DotnetPush.Droid.Resource.Attribute.liftOnScroll;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.liftOnScrollTargetViewId = global::DotnetPush.Droid.Resource.Attribute.liftOnScrollTargetViewId;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.lineHeight = global::DotnetPush.Droid.Resource.Attribute.lineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.lineSpacing = global::DotnetPush.Droid.Resource.Attribute.lineSpacing;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listChoiceBackgroundIndicator = global::DotnetPush.Droid.Resource.Attribute.listChoiceBackgroundIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listChoiceIndicatorMultipleAnimated = global::DotnetPush.Droid.Resource.Attribute.listChoiceIndicatorMultipleAnimated;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listChoiceIndicatorSingleAnimated = global::DotnetPush.Droid.Resource.Attribute.listChoiceIndicatorSingleAnimated;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listDividerAlertDialog = global::DotnetPush.Droid.Resource.Attribute.listDividerAlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listItemLayout = global::DotnetPush.Droid.Resource.Attribute.listItemLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listLayout = global::DotnetPush.Droid.Resource.Attribute.listLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listMenuViewStyle = global::DotnetPush.Droid.Resource.Attribute.listMenuViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPopupWindowStyle = global::DotnetPush.Droid.Resource.Attribute.listPopupWindowStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemHeight = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemHeightLarge = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemHeightLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemHeightSmall = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemHeightSmall;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemPaddingEnd = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemPaddingEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemPaddingLeft = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemPaddingLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemPaddingRight = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemPaddingRight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.listPreferredItemPaddingStart = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemPaddingStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.logo = global::DotnetPush.Droid.Resource.Attribute.logo;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.logoDescription = global::DotnetPush.Droid.Resource.Attribute.logoDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogBodyTextStyle = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogBodyTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogTheme = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogTitleIconStyle = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogTitleIconStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogTitlePanelStyle = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogTitlePanelStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialAlertDialogTitleTextStyle = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogTitleTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialButtonOutlinedStyle = global::DotnetPush.Droid.Resource.Attribute.materialButtonOutlinedStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialButtonStyle = global::DotnetPush.Droid.Resource.Attribute.materialButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialButtonToggleGroupStyle = global::DotnetPush.Droid.Resource.Attribute.materialButtonToggleGroupStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarDay = global::DotnetPush.Droid.Resource.Attribute.materialCalendarDay;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarFullscreenTheme = global::DotnetPush.Droid.Resource.Attribute.materialCalendarFullscreenTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderConfirmButton = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderConfirmButton;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderDivider = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderDivider;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderLayout = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderSelection = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderSelection;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderTitle = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarHeaderToggleButton = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderToggleButton;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarStyle = global::DotnetPush.Droid.Resource.Attribute.materialCalendarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCalendarTheme = global::DotnetPush.Droid.Resource.Attribute.materialCalendarTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialCardViewStyle = global::DotnetPush.Droid.Resource.Attribute.materialCardViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.materialThemeOverlay = global::DotnetPush.Droid.Resource.Attribute.materialThemeOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxActionInlineWidth = global::DotnetPush.Droid.Resource.Attribute.maxActionInlineWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxButtonHeight = global::DotnetPush.Droid.Resource.Attribute.maxButtonHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxCharacterCount = global::DotnetPush.Droid.Resource.Attribute.maxCharacterCount;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxImageSize = global::DotnetPush.Droid.Resource.Attribute.maxImageSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.maxLines = global::DotnetPush.Droid.Resource.Attribute.maxLines;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.measureWithLargestChild = global::DotnetPush.Droid.Resource.Attribute.measureWithLargestChild;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.menu = global::DotnetPush.Droid.Resource.Attribute.menu;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.minTouchTargetSize = global::DotnetPush.Droid.Resource.Attribute.minTouchTargetSize;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.multiChoiceItemLayout = global::DotnetPush.Droid.Resource.Attribute.multiChoiceItemLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationContentDescription = global::DotnetPush.Droid.Resource.Attribute.navigationContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationIcon = global::DotnetPush.Droid.Resource.Attribute.navigationIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationMode = global::DotnetPush.Droid.Resource.Attribute.navigationMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.navigationViewStyle = global::DotnetPush.Droid.Resource.Attribute.navigationViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.number = global::DotnetPush.Droid.Resource.Attribute.number;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.numericModifiers = global::DotnetPush.Droid.Resource.Attribute.numericModifiers;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.overlapAnchor = global::DotnetPush.Droid.Resource.Attribute.overlapAnchor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingBottomNoButtons = global::DotnetPush.Droid.Resource.Attribute.paddingBottomNoButtons;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingBottomSystemWindowInsets = global::DotnetPush.Droid.Resource.Attribute.paddingBottomSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingEnd = global::DotnetPush.Droid.Resource.Attribute.paddingEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingLeftSystemWindowInsets = global::DotnetPush.Droid.Resource.Attribute.paddingLeftSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingRightSystemWindowInsets = global::DotnetPush.Droid.Resource.Attribute.paddingRightSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingStart = global::DotnetPush.Droid.Resource.Attribute.paddingStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.paddingTopNoTitle = global::DotnetPush.Droid.Resource.Attribute.paddingTopNoTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.panelBackground = global::DotnetPush.Droid.Resource.Attribute.panelBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.panelMenuListTheme = global::DotnetPush.Droid.Resource.Attribute.panelMenuListTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.panelMenuListWidth = global::DotnetPush.Droid.Resource.Attribute.panelMenuListWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleContentDescription = global::DotnetPush.Droid.Resource.Attribute.passwordToggleContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleDrawable = global::DotnetPush.Droid.Resource.Attribute.passwordToggleDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleEnabled = global::DotnetPush.Droid.Resource.Attribute.passwordToggleEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleTint = global::DotnetPush.Droid.Resource.Attribute.passwordToggleTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.passwordToggleTintMode = global::DotnetPush.Droid.Resource.Attribute.passwordToggleTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.placeholderText = global::DotnetPush.Droid.Resource.Attribute.placeholderText;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.placeholderTextAppearance = global::DotnetPush.Droid.Resource.Attribute.placeholderTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.placeholderTextColor = global::DotnetPush.Droid.Resource.Attribute.placeholderTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.popupMenuBackground = global::DotnetPush.Droid.Resource.Attribute.popupMenuBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.popupMenuStyle = global::DotnetPush.Droid.Resource.Attribute.popupMenuStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.popupTheme = global::DotnetPush.Droid.Resource.Attribute.popupTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.popupWindowStyle = global::DotnetPush.Droid.Resource.Attribute.popupWindowStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.prefixText = global::DotnetPush.Droid.Resource.Attribute.prefixText;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.prefixTextAppearance = global::DotnetPush.Droid.Resource.Attribute.prefixTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.prefixTextColor = global::DotnetPush.Droid.Resource.Attribute.prefixTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.preserveIconSpacing = global::DotnetPush.Droid.Resource.Attribute.preserveIconSpacing;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.pressedTranslationZ = global::DotnetPush.Droid.Resource.Attribute.pressedTranslationZ;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.progressBarPadding = global::DotnetPush.Droid.Resource.Attribute.progressBarPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.progressBarStyle = global::DotnetPush.Droid.Resource.Attribute.progressBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.queryBackground = global::DotnetPush.Droid.Resource.Attribute.queryBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.queryHint = global::DotnetPush.Droid.Resource.Attribute.queryHint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.radioButtonStyle = global::DotnetPush.Droid.Resource.Attribute.radioButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.rangeFillColor = global::DotnetPush.Droid.Resource.Attribute.rangeFillColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.ratingBarStyle = global::DotnetPush.Droid.Resource.Attribute.ratingBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.ratingBarStyleIndicator = global::DotnetPush.Droid.Resource.Attribute.ratingBarStyleIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.ratingBarStyleSmall = global::DotnetPush.Droid.Resource.Attribute.ratingBarStyleSmall;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.recyclerViewStyle = global::DotnetPush.Droid.Resource.Attribute.recyclerViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.reverseLayout = global::DotnetPush.Droid.Resource.Attribute.reverseLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.rippleColor = global::DotnetPush.Droid.Resource.Attribute.rippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.scrimAnimationDuration = global::DotnetPush.Droid.Resource.Attribute.scrimAnimationDuration;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.scrimBackground = global::DotnetPush.Droid.Resource.Attribute.scrimBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.scrimVisibleHeightTrigger = global::DotnetPush.Droid.Resource.Attribute.scrimVisibleHeightTrigger;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.scrollViewStyle = global::DotnetPush.Droid.Resource.Attribute.scrollViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.searchHintIcon = global::DotnetPush.Droid.Resource.Attribute.searchHintIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.searchIcon = global::DotnetPush.Droid.Resource.Attribute.searchIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.searchViewStyle = global::DotnetPush.Droid.Resource.Attribute.searchViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.seekBarStyle = global::DotnetPush.Droid.Resource.Attribute.seekBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.selectableItemBackground = global::DotnetPush.Droid.Resource.Attribute.selectableItemBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.selectableItemBackgroundBorderless = global::DotnetPush.Droid.Resource.Attribute.selectableItemBackgroundBorderless;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.selectionRequired = global::DotnetPush.Droid.Resource.Attribute.selectionRequired;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearance = global::DotnetPush.Droid.Resource.Attribute.shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearanceLargeComponent = global::DotnetPush.Droid.Resource.Attribute.shapeAppearanceLargeComponent;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearanceMediumComponent = global::DotnetPush.Droid.Resource.Attribute.shapeAppearanceMediumComponent;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Attribute.shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.shapeAppearanceSmallComponent = global::DotnetPush.Droid.Resource.Attribute.shapeAppearanceSmallComponent;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.showAsAction = global::DotnetPush.Droid.Resource.Attribute.showAsAction;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.showDividers = global::DotnetPush.Droid.Resource.Attribute.showDividers;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.showMotionSpec = global::DotnetPush.Droid.Resource.Attribute.showMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.showText = global::DotnetPush.Droid.Resource.Attribute.showText;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.showTitle = global::DotnetPush.Droid.Resource.Attribute.showTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.shrinkMotionSpec = global::DotnetPush.Droid.Resource.Attribute.shrinkMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.singleChoiceItemLayout = global::DotnetPush.Droid.Resource.Attribute.singleChoiceItemLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.singleLine = global::DotnetPush.Droid.Resource.Attribute.singleLine;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.singleSelection = global::DotnetPush.Droid.Resource.Attribute.singleSelection;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.sliderStyle = global::DotnetPush.Droid.Resource.Attribute.sliderStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.snackbarButtonStyle = global::DotnetPush.Droid.Resource.Attribute.snackbarButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.snackbarStyle = global::DotnetPush.Droid.Resource.Attribute.snackbarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.snackbarTextViewStyle = global::DotnetPush.Droid.Resource.Attribute.snackbarTextViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.spanCount = global::DotnetPush.Droid.Resource.Attribute.spanCount;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.spinBars = global::DotnetPush.Droid.Resource.Attribute.spinBars;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.spinnerDropDownItemStyle = global::DotnetPush.Droid.Resource.Attribute.spinnerDropDownItemStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.spinnerStyle = global::DotnetPush.Droid.Resource.Attribute.spinnerStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.splitTrack = global::DotnetPush.Droid.Resource.Attribute.splitTrack;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.srcCompat = global::DotnetPush.Droid.Resource.Attribute.srcCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.stackFromEnd = global::DotnetPush.Droid.Resource.Attribute.stackFromEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconCheckable = global::DotnetPush.Droid.Resource.Attribute.startIconCheckable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconContentDescription = global::DotnetPush.Droid.Resource.Attribute.startIconContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconDrawable = global::DotnetPush.Droid.Resource.Attribute.startIconDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconTint = global::DotnetPush.Droid.Resource.Attribute.startIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.startIconTintMode = global::DotnetPush.Droid.Resource.Attribute.startIconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_above_anchor = global::DotnetPush.Droid.Resource.Attribute.state_above_anchor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_collapsed = global::DotnetPush.Droid.Resource.Attribute.state_collapsed;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_collapsible = global::DotnetPush.Droid.Resource.Attribute.state_collapsible;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_dragged = global::DotnetPush.Droid.Resource.Attribute.state_dragged;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_liftable = global::DotnetPush.Droid.Resource.Attribute.state_liftable;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.state_lifted = global::DotnetPush.Droid.Resource.Attribute.state_lifted;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.statusBarBackground = global::DotnetPush.Droid.Resource.Attribute.statusBarBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.statusBarForeground = global::DotnetPush.Droid.Resource.Attribute.statusBarForeground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.statusBarScrim = global::DotnetPush.Droid.Resource.Attribute.statusBarScrim;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.strokeColor = global::DotnetPush.Droid.Resource.Attribute.strokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.strokeWidth = global::DotnetPush.Droid.Resource.Attribute.strokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.subMenuArrow = global::DotnetPush.Droid.Resource.Attribute.subMenuArrow;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.submitBackground = global::DotnetPush.Droid.Resource.Attribute.submitBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitle = global::DotnetPush.Droid.Resource.Attribute.subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitleTextAppearance = global::DotnetPush.Droid.Resource.Attribute.subtitleTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitleTextColor = global::DotnetPush.Droid.Resource.Attribute.subtitleTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.subtitleTextStyle = global::DotnetPush.Droid.Resource.Attribute.subtitleTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.suffixText = global::DotnetPush.Droid.Resource.Attribute.suffixText;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.suffixTextAppearance = global::DotnetPush.Droid.Resource.Attribute.suffixTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.suffixTextColor = global::DotnetPush.Droid.Resource.Attribute.suffixTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.suggestionRowLayout = global::DotnetPush.Droid.Resource.Attribute.suggestionRowLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor = global::DotnetPush.Droid.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.switchMinWidth = global::DotnetPush.Droid.Resource.Attribute.switchMinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.switchPadding = global::DotnetPush.Droid.Resource.Attribute.switchPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.switchStyle = global::DotnetPush.Droid.Resource.Attribute.switchStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.switchTextAppearance = global::DotnetPush.Droid.Resource.Attribute.switchTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabBackground = global::DotnetPush.Droid.Resource.Attribute.tabBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabContentStart = global::DotnetPush.Droid.Resource.Attribute.tabContentStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabGravity = global::DotnetPush.Droid.Resource.Attribute.tabGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIconTint = global::DotnetPush.Droid.Resource.Attribute.tabIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIconTintMode = global::DotnetPush.Droid.Resource.Attribute.tabIconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicator = global::DotnetPush.Droid.Resource.Attribute.tabIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorAnimationDuration = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorAnimationDuration;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorColor = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorFullWidth = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorFullWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorGravity = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabIndicatorHeight = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabInlineLabel = global::DotnetPush.Droid.Resource.Attribute.tabInlineLabel;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabMaxWidth = global::DotnetPush.Droid.Resource.Attribute.tabMaxWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabMinWidth = global::DotnetPush.Droid.Resource.Attribute.tabMinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabMode = global::DotnetPush.Droid.Resource.Attribute.tabMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPadding = global::DotnetPush.Droid.Resource.Attribute.tabPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPaddingBottom = global::DotnetPush.Droid.Resource.Attribute.tabPaddingBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPaddingEnd = global::DotnetPush.Droid.Resource.Attribute.tabPaddingEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPaddingStart = global::DotnetPush.Droid.Resource.Attribute.tabPaddingStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabPaddingTop = global::DotnetPush.Droid.Resource.Attribute.tabPaddingTop;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabRippleColor = global::DotnetPush.Droid.Resource.Attribute.tabRippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabSelectedTextColor = global::DotnetPush.Droid.Resource.Attribute.tabSelectedTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabStyle = global::DotnetPush.Droid.Resource.Attribute.tabStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabTextAppearance = global::DotnetPush.Droid.Resource.Attribute.tabTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabTextColor = global::DotnetPush.Droid.Resource.Attribute.tabTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tabUnboundedRipple = global::DotnetPush.Droid.Resource.Attribute.tabUnboundedRipple;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAllCaps = global::DotnetPush.Droid.Resource.Attribute.textAllCaps;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceBody1 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceBody1;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceBody2 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceBody2;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceButton = global::DotnetPush.Droid.Resource.Attribute.textAppearanceButton;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceCaption = global::DotnetPush.Droid.Resource.Attribute.textAppearanceCaption;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline1 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline1;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline2 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline2;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline3 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline3;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline4 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline4;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline5 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline5;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceHeadline6 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline6;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceLargePopupMenu = global::DotnetPush.Droid.Resource.Attribute.textAppearanceLargePopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceLineHeightEnabled = global::DotnetPush.Droid.Resource.Attribute.textAppearanceLineHeightEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceListItem = global::DotnetPush.Droid.Resource.Attribute.textAppearanceListItem;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceListItemSecondary = global::DotnetPush.Droid.Resource.Attribute.textAppearanceListItemSecondary;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceListItemSmall = global::DotnetPush.Droid.Resource.Attribute.textAppearanceListItemSmall;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceOverline = global::DotnetPush.Droid.Resource.Attribute.textAppearanceOverline;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearancePopupMenuHeader = global::DotnetPush.Droid.Resource.Attribute.textAppearancePopupMenuHeader;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSearchResultSubtitle = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSearchResultSubtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSearchResultTitle = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSearchResultTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSmallPopupMenu = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSmallPopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSubtitle1 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSubtitle1;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textAppearanceSubtitle2 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSubtitle2;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textColorAlertDialogListItem = global::DotnetPush.Droid.Resource.Attribute.textColorAlertDialogListItem;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textColorSearchUrl = global::DotnetPush.Droid.Resource.Attribute.textColorSearchUrl;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textEndPadding = global::DotnetPush.Droid.Resource.Attribute.textEndPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textInputLayoutFocusedRectEnabled = global::DotnetPush.Droid.Resource.Attribute.textInputLayoutFocusedRectEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textInputStyle = global::DotnetPush.Droid.Resource.Attribute.textInputStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textLocale = global::DotnetPush.Droid.Resource.Attribute.textLocale;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.textStartPadding = global::DotnetPush.Droid.Resource.Attribute.textStartPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.theme = global::DotnetPush.Droid.Resource.Attribute.theme;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.themeLineHeight = global::DotnetPush.Droid.Resource.Attribute.themeLineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.thickness = global::DotnetPush.Droid.Resource.Attribute.thickness;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbColor = global::DotnetPush.Droid.Resource.Attribute.thumbColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbElevation = global::DotnetPush.Droid.Resource.Attribute.thumbElevation;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbRadius = global::DotnetPush.Droid.Resource.Attribute.thumbRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbTextPadding = global::DotnetPush.Droid.Resource.Attribute.thumbTextPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbTint = global::DotnetPush.Droid.Resource.Attribute.thumbTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.thumbTintMode = global::DotnetPush.Droid.Resource.Attribute.thumbTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickColor = global::DotnetPush.Droid.Resource.Attribute.tickColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickColorActive = global::DotnetPush.Droid.Resource.Attribute.tickColorActive;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickColorInactive = global::DotnetPush.Droid.Resource.Attribute.tickColorInactive;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickMark = global::DotnetPush.Droid.Resource.Attribute.tickMark;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickMarkTint = global::DotnetPush.Droid.Resource.Attribute.tickMarkTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tickMarkTintMode = global::DotnetPush.Droid.Resource.Attribute.tickMarkTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tint = global::DotnetPush.Droid.Resource.Attribute.tint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tintMode = global::DotnetPush.Droid.Resource.Attribute.tintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.title = global::DotnetPush.Droid.Resource.Attribute.title;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleEnabled = global::DotnetPush.Droid.Resource.Attribute.titleEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMargin = global::DotnetPush.Droid.Resource.Attribute.titleMargin;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginBottom = global::DotnetPush.Droid.Resource.Attribute.titleMarginBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginEnd = global::DotnetPush.Droid.Resource.Attribute.titleMarginEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMargins = global::DotnetPush.Droid.Resource.Attribute.titleMargins;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginStart = global::DotnetPush.Droid.Resource.Attribute.titleMarginStart;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleMarginTop = global::DotnetPush.Droid.Resource.Attribute.titleMarginTop;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextAppearance = global::DotnetPush.Droid.Resource.Attribute.titleTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextColor = global::DotnetPush.Droid.Resource.Attribute.titleTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.titleTextStyle = global::DotnetPush.Droid.Resource.Attribute.titleTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.toolbarId = global::DotnetPush.Droid.Resource.Attribute.toolbarId;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.toolbarNavigationButtonStyle = global::DotnetPush.Droid.Resource.Attribute.toolbarNavigationButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.toolbarStyle = global::DotnetPush.Droid.Resource.Attribute.toolbarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tooltipForegroundColor = global::DotnetPush.Droid.Resource.Attribute.tooltipForegroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tooltipFrameBackground = global::DotnetPush.Droid.Resource.Attribute.tooltipFrameBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tooltipStyle = global::DotnetPush.Droid.Resource.Attribute.tooltipStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.tooltipText = global::DotnetPush.Droid.Resource.Attribute.tooltipText;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.track = global::DotnetPush.Droid.Resource.Attribute.track;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackColor = global::DotnetPush.Droid.Resource.Attribute.trackColor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackColorActive = global::DotnetPush.Droid.Resource.Attribute.trackColorActive;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackColorInactive = global::DotnetPush.Droid.Resource.Attribute.trackColorInactive;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackHeight = global::DotnetPush.Droid.Resource.Attribute.trackHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackTint = global::DotnetPush.Droid.Resource.Attribute.trackTint;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.trackTintMode = global::DotnetPush.Droid.Resource.Attribute.trackTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.transitionShapeAppearance = global::DotnetPush.Droid.Resource.Attribute.transitionShapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.ttcIndex = global::DotnetPush.Droid.Resource.Attribute.ttcIndex;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.useCompatPadding = global::DotnetPush.Droid.Resource.Attribute.useCompatPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.useMaterialThemeColors = global::DotnetPush.Droid.Resource.Attribute.useMaterialThemeColors;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.values = global::DotnetPush.Droid.Resource.Attribute.values;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.verticalOffset = global::DotnetPush.Droid.Resource.Attribute.verticalOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.viewInflaterClass = global::DotnetPush.Droid.Resource.Attribute.viewInflaterClass;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.voiceIcon = global::DotnetPush.Droid.Resource.Attribute.voiceIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowActionBar = global::DotnetPush.Droid.Resource.Attribute.windowActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowActionBarOverlay = global::DotnetPush.Droid.Resource.Attribute.windowActionBarOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowActionModeOverlay = global::DotnetPush.Droid.Resource.Attribute.windowActionModeOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowFixedHeightMajor = global::DotnetPush.Droid.Resource.Attribute.windowFixedHeightMajor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowFixedHeightMinor = global::DotnetPush.Droid.Resource.Attribute.windowFixedHeightMinor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowFixedWidthMajor = global::DotnetPush.Droid.Resource.Attribute.windowFixedWidthMajor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowFixedWidthMinor = global::DotnetPush.Droid.Resource.Attribute.windowFixedWidthMinor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowMinWidthMajor = global::DotnetPush.Droid.Resource.Attribute.windowMinWidthMajor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowMinWidthMinor = global::DotnetPush.Droid.Resource.Attribute.windowMinWidthMinor;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.windowNoTitle = global::DotnetPush.Droid.Resource.Attribute.windowNoTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.yearSelectedStyle = global::DotnetPush.Droid.Resource.Attribute.yearSelectedStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.yearStyle = global::DotnetPush.Droid.Resource.Attribute.yearStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Attribute.yearTodayStyle = global::DotnetPush.Droid.Resource.Attribute.yearTodayStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Boolean.abc_action_bar_embed_tabs = global::DotnetPush.Droid.Resource.Boolean.abc_action_bar_embed_tabs;
- global::Xamarin.Forms.Platform.Android.Resource.Boolean.abc_allow_stacked_button_bar = global::DotnetPush.Droid.Resource.Boolean.abc_allow_stacked_button_bar;
- global::Xamarin.Forms.Platform.Android.Resource.Boolean.abc_config_actionMenuItemAllCaps = global::DotnetPush.Droid.Resource.Boolean.abc_config_actionMenuItemAllCaps;
- global::Xamarin.Forms.Platform.Android.Resource.Boolean.mtrl_btn_textappearance_all_caps = global::DotnetPush.Droid.Resource.Boolean.mtrl_btn_textappearance_all_caps;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_background_cache_hint_selector_material_dark = global::DotnetPush.Droid.Resource.Color.abc_background_cache_hint_selector_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_background_cache_hint_selector_material_light = global::DotnetPush.Droid.Resource.Color.abc_background_cache_hint_selector_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_btn_colored_borderless_text_material = global::DotnetPush.Droid.Resource.Color.abc_btn_colored_borderless_text_material;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_btn_colored_text_material = global::DotnetPush.Droid.Resource.Color.abc_btn_colored_text_material;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_color_highlight_material = global::DotnetPush.Droid.Resource.Color.abc_color_highlight_material;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_decor_view_status_guard = global::DotnetPush.Droid.Resource.Color.abc_decor_view_status_guard;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_decor_view_status_guard_light = global::DotnetPush.Droid.Resource.Color.abc_decor_view_status_guard_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_hint_foreground_material_dark = global::DotnetPush.Droid.Resource.Color.abc_hint_foreground_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_hint_foreground_material_light = global::DotnetPush.Droid.Resource.Color.abc_hint_foreground_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_primary_text_disable_only_material_dark = global::DotnetPush.Droid.Resource.Color.abc_primary_text_disable_only_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_primary_text_disable_only_material_light = global::DotnetPush.Droid.Resource.Color.abc_primary_text_disable_only_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_primary_text_material_dark = global::DotnetPush.Droid.Resource.Color.abc_primary_text_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_primary_text_material_light = global::DotnetPush.Droid.Resource.Color.abc_primary_text_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_search_url_text = global::DotnetPush.Droid.Resource.Color.abc_search_url_text;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_search_url_text_normal = global::DotnetPush.Droid.Resource.Color.abc_search_url_text_normal;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_search_url_text_pressed = global::DotnetPush.Droid.Resource.Color.abc_search_url_text_pressed;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_search_url_text_selected = global::DotnetPush.Droid.Resource.Color.abc_search_url_text_selected;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_secondary_text_material_dark = global::DotnetPush.Droid.Resource.Color.abc_secondary_text_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_secondary_text_material_light = global::DotnetPush.Droid.Resource.Color.abc_secondary_text_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_btn_checkable = global::DotnetPush.Droid.Resource.Color.abc_tint_btn_checkable;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_default = global::DotnetPush.Droid.Resource.Color.abc_tint_default;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_edittext = global::DotnetPush.Droid.Resource.Color.abc_tint_edittext;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_seek_thumb = global::DotnetPush.Droid.Resource.Color.abc_tint_seek_thumb;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_spinner = global::DotnetPush.Droid.Resource.Color.abc_tint_spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Color.abc_tint_switch_track = global::DotnetPush.Droid.Resource.Color.abc_tint_switch_track;
- global::Xamarin.Forms.Platform.Android.Resource.Color.accent_material_dark = global::DotnetPush.Droid.Resource.Color.accent_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.accent_material_light = global::DotnetPush.Droid.Resource.Color.accent_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.androidx_core_ripple_material_light = global::DotnetPush.Droid.Resource.Color.androidx_core_ripple_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.androidx_core_secondary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.androidx_core_secondary_text_default_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.background_floating_material_dark = global::DotnetPush.Droid.Resource.Color.background_floating_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.background_floating_material_light = global::DotnetPush.Droid.Resource.Color.background_floating_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.background_material_dark = global::DotnetPush.Droid.Resource.Color.background_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.background_material_light = global::DotnetPush.Droid.Resource.Color.background_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.bright_foreground_disabled_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_disabled_material_light = global::DotnetPush.Droid.Resource.Color.bright_foreground_disabled_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_inverse_material_dark = global::DotnetPush.Droid.Resource.Color.bright_foreground_inverse_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_inverse_material_light = global::DotnetPush.Droid.Resource.Color.bright_foreground_inverse_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_material_dark = global::DotnetPush.Droid.Resource.Color.bright_foreground_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.bright_foreground_material_light = global::DotnetPush.Droid.Resource.Color.bright_foreground_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.button_material_dark = global::DotnetPush.Droid.Resource.Color.button_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.button_material_light = global::DotnetPush.Droid.Resource.Color.button_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.cardview_dark_background = global::DotnetPush.Droid.Resource.Color.cardview_dark_background;
- global::Xamarin.Forms.Platform.Android.Resource.Color.cardview_light_background = global::DotnetPush.Droid.Resource.Color.cardview_light_background;
- global::Xamarin.Forms.Platform.Android.Resource.Color.cardview_shadow_end_color = global::DotnetPush.Droid.Resource.Color.cardview_shadow_end_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.cardview_shadow_start_color = global::DotnetPush.Droid.Resource.Color.cardview_shadow_start_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.checkbox_themeable_attribute_color = global::DotnetPush.Droid.Resource.Color.checkbox_themeable_attribute_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_bottom_navigation_shadow_color = global::DotnetPush.Droid.Resource.Color.design_bottom_navigation_shadow_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_box_stroke_color = global::DotnetPush.Droid.Resource.Color.design_box_stroke_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_background = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_background;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_error = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_error;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_background = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_background;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_error = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_error;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_primary = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_primary;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_secondary = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_secondary;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_on_surface = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_surface;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_primary = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_primary;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_primary_dark = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_primary_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_primary_variant = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_primary_variant;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_secondary = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_secondary;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_secondary_variant = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_secondary_variant;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_dark_default_color_surface = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_surface;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_background = global::DotnetPush.Droid.Resource.Color.design_default_color_background;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_error = global::DotnetPush.Droid.Resource.Color.design_default_color_error;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_background = global::DotnetPush.Droid.Resource.Color.design_default_color_on_background;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_error = global::DotnetPush.Droid.Resource.Color.design_default_color_on_error;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_primary = global::DotnetPush.Droid.Resource.Color.design_default_color_on_primary;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_secondary = global::DotnetPush.Droid.Resource.Color.design_default_color_on_secondary;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_on_surface = global::DotnetPush.Droid.Resource.Color.design_default_color_on_surface;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_primary = global::DotnetPush.Droid.Resource.Color.design_default_color_primary;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_primary_dark = global::DotnetPush.Droid.Resource.Color.design_default_color_primary_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_primary_variant = global::DotnetPush.Droid.Resource.Color.design_default_color_primary_variant;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_secondary = global::DotnetPush.Droid.Resource.Color.design_default_color_secondary;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_secondary_variant = global::DotnetPush.Droid.Resource.Color.design_default_color_secondary_variant;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_default_color_surface = global::DotnetPush.Droid.Resource.Color.design_default_color_surface;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_error = global::DotnetPush.Droid.Resource.Color.design_error;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_shadow_end_color = global::DotnetPush.Droid.Resource.Color.design_fab_shadow_end_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_shadow_mid_color = global::DotnetPush.Droid.Resource.Color.design_fab_shadow_mid_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_shadow_start_color = global::DotnetPush.Droid.Resource.Color.design_fab_shadow_start_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_stroke_end_inner_color = global::DotnetPush.Droid.Resource.Color.design_fab_stroke_end_inner_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_stroke_end_outer_color = global::DotnetPush.Droid.Resource.Color.design_fab_stroke_end_outer_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_stroke_top_inner_color = global::DotnetPush.Droid.Resource.Color.design_fab_stroke_top_inner_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_fab_stroke_top_outer_color = global::DotnetPush.Droid.Resource.Color.design_fab_stroke_top_outer_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_icon_tint = global::DotnetPush.Droid.Resource.Color.design_icon_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Color.design_snackbar_background_color = global::DotnetPush.Droid.Resource.Color.design_snackbar_background_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.dim_foreground_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.dim_foreground_disabled_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.dim_foreground_disabled_material_light = global::DotnetPush.Droid.Resource.Color.dim_foreground_disabled_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.dim_foreground_material_dark = global::DotnetPush.Droid.Resource.Color.dim_foreground_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.dim_foreground_material_light = global::DotnetPush.Droid.Resource.Color.dim_foreground_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.error_color_material_dark = global::DotnetPush.Droid.Resource.Color.error_color_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.error_color_material_light = global::DotnetPush.Droid.Resource.Color.error_color_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.foreground_material_dark = global::DotnetPush.Droid.Resource.Color.foreground_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.foreground_material_light = global::DotnetPush.Droid.Resource.Color.foreground_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.highlighted_text_material_dark = global::DotnetPush.Droid.Resource.Color.highlighted_text_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.highlighted_text_material_light = global::DotnetPush.Droid.Resource.Color.highlighted_text_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_blue_grey_800 = global::DotnetPush.Droid.Resource.Color.material_blue_grey_800;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_blue_grey_900 = global::DotnetPush.Droid.Resource.Color.material_blue_grey_900;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_blue_grey_950 = global::DotnetPush.Droid.Resource.Color.material_blue_grey_950;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_deep_teal_200 = global::DotnetPush.Droid.Resource.Color.material_deep_teal_200;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_deep_teal_500 = global::DotnetPush.Droid.Resource.Color.material_deep_teal_500;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_100 = global::DotnetPush.Droid.Resource.Color.material_grey_100;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_300 = global::DotnetPush.Droid.Resource.Color.material_grey_300;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_50 = global::DotnetPush.Droid.Resource.Color.material_grey_50;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_600 = global::DotnetPush.Droid.Resource.Color.material_grey_600;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_800 = global::DotnetPush.Droid.Resource.Color.material_grey_800;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_850 = global::DotnetPush.Droid.Resource.Color.material_grey_850;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_grey_900 = global::DotnetPush.Droid.Resource.Color.material_grey_900;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_background_disabled = global::DotnetPush.Droid.Resource.Color.material_on_background_disabled;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_background_emphasis_high_type = global::DotnetPush.Droid.Resource.Color.material_on_background_emphasis_high_type;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_background_emphasis_medium = global::DotnetPush.Droid.Resource.Color.material_on_background_emphasis_medium;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_primary_disabled = global::DotnetPush.Droid.Resource.Color.material_on_primary_disabled;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_primary_emphasis_high_type = global::DotnetPush.Droid.Resource.Color.material_on_primary_emphasis_high_type;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_primary_emphasis_medium = global::DotnetPush.Droid.Resource.Color.material_on_primary_emphasis_medium;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_surface_disabled = global::DotnetPush.Droid.Resource.Color.material_on_surface_disabled;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_surface_emphasis_high_type = global::DotnetPush.Droid.Resource.Color.material_on_surface_emphasis_high_type;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_surface_emphasis_medium = global::DotnetPush.Droid.Resource.Color.material_on_surface_emphasis_medium;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_on_surface_stroke = global::DotnetPush.Droid.Resource.Color.material_on_surface_stroke;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_active_tick_marks_color = global::DotnetPush.Droid.Resource.Color.material_slider_active_tick_marks_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_active_track_color = global::DotnetPush.Droid.Resource.Color.material_slider_active_track_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_halo_color = global::DotnetPush.Droid.Resource.Color.material_slider_halo_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_inactive_tick_marks_color = global::DotnetPush.Droid.Resource.Color.material_slider_inactive_tick_marks_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_inactive_track_color = global::DotnetPush.Droid.Resource.Color.material_slider_inactive_track_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.material_slider_thumb_color = global::DotnetPush.Droid.Resource.Color.material_slider_thumb_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_bottom_nav_colored_item_tint = global::DotnetPush.Droid.Resource.Color.mtrl_bottom_nav_colored_item_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_bottom_nav_colored_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_bottom_nav_colored_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_bottom_nav_item_tint = global::DotnetPush.Droid.Resource.Color.mtrl_bottom_nav_item_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_bottom_nav_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_bottom_nav_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_bg_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_btn_bg_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_btn_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_stroke_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_btn_stroke_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_text_btn_bg_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_btn_text_btn_bg_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_text_btn_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_btn_text_btn_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_text_color_disabled = global::DotnetPush.Droid.Resource.Color.mtrl_btn_text_color_disabled;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_btn_text_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_btn_transparent_bg_color = global::DotnetPush.Droid.Resource.Color.mtrl_btn_transparent_bg_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_calendar_item_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_calendar_item_stroke_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_calendar_selected_range = global::DotnetPush.Droid.Resource.Color.mtrl_calendar_selected_range;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_card_view_foreground = global::DotnetPush.Droid.Resource.Color.mtrl_card_view_foreground;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_card_view_ripple = global::DotnetPush.Droid.Resource.Color.mtrl_card_view_ripple;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_chip_background_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_close_icon_tint = global::DotnetPush.Droid.Resource.Color.mtrl_chip_close_icon_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_chip_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_surface_color = global::DotnetPush.Droid.Resource.Color.mtrl_chip_surface_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_chip_text_color = global::DotnetPush.Droid.Resource.Color.mtrl_chip_text_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_choice_chip_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_choice_chip_background_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_choice_chip_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_choice_chip_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_choice_chip_text_color = global::DotnetPush.Droid.Resource.Color.mtrl_choice_chip_text_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_error = global::DotnetPush.Droid.Resource.Color.mtrl_error;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_fab_bg_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_fab_bg_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_fab_icon_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_fab_icon_text_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_fab_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_fab_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_filled_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_filled_background_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_filled_icon_tint = global::DotnetPush.Droid.Resource.Color.mtrl_filled_icon_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_filled_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_filled_stroke_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_indicator_text_color = global::DotnetPush.Droid.Resource.Color.mtrl_indicator_text_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_item_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_navigation_item_background_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_item_icon_tint = global::DotnetPush.Droid.Resource.Color.mtrl_navigation_item_icon_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_navigation_item_text_color = global::DotnetPush.Droid.Resource.Color.mtrl_navigation_item_text_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_on_primary_text_btn_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_on_primary_text_btn_text_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_outlined_icon_tint = global::DotnetPush.Droid.Resource.Color.mtrl_outlined_icon_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_outlined_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_outlined_stroke_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_popupmenu_overlay_color = global::DotnetPush.Droid.Resource.Color.mtrl_popupmenu_overlay_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_scrim_color = global::DotnetPush.Droid.Resource.Color.mtrl_scrim_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_colored_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_colored_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_icon_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_icon_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_icon_color_selector_colored = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_icon_color_selector_colored;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_legacy_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_legacy_text_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_tabs_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_ripple_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_default_box_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_default_box_stroke_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_disabled_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_disabled_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_filled_box_default_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_filled_box_default_background_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_focused_box_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_focused_box_stroke_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_textinput_hovered_box_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_hovered_box_stroke_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.mtrl_text_btn_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_text_btn_text_color_selector;
- global::Xamarin.Forms.Platform.Android.Resource.Color.notification_action_color_filter = global::DotnetPush.Droid.Resource.Color.notification_action_color_filter;
- global::Xamarin.Forms.Platform.Android.Resource.Color.notification_icon_bg_color = global::DotnetPush.Droid.Resource.Color.notification_icon_bg_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.notification_material_background_media_default_color = global::DotnetPush.Droid.Resource.Color.notification_material_background_media_default_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.primary_dark_material_dark = global::DotnetPush.Droid.Resource.Color.primary_dark_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.primary_dark_material_light = global::DotnetPush.Droid.Resource.Color.primary_dark_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.primary_material_dark = global::DotnetPush.Droid.Resource.Color.primary_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.primary_material_light = global::DotnetPush.Droid.Resource.Color.primary_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.primary_text_default_material_dark = global::DotnetPush.Droid.Resource.Color.primary_text_default_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.primary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.primary_text_default_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.primary_text_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.primary_text_disabled_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.primary_text_disabled_material_light = global::DotnetPush.Droid.Resource.Color.primary_text_disabled_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.radiobutton_themeable_attribute_color = global::DotnetPush.Droid.Resource.Color.radiobutton_themeable_attribute_color;
- global::Xamarin.Forms.Platform.Android.Resource.Color.ripple_material_dark = global::DotnetPush.Droid.Resource.Color.ripple_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.ripple_material_light = global::DotnetPush.Droid.Resource.Color.ripple_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.secondary_text_default_material_dark = global::DotnetPush.Droid.Resource.Color.secondary_text_default_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.secondary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.secondary_text_default_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.secondary_text_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.secondary_text_disabled_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.secondary_text_disabled_material_light = global::DotnetPush.Droid.Resource.Color.secondary_text_disabled_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.switch_thumb_disabled_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_disabled_material_light = global::DotnetPush.Droid.Resource.Color.switch_thumb_disabled_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_material_dark = global::DotnetPush.Droid.Resource.Color.switch_thumb_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_material_light = global::DotnetPush.Droid.Resource.Color.switch_thumb_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_normal_material_dark = global::DotnetPush.Droid.Resource.Color.switch_thumb_normal_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.switch_thumb_normal_material_light = global::DotnetPush.Droid.Resource.Color.switch_thumb_normal_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Color.test_mtrl_calendar_day = global::DotnetPush.Droid.Resource.Color.test_mtrl_calendar_day;
- global::Xamarin.Forms.Platform.Android.Resource.Color.test_mtrl_calendar_day_selected = global::DotnetPush.Droid.Resource.Color.test_mtrl_calendar_day_selected;
- global::Xamarin.Forms.Platform.Android.Resource.Color.tooltip_background_dark = global::DotnetPush.Droid.Resource.Color.tooltip_background_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Color.tooltip_background_light = global::DotnetPush.Droid.Resource.Color.tooltip_background_light;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_content_inset_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_content_inset_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_content_inset_with_nav = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_content_inset_with_nav;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_default_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_default_height_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_default_padding_end_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_default_padding_end_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_default_padding_start_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_default_padding_start_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_elevation_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_elevation_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_icon_vertical_padding_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_icon_vertical_padding_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_overflow_padding_end_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_overflow_padding_end_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_overflow_padding_start_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_overflow_padding_start_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_stacked_max_height = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_stacked_max_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_stacked_tab_max_width = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_stacked_tab_max_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_subtitle_bottom_margin_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_subtitle_bottom_margin_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_bar_subtitle_top_margin_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_subtitle_top_margin_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_button_min_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_button_min_height_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_button_min_width_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_button_min_width_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_action_button_min_width_overflow_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_button_min_width_overflow_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_alert_dialog_button_bar_height = global::DotnetPush.Droid.Resource.Dimension.abc_alert_dialog_button_bar_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_alert_dialog_button_dimen = global::DotnetPush.Droid.Resource.Dimension.abc_alert_dialog_button_dimen;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_button_inset_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.abc_button_inset_horizontal_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_button_inset_vertical_material = global::DotnetPush.Droid.Resource.Dimension.abc_button_inset_vertical_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_button_padding_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.abc_button_padding_horizontal_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_button_padding_vertical_material = global::DotnetPush.Droid.Resource.Dimension.abc_button_padding_vertical_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_cascading_menus_min_smallest_width = global::DotnetPush.Droid.Resource.Dimension.abc_cascading_menus_min_smallest_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_config_prefDialogWidth = global::DotnetPush.Droid.Resource.Dimension.abc_config_prefDialogWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_control_corner_material = global::DotnetPush.Droid.Resource.Dimension.abc_control_corner_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_control_inset_material = global::DotnetPush.Droid.Resource.Dimension.abc_control_inset_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_control_padding_material = global::DotnetPush.Droid.Resource.Dimension.abc_control_padding_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_corner_radius_material = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_corner_radius_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_fixed_height_major = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_fixed_height_major;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_fixed_height_minor = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_fixed_height_minor;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_fixed_width_major = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_fixed_width_major;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_fixed_width_minor = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_fixed_width_minor;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_list_padding_bottom_no_buttons = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_list_padding_bottom_no_buttons;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_list_padding_top_no_title = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_list_padding_top_no_title;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_min_width_major = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_min_width_major;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_min_width_minor = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_min_width_minor;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_padding_material = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_padding_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_padding_top_material = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_padding_top_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dialog_title_divider_material = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_title_divider_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_disabled_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.abc_disabled_alpha_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_disabled_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.abc_disabled_alpha_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dropdownitem_icon_width = global::DotnetPush.Droid.Resource.Dimension.abc_dropdownitem_icon_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dropdownitem_text_padding_left = global::DotnetPush.Droid.Resource.Dimension.abc_dropdownitem_text_padding_left;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_dropdownitem_text_padding_right = global::DotnetPush.Droid.Resource.Dimension.abc_dropdownitem_text_padding_right;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_edit_text_inset_bottom_material = global::DotnetPush.Droid.Resource.Dimension.abc_edit_text_inset_bottom_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_edit_text_inset_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.abc_edit_text_inset_horizontal_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_edit_text_inset_top_material = global::DotnetPush.Droid.Resource.Dimension.abc_edit_text_inset_top_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_floating_window_z = global::DotnetPush.Droid.Resource.Dimension.abc_floating_window_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_list_item_height_large_material = global::DotnetPush.Droid.Resource.Dimension.abc_list_item_height_large_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_list_item_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_list_item_height_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_list_item_height_small_material = global::DotnetPush.Droid.Resource.Dimension.abc_list_item_height_small_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_list_item_padding_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.abc_list_item_padding_horizontal_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_panel_menu_list_width = global::DotnetPush.Droid.Resource.Dimension.abc_panel_menu_list_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_progress_bar_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_progress_bar_height_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_search_view_preferred_height = global::DotnetPush.Droid.Resource.Dimension.abc_search_view_preferred_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_search_view_preferred_width = global::DotnetPush.Droid.Resource.Dimension.abc_search_view_preferred_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_seekbar_track_background_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_seekbar_track_background_height_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_seekbar_track_progress_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_seekbar_track_progress_height_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_select_dialog_padding_start_material = global::DotnetPush.Droid.Resource.Dimension.abc_select_dialog_padding_start_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_switch_padding = global::DotnetPush.Droid.Resource.Dimension.abc_switch_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_body_1_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_body_1_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_body_2_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_body_2_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_button_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_button_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_caption_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_caption_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_display_1_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_display_1_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_display_2_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_display_2_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_display_3_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_display_3_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_display_4_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_display_4_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_headline_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_headline_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_large_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_large_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_medium_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_medium_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_menu_header_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_menu_header_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_menu_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_menu_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_small_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_small_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_subhead_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_subhead_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_subtitle_material_toolbar = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_subtitle_material_toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_title_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_title_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.abc_text_size_title_material_toolbar = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_title_material_toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.action_bar_size = global::DotnetPush.Droid.Resource.Dimension.action_bar_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.appcompat_dialog_background_inset = global::DotnetPush.Droid.Resource.Dimension.appcompat_dialog_background_inset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.cardview_compat_inset_shadow = global::DotnetPush.Droid.Resource.Dimension.cardview_compat_inset_shadow;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.cardview_default_elevation = global::DotnetPush.Droid.Resource.Dimension.cardview_default_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.cardview_default_radius = global::DotnetPush.Droid.Resource.Dimension.cardview_default_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_button_inset_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_inset_horizontal_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_button_inset_vertical_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_inset_vertical_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_button_padding_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_padding_horizontal_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_button_padding_vertical_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_padding_vertical_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_control_corner_material = global::DotnetPush.Droid.Resource.Dimension.compat_control_corner_material;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_notification_large_icon_max_height = global::DotnetPush.Droid.Resource.Dimension.compat_notification_large_icon_max_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.compat_notification_large_icon_max_width = global::DotnetPush.Droid.Resource.Dimension.compat_notification_large_icon_max_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.default_dimension = global::DotnetPush.Droid.Resource.Dimension.default_dimension;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.def_drawer_elevation = global::DotnetPush.Droid.Resource.Dimension.def_drawer_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_appbar_elevation = global::DotnetPush.Droid.Resource.Dimension.design_appbar_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_active_item_max_width = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_active_item_max_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_active_item_min_width = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_active_item_min_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_active_text_size = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_active_text_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_elevation = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_height = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_icon_size = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_icon_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_item_max_width = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_item_max_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_item_min_width = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_item_min_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_margin = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_shadow_height = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_shadow_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_navigation_text_size = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_text_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_sheet_elevation = global::DotnetPush.Droid.Resource.Dimension.design_bottom_sheet_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_sheet_modal_elevation = global::DotnetPush.Droid.Resource.Dimension.design_bottom_sheet_modal_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_bottom_sheet_peek_height_min = global::DotnetPush.Droid.Resource.Dimension.design_bottom_sheet_peek_height_min;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_border_width = global::DotnetPush.Droid.Resource.Dimension.design_fab_border_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_elevation = global::DotnetPush.Droid.Resource.Dimension.design_fab_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_image_size = global::DotnetPush.Droid.Resource.Dimension.design_fab_image_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_size_mini = global::DotnetPush.Droid.Resource.Dimension.design_fab_size_mini;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_size_normal = global::DotnetPush.Droid.Resource.Dimension.design_fab_size_normal;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_translation_z_hovered_focused = global::DotnetPush.Droid.Resource.Dimension.design_fab_translation_z_hovered_focused;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_fab_translation_z_pressed = global::DotnetPush.Droid.Resource.Dimension.design_fab_translation_z_pressed;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_elevation = global::DotnetPush.Droid.Resource.Dimension.design_navigation_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_icon_padding = global::DotnetPush.Droid.Resource.Dimension.design_navigation_icon_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_icon_size = global::DotnetPush.Droid.Resource.Dimension.design_navigation_icon_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_item_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.design_navigation_item_horizontal_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_item_icon_padding = global::DotnetPush.Droid.Resource.Dimension.design_navigation_item_icon_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_max_width = global::DotnetPush.Droid.Resource.Dimension.design_navigation_max_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_padding_bottom = global::DotnetPush.Droid.Resource.Dimension.design_navigation_padding_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_navigation_separator_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.design_navigation_separator_vertical_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_action_inline_max_width = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_action_inline_max_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_action_text_color_alpha = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_action_text_color_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_background_corner_radius = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_background_corner_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_elevation = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_extra_spacing_horizontal = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_extra_spacing_horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_max_width = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_max_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_min_width = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_min_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_padding_horizontal = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_padding_horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_padding_vertical = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_padding_vertical;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_padding_vertical_2lines = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_padding_vertical_2lines;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_snackbar_text_size = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_text_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_tab_max_width = global::DotnetPush.Droid.Resource.Dimension.design_tab_max_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_tab_scrollable_min_width = global::DotnetPush.Droid.Resource.Dimension.design_tab_scrollable_min_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_tab_text_size = global::DotnetPush.Droid.Resource.Dimension.design_tab_text_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_tab_text_size_2line = global::DotnetPush.Droid.Resource.Dimension.design_tab_text_size_2line;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.design_textinput_caption_translate_y = global::DotnetPush.Droid.Resource.Dimension.design_textinput_caption_translate_y;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.disabled_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.disabled_alpha_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.disabled_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.disabled_alpha_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.fastscroll_default_thickness = global::DotnetPush.Droid.Resource.Dimension.fastscroll_default_thickness;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.fastscroll_margin = global::DotnetPush.Droid.Resource.Dimension.fastscroll_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.fastscroll_minimum_range = global::DotnetPush.Droid.Resource.Dimension.fastscroll_minimum_range;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.highlight_alpha_material_colored = global::DotnetPush.Droid.Resource.Dimension.highlight_alpha_material_colored;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.highlight_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.highlight_alpha_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.highlight_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.highlight_alpha_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.hint_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.hint_alpha_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.hint_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.hint_alpha_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.hint_pressed_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.hint_pressed_alpha_material_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.hint_pressed_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.hint_pressed_alpha_material_light;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.item_touch_helper_max_drag_scroll_per_frame = global::DotnetPush.Droid.Resource.Dimension.item_touch_helper_max_drag_scroll_per_frame;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.item_touch_helper_swipe_escape_max_velocity = global::DotnetPush.Droid.Resource.Dimension.item_touch_helper_swipe_escape_max_velocity;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.item_touch_helper_swipe_escape_velocity = global::DotnetPush.Droid.Resource.Dimension.item_touch_helper_swipe_escape_velocity;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_emphasis_disabled = global::DotnetPush.Droid.Resource.Dimension.material_emphasis_disabled;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_emphasis_high_type = global::DotnetPush.Droid.Resource.Dimension.material_emphasis_high_type;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_emphasis_medium = global::DotnetPush.Droid.Resource.Dimension.material_emphasis_medium;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_text_view_test_line_height = global::DotnetPush.Droid.Resource.Dimension.material_text_view_test_line_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.material_text_view_test_line_height_override = global::DotnetPush.Droid.Resource.Dimension.material_text_view_test_line_height_override;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_background_inset_bottom = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_background_inset_end = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_end;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_background_inset_start = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_start;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_background_inset_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_alert_dialog_picker_background_inset = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_picker_background_inset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_horizontal_edge_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_horizontal_edge_offset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_long_text_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_long_text_horizontal_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_text_horizontal_edge_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_text_horizontal_edge_offset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_text_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_text_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_badge_with_text_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_with_text_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fabOffsetEndMode = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fabOffsetEndMode;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fab_bottom_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fab_bottom_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fab_cradle_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fab_cradle_rounded_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_rounded_corner_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_fab_cradle_vertical_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_vertical_offset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_bottomappbar_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_corner_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_dialog_btn_min_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_dialog_btn_min_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_disabled_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_disabled_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_disabled_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_disabled_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_focused_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_focused_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_hovered_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_hovered_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_icon_btn_padding_left = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_icon_btn_padding_left;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_icon_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_icon_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_inset = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_inset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_letter_spacing = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_letter_spacing;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_padding_bottom = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_padding_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_padding_left = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_padding_left;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_padding_right = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_padding_right;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_padding_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_padding_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_pressed_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_pressed_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_stroke_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_stroke_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_text_btn_icon_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_text_btn_icon_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_text_btn_padding_left = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_text_btn_padding_left;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_text_btn_padding_right = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_text_btn_padding_right;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_text_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_text_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_btn_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_action_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_action_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_action_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_action_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_bottom_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_bottom_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_content_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_content_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_days_of_week_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_days_of_week_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_corner = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_corner;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_horizontal_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_today_stroke = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_today_stroke;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_vertical_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_day_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_dialog_background_inset = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_dialog_background_inset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_content_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_content_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_content_padding_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_content_padding_fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_divider_thickness = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_divider_thickness;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_height_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_height_fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_selection_line_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_selection_line_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_text_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_text_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_toggle_margin_bottom = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_toggle_margin_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_header_toggle_margin_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_toggle_margin_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_landscape_header_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_landscape_header_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_maximum_default_fullscreen_minor_axis = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_maximum_default_fullscreen_minor_axis;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_month_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_month_horizontal_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_month_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_month_vertical_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_navigation_bottom_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_navigation_bottom_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_navigation_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_navigation_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_navigation_top_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_navigation_top_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_pre_l_text_clip_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_pre_l_text_clip_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_selection_baseline_to_top_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_selection_baseline_to_top_fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom_fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_text_input_padding_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_text_input_padding_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_title_baseline_to_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_title_baseline_to_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_title_baseline_to_top_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_title_baseline_to_top_fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_corner = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_corner;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_horizontal_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_vertical_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_calendar_year_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_checked_icon_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_checked_icon_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_checked_icon_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_checked_icon_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_corner_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_dragged_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_dragged_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_card_spacing = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_spacing;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_chip_pressed_translation_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_chip_pressed_translation_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_chip_text_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_chip_text_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_edittext_rectangle_top_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_edittext_rectangle_top_offset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_offset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_bottom_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_bottom_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_corner_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_disabled_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_disabled_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_disabled_translation_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_disabled_translation_z;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_end_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_end_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_end_padding_icon = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_end_padding_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_icon_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_icon_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_icon_text_spacing = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_icon_text_spacing;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_min_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_min_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_min_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_min_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_start_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_start_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_start_padding_icon = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_start_padding_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_top_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_top_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_translation_z_base = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_base;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_translation_z_hovered_focused = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_hovered_focused;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_extended_fab_translation_z_pressed = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_pressed;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_fab_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_fab_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_fab_min_touch_target = global::DotnetPush.Droid.Resource.Dimension.mtrl_fab_min_touch_target;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_fab_translation_z_hovered_focused = global::DotnetPush.Droid.Resource.Dimension.mtrl_fab_translation_z_hovered_focused;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_fab_translation_z_pressed = global::DotnetPush.Droid.Resource.Dimension.mtrl_fab_translation_z_pressed;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_high_ripple_default_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_high_ripple_default_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_high_ripple_focused_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_high_ripple_focused_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_high_ripple_hovered_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_high_ripple_hovered_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_high_ripple_pressed_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_high_ripple_pressed_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_large_touch_target = global::DotnetPush.Droid.Resource.Dimension.mtrl_large_touch_target;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_low_ripple_default_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_low_ripple_default_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_low_ripple_focused_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_low_ripple_focused_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_low_ripple_hovered_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_low_ripple_hovered_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_low_ripple_pressed_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_low_ripple_pressed_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_min_touch_target_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_min_touch_target_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_horizontal_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_icon_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_icon_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_icon_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_icon_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_shape_horizontal_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_shape_horizontal_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_navigation_item_shape_vertical_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_shape_vertical_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_shape_corner_size_large_component = global::DotnetPush.Droid.Resource.Dimension.mtrl_shape_corner_size_large_component;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_shape_corner_size_medium_component = global::DotnetPush.Droid.Resource.Dimension.mtrl_shape_corner_size_medium_component;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_shape_corner_size_small_component = global::DotnetPush.Droid.Resource.Dimension.mtrl_shape_corner_size_small_component;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_halo_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_halo_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_label_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_label_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_label_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_label_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_label_square_side = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_label_square_side;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_thumb_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_thumb_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_thumb_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_thumb_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_track_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_track_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_track_side_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_track_side_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_track_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_track_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_slider_widget_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_widget_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_action_text_color_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_snackbar_action_text_color_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_background_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_snackbar_background_corner_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_background_overlay_color_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_snackbar_background_overlay_color_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_snackbar_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_snackbar_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_switch_thumb_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_switch_thumb_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_corner_radius_medium = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_corner_radius_medium;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_corner_radius_small = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_corner_radius_small;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_label_cutout_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_label_cutout_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_stroke_width_default = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_stroke_width_default;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_box_stroke_width_focused = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_stroke_width_focused;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_counter_margin_start = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_counter_margin_start;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_end_icon_margin_start = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_end_icon_margin_start;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_outline_box_expanded_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_outline_box_expanded_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_textinput_start_icon_margin_end = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_start_icon_margin_end;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_toolbar_default_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_toolbar_default_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_arrowSize = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_arrowSize;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_cornerSize = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_cornerSize;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_minHeight = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_minHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_minWidth = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_minWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_tooltip_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.mtrl_transition_shared_axis_slide_distance = global::DotnetPush.Droid.Resource.Dimension.mtrl_transition_shared_axis_slide_distance;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_action_icon_size = global::DotnetPush.Droid.Resource.Dimension.notification_action_icon_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_action_text_size = global::DotnetPush.Droid.Resource.Dimension.notification_action_text_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_big_circle_margin = global::DotnetPush.Droid.Resource.Dimension.notification_big_circle_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_content_margin_start = global::DotnetPush.Droid.Resource.Dimension.notification_content_margin_start;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_large_icon_height = global::DotnetPush.Droid.Resource.Dimension.notification_large_icon_height;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_large_icon_width = global::DotnetPush.Droid.Resource.Dimension.notification_large_icon_width;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_main_column_padding_top = global::DotnetPush.Droid.Resource.Dimension.notification_main_column_padding_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_media_narrow_margin = global::DotnetPush.Droid.Resource.Dimension.notification_media_narrow_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_right_icon_size = global::DotnetPush.Droid.Resource.Dimension.notification_right_icon_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_right_side_padding_top = global::DotnetPush.Droid.Resource.Dimension.notification_right_side_padding_top;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_small_icon_background_padding = global::DotnetPush.Droid.Resource.Dimension.notification_small_icon_background_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_small_icon_size_as_large = global::DotnetPush.Droid.Resource.Dimension.notification_small_icon_size_as_large;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_subtext_size = global::DotnetPush.Droid.Resource.Dimension.notification_subtext_size;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_top_pad = global::DotnetPush.Droid.Resource.Dimension.notification_top_pad;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.notification_top_pad_large_text = global::DotnetPush.Droid.Resource.Dimension.notification_top_pad_large_text;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.test_mtrl_calendar_day_cornerSize = global::DotnetPush.Droid.Resource.Dimension.test_mtrl_calendar_day_cornerSize;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_corner_radius = global::DotnetPush.Droid.Resource.Dimension.tooltip_corner_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.tooltip_horizontal_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_margin = global::DotnetPush.Droid.Resource.Dimension.tooltip_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_precise_anchor_extra_offset = global::DotnetPush.Droid.Resource.Dimension.tooltip_precise_anchor_extra_offset;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_precise_anchor_threshold = global::DotnetPush.Droid.Resource.Dimension.tooltip_precise_anchor_threshold;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.tooltip_vertical_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_y_offset_non_touch = global::DotnetPush.Droid.Resource.Dimension.tooltip_y_offset_non_touch;
- global::Xamarin.Forms.Platform.Android.Resource.Dimension.tooltip_y_offset_touch = global::DotnetPush.Droid.Resource.Dimension.tooltip_y_offset_touch;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ab_share_pack_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ab_share_pack_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_action_bar_item_background_material = global::DotnetPush.Droid.Resource.Drawable.abc_action_bar_item_background_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_borderless_material = global::DotnetPush.Droid.Resource.Drawable.abc_btn_borderless_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_check_material = global::DotnetPush.Droid.Resource.Drawable.abc_btn_check_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_check_material_anim = global::DotnetPush.Droid.Resource.Drawable.abc_btn_check_material_anim;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_check_to_on_mtrl_000 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_check_to_on_mtrl_000;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_check_to_on_mtrl_015 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_check_to_on_mtrl_015;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_colored_material = global::DotnetPush.Droid.Resource.Drawable.abc_btn_colored_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_default_mtrl_shape = global::DotnetPush.Droid.Resource.Drawable.abc_btn_default_mtrl_shape;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_radio_material = global::DotnetPush.Droid.Resource.Drawable.abc_btn_radio_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_radio_material_anim = global::DotnetPush.Droid.Resource.Drawable.abc_btn_radio_material_anim;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_radio_to_on_mtrl_000 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_radio_to_on_mtrl_000;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_radio_to_on_mtrl_015 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_radio_to_on_mtrl_015;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_switch_to_on_mtrl_00001 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_switch_to_on_mtrl_00001;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_cab_background_internal_bg = global::DotnetPush.Droid.Resource.Drawable.abc_cab_background_internal_bg;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_cab_background_top_material = global::DotnetPush.Droid.Resource.Drawable.abc_cab_background_top_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_cab_background_top_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_cab_background_top_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_control_background_material = global::DotnetPush.Droid.Resource.Drawable.abc_control_background_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_dialog_material_background = global::DotnetPush.Droid.Resource.Drawable.abc_dialog_material_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_edit_text_material = global::DotnetPush.Droid.Resource.Drawable.abc_edit_text_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_ab_back_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_ab_back_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_arrow_drop_right_black_24dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_arrow_drop_right_black_24dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_clear_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_clear_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_go_search_api_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_go_search_api_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_overflow_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_overflow_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_menu_share_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_share_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_search_api_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_search_api_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_star_black_16dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_black_16dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_star_black_36dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_black_36dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_star_black_48dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_black_48dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_star_half_black_16dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_half_black_16dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_star_half_black_36dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_half_black_36dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_star_half_black_48dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_half_black_48dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ic_voice_search_api_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_voice_search_api_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_item_background_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_item_background_holo_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_item_background_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_item_background_holo_light;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_divider_material = global::DotnetPush.Droid.Resource.Drawable.abc_list_divider_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_divider_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_list_divider_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_focused_holo = global::DotnetPush.Droid.Resource.Drawable.abc_list_focused_holo;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_longpressed_holo = global::DotnetPush.Droid.Resource.Drawable.abc_list_longpressed_holo;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_pressed_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_list_pressed_holo_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_pressed_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_list_pressed_holo_light;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_background_transition_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_background_transition_holo_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_background_transition_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_background_transition_holo_light;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_disabled_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_disabled_holo_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_disabled_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_disabled_holo_light;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_holo_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_list_selector_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_holo_light;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult = global::DotnetPush.Droid.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_popup_background_mtrl_mult = global::DotnetPush.Droid.Resource.Drawable.abc_popup_background_mtrl_mult;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ratingbar_indicator_material = global::DotnetPush.Droid.Resource.Drawable.abc_ratingbar_indicator_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ratingbar_material = global::DotnetPush.Droid.Resource.Drawable.abc_ratingbar_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_ratingbar_small_material = global::DotnetPush.Droid.Resource.Drawable.abc_ratingbar_small_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_control_off_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_control_off_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_000 = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_000;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_005 = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_005;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_primary_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_primary_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_scrubber_track_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_track_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_seekbar_thumb_material = global::DotnetPush.Droid.Resource.Drawable.abc_seekbar_thumb_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_seekbar_tick_mark_material = global::DotnetPush.Droid.Resource.Drawable.abc_seekbar_tick_mark_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_seekbar_track_material = global::DotnetPush.Droid.Resource.Drawable.abc_seekbar_track_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_spinner_mtrl_am_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_spinner_mtrl_am_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_spinner_textfield_background_material = global::DotnetPush.Droid.Resource.Drawable.abc_spinner_textfield_background_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_switch_thumb_material = global::DotnetPush.Droid.Resource.Drawable.abc_switch_thumb_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_switch_track_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_switch_track_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_tab_indicator_material = global::DotnetPush.Droid.Resource.Drawable.abc_tab_indicator_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_tab_indicator_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_tab_indicator_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_activated_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_activated_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_default_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_default_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_default_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_search_default_mtrl_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_textfield_search_material = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_search_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_cursor_material = global::DotnetPush.Droid.Resource.Drawable.abc_text_cursor_material;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_left_mtrl_dark = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_left_mtrl_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_left_mtrl_light = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_left_mtrl_light;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_middle_mtrl_dark = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_middle_mtrl_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_middle_mtrl_light = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_middle_mtrl_light;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_right_mtrl_dark = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_right_mtrl_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_text_select_handle_right_mtrl_light = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_right_mtrl_light;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.abc_vector_test = global::DotnetPush.Droid.Resource.Drawable.abc_vector_test;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.avd_hide_password = global::DotnetPush.Droid.Resource.Drawable.avd_hide_password;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.avd_show_password = global::DotnetPush.Droid.Resource.Drawable.avd_show_password;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_checkbox_checked_mtrl = global::DotnetPush.Droid.Resource.Drawable.btn_checkbox_checked_mtrl;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_checkbox_checked_to_unchecked_mtrl_animation = global::DotnetPush.Droid.Resource.Drawable.btn_checkbox_checked_to_unchecked_mtrl_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_checkbox_unchecked_mtrl = global::DotnetPush.Droid.Resource.Drawable.btn_checkbox_unchecked_mtrl;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_checkbox_unchecked_to_checked_mtrl_animation = global::DotnetPush.Droid.Resource.Drawable.btn_checkbox_unchecked_to_checked_mtrl_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_radio_off_mtrl = global::DotnetPush.Droid.Resource.Drawable.btn_radio_off_mtrl;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_radio_off_to_on_mtrl_animation = global::DotnetPush.Droid.Resource.Drawable.btn_radio_off_to_on_mtrl_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_radio_on_mtrl = global::DotnetPush.Droid.Resource.Drawable.btn_radio_on_mtrl;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.btn_radio_on_to_off_mtrl_animation = global::DotnetPush.Droid.Resource.Drawable.btn_radio_on_to_off_mtrl_animation;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_bottom_navigation_item_background = global::DotnetPush.Droid.Resource.Drawable.design_bottom_navigation_item_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_fab_background = global::DotnetPush.Droid.Resource.Drawable.design_fab_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_ic_visibility = global::DotnetPush.Droid.Resource.Drawable.design_ic_visibility;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_ic_visibility_off = global::DotnetPush.Droid.Resource.Drawable.design_ic_visibility_off;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_password_eye = global::DotnetPush.Droid.Resource.Drawable.design_password_eye;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.design_snackbar_background = global::DotnetPush.Droid.Resource.Drawable.design_snackbar_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_checked_circle = global::DotnetPush.Droid.Resource.Drawable.ic_mtrl_checked_circle;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_chip_checked_black = global::DotnetPush.Droid.Resource.Drawable.ic_mtrl_chip_checked_black;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_chip_checked_circle = global::DotnetPush.Droid.Resource.Drawable.ic_mtrl_chip_checked_circle;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.ic_mtrl_chip_close_circle = global::DotnetPush.Droid.Resource.Drawable.ic_mtrl_chip_close_circle;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_calendar_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_calendar_black_24dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_clear_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_clear_black_24dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_edit_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_edit_black_24dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_keyboard_arrow_left_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_keyboard_arrow_left_black_24dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_keyboard_arrow_right_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_keyboard_arrow_right_black_24dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_menu_arrow_down_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_menu_arrow_down_black_24dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.material_ic_menu_arrow_up_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_menu_arrow_up_black_24dp;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_dialog_background = global::DotnetPush.Droid.Resource.Drawable.mtrl_dialog_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_dropdown_arrow = global::DotnetPush.Droid.Resource.Drawable.mtrl_dropdown_arrow;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_ic_arrow_drop_down = global::DotnetPush.Droid.Resource.Drawable.mtrl_ic_arrow_drop_down;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_ic_arrow_drop_up = global::DotnetPush.Droid.Resource.Drawable.mtrl_ic_arrow_drop_up;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_ic_cancel = global::DotnetPush.Droid.Resource.Drawable.mtrl_ic_cancel;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_ic_error = global::DotnetPush.Droid.Resource.Drawable.mtrl_ic_error;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_popupmenu_background = global::DotnetPush.Droid.Resource.Drawable.mtrl_popupmenu_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_popupmenu_background_dark = global::DotnetPush.Droid.Resource.Drawable.mtrl_popupmenu_background_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.mtrl_tabs_default_indicator = global::DotnetPush.Droid.Resource.Drawable.mtrl_tabs_default_indicator;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.navigation_empty_icon = global::DotnetPush.Droid.Resource.Drawable.navigation_empty_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_action_background = global::DotnetPush.Droid.Resource.Drawable.notification_action_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg = global::DotnetPush.Droid.Resource.Drawable.notification_bg;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_low = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_low_normal = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low_normal;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_low_pressed = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low_pressed;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_normal = global::DotnetPush.Droid.Resource.Drawable.notification_bg_normal;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_bg_normal_pressed = global::DotnetPush.Droid.Resource.Drawable.notification_bg_normal_pressed;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_icon_background = global::DotnetPush.Droid.Resource.Drawable.notification_icon_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_template_icon_bg = global::DotnetPush.Droid.Resource.Drawable.notification_template_icon_bg;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_template_icon_low_bg = global::DotnetPush.Droid.Resource.Drawable.notification_template_icon_low_bg;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notification_tile_bg = global::DotnetPush.Droid.Resource.Drawable.notification_tile_bg;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.notify_panel_notification_icon_bg = global::DotnetPush.Droid.Resource.Drawable.notify_panel_notification_icon_bg;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.test_custom_background = global::DotnetPush.Droid.Resource.Drawable.test_custom_background;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.tooltip_frame_dark = global::DotnetPush.Droid.Resource.Drawable.tooltip_frame_dark;
- global::Xamarin.Forms.Platform.Android.Resource.Drawable.tooltip_frame_light = global::DotnetPush.Droid.Resource.Drawable.tooltip_frame_light;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_action_clickable_span = global::DotnetPush.Droid.Resource.Id.accessibility_action_clickable_span;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_0 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_0;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_1 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_1;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_10 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_10;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_11 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_11;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_12 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_12;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_13 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_13;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_14 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_14;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_15 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_15;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_16 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_16;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_17 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_17;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_18 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_18;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_19 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_19;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_2 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_2;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_20 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_20;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_21 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_21;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_22 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_22;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_23 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_23;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_24 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_24;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_25 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_25;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_26 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_26;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_27 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_27;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_28 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_28;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_29 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_29;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_3 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_3;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_30 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_30;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_31 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_31;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_4 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_4;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_5 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_5;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_6 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_6;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_7 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_7;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_8 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_8;
- global::Xamarin.Forms.Platform.Android.Resource.Id.accessibility_custom_action_9 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_9;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action0 = global::DotnetPush.Droid.Resource.Id.action0;
- global::Xamarin.Forms.Platform.Android.Resource.Id.actions = global::DotnetPush.Droid.Resource.Id.actions;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar = global::DotnetPush.Droid.Resource.Id.action_bar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_activity_content = global::DotnetPush.Droid.Resource.Id.action_bar_activity_content;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_container = global::DotnetPush.Droid.Resource.Id.action_bar_container;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_root = global::DotnetPush.Droid.Resource.Id.action_bar_root;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_spinner = global::DotnetPush.Droid.Resource.Id.action_bar_spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_subtitle = global::DotnetPush.Droid.Resource.Id.action_bar_subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_bar_title = global::DotnetPush.Droid.Resource.Id.action_bar_title;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_container = global::DotnetPush.Droid.Resource.Id.action_container;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_context_bar = global::DotnetPush.Droid.Resource.Id.action_context_bar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_divider = global::DotnetPush.Droid.Resource.Id.action_divider;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_image = global::DotnetPush.Droid.Resource.Id.action_image;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_menu_divider = global::DotnetPush.Droid.Resource.Id.action_menu_divider;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_menu_presenter = global::DotnetPush.Droid.Resource.Id.action_menu_presenter;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_mode_bar = global::DotnetPush.Droid.Resource.Id.action_mode_bar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_mode_bar_stub = global::DotnetPush.Droid.Resource.Id.action_mode_bar_stub;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_mode_close_button = global::DotnetPush.Droid.Resource.Id.action_mode_close_button;
- global::Xamarin.Forms.Platform.Android.Resource.Id.action_text = global::DotnetPush.Droid.Resource.Id.action_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.activity_chooser_view_content = global::DotnetPush.Droid.Resource.Id.activity_chooser_view_content;
- global::Xamarin.Forms.Platform.Android.Resource.Id.add = global::DotnetPush.Droid.Resource.Id.add;
- global::Xamarin.Forms.Platform.Android.Resource.Id.alertTitle = global::DotnetPush.Droid.Resource.Id.alertTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Id.all = global::DotnetPush.Droid.Resource.Id.all;
- global::Xamarin.Forms.Platform.Android.Resource.Id.ALT = global::DotnetPush.Droid.Resource.Id.ALT;
- global::Xamarin.Forms.Platform.Android.Resource.Id.always = global::DotnetPush.Droid.Resource.Id.always;
- global::Xamarin.Forms.Platform.Android.Resource.Id.async = global::DotnetPush.Droid.Resource.Id.async;
- global::Xamarin.Forms.Platform.Android.Resource.Id.auto = global::DotnetPush.Droid.Resource.Id.auto;
- global::Xamarin.Forms.Platform.Android.Resource.Id.beginning = global::DotnetPush.Droid.Resource.Id.beginning;
- global::Xamarin.Forms.Platform.Android.Resource.Id.blocking = global::DotnetPush.Droid.Resource.Id.blocking;
- global::Xamarin.Forms.Platform.Android.Resource.Id.bottom = global::DotnetPush.Droid.Resource.Id.bottom;
- global::Xamarin.Forms.Platform.Android.Resource.Id.bottomtab_navarea = global::DotnetPush.Droid.Resource.Id.bottomtab_navarea;
- global::Xamarin.Forms.Platform.Android.Resource.Id.bottomtab_tabbar = global::DotnetPush.Droid.Resource.Id.bottomtab_tabbar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.BOTTOM_END = global::DotnetPush.Droid.Resource.Id.BOTTOM_END;
- global::Xamarin.Forms.Platform.Android.Resource.Id.BOTTOM_START = global::DotnetPush.Droid.Resource.Id.BOTTOM_START;
- global::Xamarin.Forms.Platform.Android.Resource.Id.buttonPanel = global::DotnetPush.Droid.Resource.Id.buttonPanel;
- global::Xamarin.Forms.Platform.Android.Resource.Id.cancel_action = global::DotnetPush.Droid.Resource.Id.cancel_action;
- global::Xamarin.Forms.Platform.Android.Resource.Id.cancel_button = global::DotnetPush.Droid.Resource.Id.cancel_button;
- global::Xamarin.Forms.Platform.Android.Resource.Id.center = global::DotnetPush.Droid.Resource.Id.center;
- global::Xamarin.Forms.Platform.Android.Resource.Id.center_horizontal = global::DotnetPush.Droid.Resource.Id.center_horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Id.center_vertical = global::DotnetPush.Droid.Resource.Id.center_vertical;
- global::Xamarin.Forms.Platform.Android.Resource.Id.checkbox = global::DotnetPush.Droid.Resource.Id.checkbox;
- global::Xamarin.Forms.Platform.Android.Resource.Id.@checked = global::DotnetPush.Droid.Resource.Id.@checked;
- global::Xamarin.Forms.Platform.Android.Resource.Id.chip = global::DotnetPush.Droid.Resource.Id.chip;
- global::Xamarin.Forms.Platform.Android.Resource.Id.chip1 = global::DotnetPush.Droid.Resource.Id.chip1;
- global::Xamarin.Forms.Platform.Android.Resource.Id.chip2 = global::DotnetPush.Droid.Resource.Id.chip2;
- global::Xamarin.Forms.Platform.Android.Resource.Id.chip3 = global::DotnetPush.Droid.Resource.Id.chip3;
- global::Xamarin.Forms.Platform.Android.Resource.Id.chip_group = global::DotnetPush.Droid.Resource.Id.chip_group;
- global::Xamarin.Forms.Platform.Android.Resource.Id.chronometer = global::DotnetPush.Droid.Resource.Id.chronometer;
- global::Xamarin.Forms.Platform.Android.Resource.Id.clear_text = global::DotnetPush.Droid.Resource.Id.clear_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.clip_horizontal = global::DotnetPush.Droid.Resource.Id.clip_horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Id.clip_vertical = global::DotnetPush.Droid.Resource.Id.clip_vertical;
- global::Xamarin.Forms.Platform.Android.Resource.Id.collapseActionView = global::DotnetPush.Droid.Resource.Id.collapseActionView;
- global::Xamarin.Forms.Platform.Android.Resource.Id.confirm_button = global::DotnetPush.Droid.Resource.Id.confirm_button;
- global::Xamarin.Forms.Platform.Android.Resource.Id.container = global::DotnetPush.Droid.Resource.Id.container;
- global::Xamarin.Forms.Platform.Android.Resource.Id.content = global::DotnetPush.Droid.Resource.Id.content;
- global::Xamarin.Forms.Platform.Android.Resource.Id.contentPanel = global::DotnetPush.Droid.Resource.Id.contentPanel;
- global::Xamarin.Forms.Platform.Android.Resource.Id.coordinator = global::DotnetPush.Droid.Resource.Id.coordinator;
- global::Xamarin.Forms.Platform.Android.Resource.Id.CTRL = global::DotnetPush.Droid.Resource.Id.CTRL;
- global::Xamarin.Forms.Platform.Android.Resource.Id.custom = global::DotnetPush.Droid.Resource.Id.custom;
- global::Xamarin.Forms.Platform.Android.Resource.Id.customPanel = global::DotnetPush.Droid.Resource.Id.customPanel;
- global::Xamarin.Forms.Platform.Android.Resource.Id.cut = global::DotnetPush.Droid.Resource.Id.cut;
- global::Xamarin.Forms.Platform.Android.Resource.Id.date_picker_actions = global::DotnetPush.Droid.Resource.Id.date_picker_actions;
- global::Xamarin.Forms.Platform.Android.Resource.Id.decor_content_parent = global::DotnetPush.Droid.Resource.Id.decor_content_parent;
- global::Xamarin.Forms.Platform.Android.Resource.Id.default_activity_button = global::DotnetPush.Droid.Resource.Id.default_activity_button;
- global::Xamarin.Forms.Platform.Android.Resource.Id.design_bottom_sheet = global::DotnetPush.Droid.Resource.Id.design_bottom_sheet;
- global::Xamarin.Forms.Platform.Android.Resource.Id.design_menu_item_action_area = global::DotnetPush.Droid.Resource.Id.design_menu_item_action_area;
- global::Xamarin.Forms.Platform.Android.Resource.Id.design_menu_item_action_area_stub = global::DotnetPush.Droid.Resource.Id.design_menu_item_action_area_stub;
- global::Xamarin.Forms.Platform.Android.Resource.Id.design_menu_item_text = global::DotnetPush.Droid.Resource.Id.design_menu_item_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.design_navigation_view = global::DotnetPush.Droid.Resource.Id.design_navigation_view;
- global::Xamarin.Forms.Platform.Android.Resource.Id.dialog_button = global::DotnetPush.Droid.Resource.Id.dialog_button;
- global::Xamarin.Forms.Platform.Android.Resource.Id.disableHome = global::DotnetPush.Droid.Resource.Id.disableHome;
- global::Xamarin.Forms.Platform.Android.Resource.Id.dropdown_menu = global::DotnetPush.Droid.Resource.Id.dropdown_menu;
- global::Xamarin.Forms.Platform.Android.Resource.Id.edit_query = global::DotnetPush.Droid.Resource.Id.edit_query;
- global::Xamarin.Forms.Platform.Android.Resource.Id.end = global::DotnetPush.Droid.Resource.Id.end;
- global::Xamarin.Forms.Platform.Android.Resource.Id.end_padder = global::DotnetPush.Droid.Resource.Id.end_padder;
- global::Xamarin.Forms.Platform.Android.Resource.Id.enterAlways = global::DotnetPush.Droid.Resource.Id.enterAlways;
- global::Xamarin.Forms.Platform.Android.Resource.Id.enterAlwaysCollapsed = global::DotnetPush.Droid.Resource.Id.enterAlwaysCollapsed;
- global::Xamarin.Forms.Platform.Android.Resource.Id.exitUntilCollapsed = global::DotnetPush.Droid.Resource.Id.exitUntilCollapsed;
- global::Xamarin.Forms.Platform.Android.Resource.Id.expanded_menu = global::DotnetPush.Droid.Resource.Id.expanded_menu;
- global::Xamarin.Forms.Platform.Android.Resource.Id.expand_activities_button = global::DotnetPush.Droid.Resource.Id.expand_activities_button;
- global::Xamarin.Forms.Platform.Android.Resource.Id.fade = global::DotnetPush.Droid.Resource.Id.fade;
- global::Xamarin.Forms.Platform.Android.Resource.Id.fill = global::DotnetPush.Droid.Resource.Id.fill;
- global::Xamarin.Forms.Platform.Android.Resource.Id.filled = global::DotnetPush.Droid.Resource.Id.filled;
- global::Xamarin.Forms.Platform.Android.Resource.Id.fill_horizontal = global::DotnetPush.Droid.Resource.Id.fill_horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Id.fill_vertical = global::DotnetPush.Droid.Resource.Id.fill_vertical;
- global::Xamarin.Forms.Platform.Android.Resource.Id.fitToContents = global::DotnetPush.Droid.Resource.Id.fitToContents;
- global::Xamarin.Forms.Platform.Android.Resource.Id.@fixed = global::DotnetPush.Droid.Resource.Id.@fixed;
- global::Xamarin.Forms.Platform.Android.Resource.Id.floating = global::DotnetPush.Droid.Resource.Id.floating;
- global::Xamarin.Forms.Platform.Android.Resource.Id.flyoutcontent_appbar = global::DotnetPush.Droid.Resource.Id.flyoutcontent_appbar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.forever = global::DotnetPush.Droid.Resource.Id.forever;
- global::Xamarin.Forms.Platform.Android.Resource.Id.fragment_container_view_tag = global::DotnetPush.Droid.Resource.Id.fragment_container_view_tag;
- global::Xamarin.Forms.Platform.Android.Resource.Id.FUNCTION = global::DotnetPush.Droid.Resource.Id.FUNCTION;
- global::Xamarin.Forms.Platform.Android.Resource.Id.ghost_view = global::DotnetPush.Droid.Resource.Id.ghost_view;
- global::Xamarin.Forms.Platform.Android.Resource.Id.ghost_view_holder = global::DotnetPush.Droid.Resource.Id.ghost_view_holder;
- global::Xamarin.Forms.Platform.Android.Resource.Id.gone = global::DotnetPush.Droid.Resource.Id.gone;
- global::Xamarin.Forms.Platform.Android.Resource.Id.group_divider = global::DotnetPush.Droid.Resource.Id.group_divider;
- global::Xamarin.Forms.Platform.Android.Resource.Id.hideable = global::DotnetPush.Droid.Resource.Id.hideable;
- global::Xamarin.Forms.Platform.Android.Resource.Id.home = global::DotnetPush.Droid.Resource.Id.home;
- global::Xamarin.Forms.Platform.Android.Resource.Id.homeAsUp = global::DotnetPush.Droid.Resource.Id.homeAsUp;
- global::Xamarin.Forms.Platform.Android.Resource.Id.icon = global::DotnetPush.Droid.Resource.Id.icon;
- global::Xamarin.Forms.Platform.Android.Resource.Id.icon_group = global::DotnetPush.Droid.Resource.Id.icon_group;
- global::Xamarin.Forms.Platform.Android.Resource.Id.ifRoom = global::DotnetPush.Droid.Resource.Id.ifRoom;
- global::Xamarin.Forms.Platform.Android.Resource.Id.image = global::DotnetPush.Droid.Resource.Id.image;
- global::Xamarin.Forms.Platform.Android.Resource.Id.info = global::DotnetPush.Droid.Resource.Id.info;
- global::Xamarin.Forms.Platform.Android.Resource.Id.italic = global::DotnetPush.Droid.Resource.Id.italic;
- global::Xamarin.Forms.Platform.Android.Resource.Id.item_touch_helper_previous_elevation = global::DotnetPush.Droid.Resource.Id.item_touch_helper_previous_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Id.labeled = global::DotnetPush.Droid.Resource.Id.labeled;
- global::Xamarin.Forms.Platform.Android.Resource.Id.largeLabel = global::DotnetPush.Droid.Resource.Id.largeLabel;
- global::Xamarin.Forms.Platform.Android.Resource.Id.left = global::DotnetPush.Droid.Resource.Id.left;
- global::Xamarin.Forms.Platform.Android.Resource.Id.line1 = global::DotnetPush.Droid.Resource.Id.line1;
- global::Xamarin.Forms.Platform.Android.Resource.Id.line3 = global::DotnetPush.Droid.Resource.Id.line3;
- global::Xamarin.Forms.Platform.Android.Resource.Id.listMode = global::DotnetPush.Droid.Resource.Id.listMode;
- global::Xamarin.Forms.Platform.Android.Resource.Id.list_item = global::DotnetPush.Droid.Resource.Id.list_item;
- global::Xamarin.Forms.Platform.Android.Resource.Id.main_appbar = global::DotnetPush.Droid.Resource.Id.main_appbar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.main_tablayout = global::DotnetPush.Droid.Resource.Id.main_tablayout;
- global::Xamarin.Forms.Platform.Android.Resource.Id.main_toolbar = global::DotnetPush.Droid.Resource.Id.main_toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.main_viewpager = global::DotnetPush.Droid.Resource.Id.main_viewpager;
- global::Xamarin.Forms.Platform.Android.Resource.Id.masked = global::DotnetPush.Droid.Resource.Id.masked;
- global::Xamarin.Forms.Platform.Android.Resource.Id.media_actions = global::DotnetPush.Droid.Resource.Id.media_actions;
- global::Xamarin.Forms.Platform.Android.Resource.Id.media_controller_compat_view_tag = global::DotnetPush.Droid.Resource.Id.media_controller_compat_view_tag;
- global::Xamarin.Forms.Platform.Android.Resource.Id.message = global::DotnetPush.Droid.Resource.Id.message;
- global::Xamarin.Forms.Platform.Android.Resource.Id.META = global::DotnetPush.Droid.Resource.Id.META;
- global::Xamarin.Forms.Platform.Android.Resource.Id.middle = global::DotnetPush.Droid.Resource.Id.middle;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mini = global::DotnetPush.Droid.Resource.Id.mini;
- global::Xamarin.Forms.Platform.Android.Resource.Id.month_grid = global::DotnetPush.Droid.Resource.Id.month_grid;
- global::Xamarin.Forms.Platform.Android.Resource.Id.month_navigation_bar = global::DotnetPush.Droid.Resource.Id.month_navigation_bar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.month_navigation_fragment_toggle = global::DotnetPush.Droid.Resource.Id.month_navigation_fragment_toggle;
- global::Xamarin.Forms.Platform.Android.Resource.Id.month_navigation_next = global::DotnetPush.Droid.Resource.Id.month_navigation_next;
- global::Xamarin.Forms.Platform.Android.Resource.Id.month_navigation_previous = global::DotnetPush.Droid.Resource.Id.month_navigation_previous;
- global::Xamarin.Forms.Platform.Android.Resource.Id.month_title = global::DotnetPush.Droid.Resource.Id.month_title;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_days_of_week = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_days_of_week;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_day_selector_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_day_selector_frame;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_frame;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_main_pane = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_main_pane;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_months = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_months;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_selection_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_selection_frame;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_text_input_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_text_input_frame;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_calendar_year_selector_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_year_selector_frame;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_card_checked_layer_id = global::DotnetPush.Droid.Resource.Id.mtrl_card_checked_layer_id;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_child_content_container = global::DotnetPush.Droid.Resource.Id.mtrl_child_content_container;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_internal_children_alpha_tag = global::DotnetPush.Droid.Resource.Id.mtrl_internal_children_alpha_tag;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_motion_snapshot_view = global::DotnetPush.Droid.Resource.Id.mtrl_motion_snapshot_view;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_fullscreen = global::DotnetPush.Droid.Resource.Id.mtrl_picker_fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_header = global::DotnetPush.Droid.Resource.Id.mtrl_picker_header;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_header_selection_text = global::DotnetPush.Droid.Resource.Id.mtrl_picker_header_selection_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_header_title_and_selection = global::DotnetPush.Droid.Resource.Id.mtrl_picker_header_title_and_selection;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_header_toggle = global::DotnetPush.Droid.Resource.Id.mtrl_picker_header_toggle;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_text_input_date = global::DotnetPush.Droid.Resource.Id.mtrl_picker_text_input_date;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_text_input_range_end = global::DotnetPush.Droid.Resource.Id.mtrl_picker_text_input_range_end;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_text_input_range_start = global::DotnetPush.Droid.Resource.Id.mtrl_picker_text_input_range_start;
- global::Xamarin.Forms.Platform.Android.Resource.Id.mtrl_picker_title_text = global::DotnetPush.Droid.Resource.Id.mtrl_picker_title_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.multiply = global::DotnetPush.Droid.Resource.Id.multiply;
- global::Xamarin.Forms.Platform.Android.Resource.Id.navigation_header_container = global::DotnetPush.Droid.Resource.Id.navigation_header_container;
- global::Xamarin.Forms.Platform.Android.Resource.Id.never = global::DotnetPush.Droid.Resource.Id.never;
- global::Xamarin.Forms.Platform.Android.Resource.Id.none = global::DotnetPush.Droid.Resource.Id.none;
- global::Xamarin.Forms.Platform.Android.Resource.Id.normal = global::DotnetPush.Droid.Resource.Id.normal;
- global::Xamarin.Forms.Platform.Android.Resource.Id.noScroll = global::DotnetPush.Droid.Resource.Id.noScroll;
- global::Xamarin.Forms.Platform.Android.Resource.Id.notification_background = global::DotnetPush.Droid.Resource.Id.notification_background;
- global::Xamarin.Forms.Platform.Android.Resource.Id.notification_main_column = global::DotnetPush.Droid.Resource.Id.notification_main_column;
- global::Xamarin.Forms.Platform.Android.Resource.Id.notification_main_column_container = global::DotnetPush.Droid.Resource.Id.notification_main_column_container;
- global::Xamarin.Forms.Platform.Android.Resource.Id.off = global::DotnetPush.Droid.Resource.Id.off;
- global::Xamarin.Forms.Platform.Android.Resource.Id.on = global::DotnetPush.Droid.Resource.Id.on;
- global::Xamarin.Forms.Platform.Android.Resource.Id.outline = global::DotnetPush.Droid.Resource.Id.outline;
- global::Xamarin.Forms.Platform.Android.Resource.Id.parallax = global::DotnetPush.Droid.Resource.Id.parallax;
- global::Xamarin.Forms.Platform.Android.Resource.Id.parentPanel = global::DotnetPush.Droid.Resource.Id.parentPanel;
- global::Xamarin.Forms.Platform.Android.Resource.Id.parent_matrix = global::DotnetPush.Droid.Resource.Id.parent_matrix;
- global::Xamarin.Forms.Platform.Android.Resource.Id.password_toggle = global::DotnetPush.Droid.Resource.Id.password_toggle;
- global::Xamarin.Forms.Platform.Android.Resource.Id.peekHeight = global::DotnetPush.Droid.Resource.Id.peekHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Id.pin = global::DotnetPush.Droid.Resource.Id.pin;
- global::Xamarin.Forms.Platform.Android.Resource.Id.progress_circular = global::DotnetPush.Droid.Resource.Id.progress_circular;
- global::Xamarin.Forms.Platform.Android.Resource.Id.progress_horizontal = global::DotnetPush.Droid.Resource.Id.progress_horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Id.radio = global::DotnetPush.Droid.Resource.Id.radio;
- global::Xamarin.Forms.Platform.Android.Resource.Id.right = global::DotnetPush.Droid.Resource.Id.right;
- global::Xamarin.Forms.Platform.Android.Resource.Id.right_icon = global::DotnetPush.Droid.Resource.Id.right_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Id.right_side = global::DotnetPush.Droid.Resource.Id.right_side;
- global::Xamarin.Forms.Platform.Android.Resource.Id.rounded = global::DotnetPush.Droid.Resource.Id.rounded;
- global::Xamarin.Forms.Platform.Android.Resource.Id.row_index_key = global::DotnetPush.Droid.Resource.Id.row_index_key;
- global::Xamarin.Forms.Platform.Android.Resource.Id.save_non_transition_alpha = global::DotnetPush.Droid.Resource.Id.save_non_transition_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Id.save_overlay_view = global::DotnetPush.Droid.Resource.Id.save_overlay_view;
- global::Xamarin.Forms.Platform.Android.Resource.Id.scale = global::DotnetPush.Droid.Resource.Id.scale;
- global::Xamarin.Forms.Platform.Android.Resource.Id.screen = global::DotnetPush.Droid.Resource.Id.screen;
- global::Xamarin.Forms.Platform.Android.Resource.Id.scroll = global::DotnetPush.Droid.Resource.Id.scroll;
- global::Xamarin.Forms.Platform.Android.Resource.Id.scrollable = global::DotnetPush.Droid.Resource.Id.scrollable;
- global::Xamarin.Forms.Platform.Android.Resource.Id.scrollIndicatorDown = global::DotnetPush.Droid.Resource.Id.scrollIndicatorDown;
- global::Xamarin.Forms.Platform.Android.Resource.Id.scrollIndicatorUp = global::DotnetPush.Droid.Resource.Id.scrollIndicatorUp;
- global::Xamarin.Forms.Platform.Android.Resource.Id.scrollView = global::DotnetPush.Droid.Resource.Id.scrollView;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_badge = global::DotnetPush.Droid.Resource.Id.search_badge;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_bar = global::DotnetPush.Droid.Resource.Id.search_bar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_button = global::DotnetPush.Droid.Resource.Id.search_button;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_close_btn = global::DotnetPush.Droid.Resource.Id.search_close_btn;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_edit_frame = global::DotnetPush.Droid.Resource.Id.search_edit_frame;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_go_btn = global::DotnetPush.Droid.Resource.Id.search_go_btn;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_mag_icon = global::DotnetPush.Droid.Resource.Id.search_mag_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_plate = global::DotnetPush.Droid.Resource.Id.search_plate;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_src_text = global::DotnetPush.Droid.Resource.Id.search_src_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.search_voice_btn = global::DotnetPush.Droid.Resource.Id.search_voice_btn;
- global::Xamarin.Forms.Platform.Android.Resource.Id.selected = global::DotnetPush.Droid.Resource.Id.selected;
- global::Xamarin.Forms.Platform.Android.Resource.Id.select_dialog_listview = global::DotnetPush.Droid.Resource.Id.select_dialog_listview;
- global::Xamarin.Forms.Platform.Android.Resource.Id.shellcontent_appbar = global::DotnetPush.Droid.Resource.Id.shellcontent_appbar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.shellcontent_toolbar = global::DotnetPush.Droid.Resource.Id.shellcontent_toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.SHIFT = global::DotnetPush.Droid.Resource.Id.SHIFT;
- global::Xamarin.Forms.Platform.Android.Resource.Id.shortcut = global::DotnetPush.Droid.Resource.Id.shortcut;
- global::Xamarin.Forms.Platform.Android.Resource.Id.showCustom = global::DotnetPush.Droid.Resource.Id.showCustom;
- global::Xamarin.Forms.Platform.Android.Resource.Id.showHome = global::DotnetPush.Droid.Resource.Id.showHome;
- global::Xamarin.Forms.Platform.Android.Resource.Id.showTitle = global::DotnetPush.Droid.Resource.Id.showTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Id.skipCollapsed = global::DotnetPush.Droid.Resource.Id.skipCollapsed;
- global::Xamarin.Forms.Platform.Android.Resource.Id.slide = global::DotnetPush.Droid.Resource.Id.slide;
- global::Xamarin.Forms.Platform.Android.Resource.Id.sliding_tabs = global::DotnetPush.Droid.Resource.Id.sliding_tabs;
- global::Xamarin.Forms.Platform.Android.Resource.Id.smallLabel = global::DotnetPush.Droid.Resource.Id.smallLabel;
- global::Xamarin.Forms.Platform.Android.Resource.Id.snackbar_action = global::DotnetPush.Droid.Resource.Id.snackbar_action;
- global::Xamarin.Forms.Platform.Android.Resource.Id.snackbar_text = global::DotnetPush.Droid.Resource.Id.snackbar_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.snap = global::DotnetPush.Droid.Resource.Id.snap;
- global::Xamarin.Forms.Platform.Android.Resource.Id.snapMargins = global::DotnetPush.Droid.Resource.Id.snapMargins;
- global::Xamarin.Forms.Platform.Android.Resource.Id.spacer = global::DotnetPush.Droid.Resource.Id.spacer;
- global::Xamarin.Forms.Platform.Android.Resource.Id.split_action_bar = global::DotnetPush.Droid.Resource.Id.split_action_bar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.src_atop = global::DotnetPush.Droid.Resource.Id.src_atop;
- global::Xamarin.Forms.Platform.Android.Resource.Id.src_in = global::DotnetPush.Droid.Resource.Id.src_in;
- global::Xamarin.Forms.Platform.Android.Resource.Id.src_over = global::DotnetPush.Droid.Resource.Id.src_over;
- global::Xamarin.Forms.Platform.Android.Resource.Id.start = global::DotnetPush.Droid.Resource.Id.start;
- global::Xamarin.Forms.Platform.Android.Resource.Id.status_bar_latest_event_content = global::DotnetPush.Droid.Resource.Id.status_bar_latest_event_content;
- global::Xamarin.Forms.Platform.Android.Resource.Id.stretch = global::DotnetPush.Droid.Resource.Id.stretch;
- global::Xamarin.Forms.Platform.Android.Resource.Id.submenuarrow = global::DotnetPush.Droid.Resource.Id.submenuarrow;
- global::Xamarin.Forms.Platform.Android.Resource.Id.submit_area = global::DotnetPush.Droid.Resource.Id.submit_area;
- global::Xamarin.Forms.Platform.Android.Resource.Id.SYM = global::DotnetPush.Droid.Resource.Id.SYM;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tabMode = global::DotnetPush.Droid.Resource.Id.tabMode;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tag_accessibility_actions = global::DotnetPush.Droid.Resource.Id.tag_accessibility_actions;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tag_accessibility_clickable_spans = global::DotnetPush.Droid.Resource.Id.tag_accessibility_clickable_spans;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tag_accessibility_heading = global::DotnetPush.Droid.Resource.Id.tag_accessibility_heading;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tag_accessibility_pane_title = global::DotnetPush.Droid.Resource.Id.tag_accessibility_pane_title;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tag_screen_reader_focusable = global::DotnetPush.Droid.Resource.Id.tag_screen_reader_focusable;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tag_transition_group = global::DotnetPush.Droid.Resource.Id.tag_transition_group;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tag_unhandled_key_event_manager = global::DotnetPush.Droid.Resource.Id.tag_unhandled_key_event_manager;
- global::Xamarin.Forms.Platform.Android.Resource.Id.tag_unhandled_key_listeners = global::DotnetPush.Droid.Resource.Id.tag_unhandled_key_listeners;
- global::Xamarin.Forms.Platform.Android.Resource.Id.test_checkbox_android_button_tint = global::DotnetPush.Droid.Resource.Id.test_checkbox_android_button_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Id.test_checkbox_app_button_tint = global::DotnetPush.Droid.Resource.Id.test_checkbox_app_button_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Id.test_radiobutton_android_button_tint = global::DotnetPush.Droid.Resource.Id.test_radiobutton_android_button_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Id.test_radiobutton_app_button_tint = global::DotnetPush.Droid.Resource.Id.test_radiobutton_app_button_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Id.text = global::DotnetPush.Droid.Resource.Id.text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.text2 = global::DotnetPush.Droid.Resource.Id.text2;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textEnd = global::DotnetPush.Droid.Resource.Id.textEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_counter = global::DotnetPush.Droid.Resource.Id.textinput_counter;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_error = global::DotnetPush.Droid.Resource.Id.textinput_error;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_helper_text = global::DotnetPush.Droid.Resource.Id.textinput_helper_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_placeholder = global::DotnetPush.Droid.Resource.Id.textinput_placeholder;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_prefix_text = global::DotnetPush.Droid.Resource.Id.textinput_prefix_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textinput_suffix_text = global::DotnetPush.Droid.Resource.Id.textinput_suffix_text;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textSpacerNoButtons = global::DotnetPush.Droid.Resource.Id.textSpacerNoButtons;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textSpacerNoTitle = global::DotnetPush.Droid.Resource.Id.textSpacerNoTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Id.textStart = global::DotnetPush.Droid.Resource.Id.textStart;
- global::Xamarin.Forms.Platform.Android.Resource.Id.text_input_end_icon = global::DotnetPush.Droid.Resource.Id.text_input_end_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Id.text_input_start_icon = global::DotnetPush.Droid.Resource.Id.text_input_start_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Id.time = global::DotnetPush.Droid.Resource.Id.time;
- global::Xamarin.Forms.Platform.Android.Resource.Id.title = global::DotnetPush.Droid.Resource.Id.title;
- global::Xamarin.Forms.Platform.Android.Resource.Id.titleDividerNoCustom = global::DotnetPush.Droid.Resource.Id.titleDividerNoCustom;
- global::Xamarin.Forms.Platform.Android.Resource.Id.title_template = global::DotnetPush.Droid.Resource.Id.title_template;
- global::Xamarin.Forms.Platform.Android.Resource.Id.toolbar = global::DotnetPush.Droid.Resource.Id.toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Id.top = global::DotnetPush.Droid.Resource.Id.top;
- global::Xamarin.Forms.Platform.Android.Resource.Id.topPanel = global::DotnetPush.Droid.Resource.Id.topPanel;
- global::Xamarin.Forms.Platform.Android.Resource.Id.TOP_END = global::DotnetPush.Droid.Resource.Id.TOP_END;
- global::Xamarin.Forms.Platform.Android.Resource.Id.TOP_START = global::DotnetPush.Droid.Resource.Id.TOP_START;
- global::Xamarin.Forms.Platform.Android.Resource.Id.touch_outside = global::DotnetPush.Droid.Resource.Id.touch_outside;
- global::Xamarin.Forms.Platform.Android.Resource.Id.transition_current_scene = global::DotnetPush.Droid.Resource.Id.transition_current_scene;
- global::Xamarin.Forms.Platform.Android.Resource.Id.transition_layout_save = global::DotnetPush.Droid.Resource.Id.transition_layout_save;
- global::Xamarin.Forms.Platform.Android.Resource.Id.transition_position = global::DotnetPush.Droid.Resource.Id.transition_position;
- global::Xamarin.Forms.Platform.Android.Resource.Id.transition_scene_layoutid_cache = global::DotnetPush.Droid.Resource.Id.transition_scene_layoutid_cache;
- global::Xamarin.Forms.Platform.Android.Resource.Id.transition_transform = global::DotnetPush.Droid.Resource.Id.transition_transform;
- global::Xamarin.Forms.Platform.Android.Resource.Id.@unchecked = global::DotnetPush.Droid.Resource.Id.@unchecked;
- global::Xamarin.Forms.Platform.Android.Resource.Id.uniform = global::DotnetPush.Droid.Resource.Id.uniform;
- global::Xamarin.Forms.Platform.Android.Resource.Id.unlabeled = global::DotnetPush.Droid.Resource.Id.unlabeled;
- global::Xamarin.Forms.Platform.Android.Resource.Id.up = global::DotnetPush.Droid.Resource.Id.up;
- global::Xamarin.Forms.Platform.Android.Resource.Id.useLogo = global::DotnetPush.Droid.Resource.Id.useLogo;
- global::Xamarin.Forms.Platform.Android.Resource.Id.view_offset_helper = global::DotnetPush.Droid.Resource.Id.view_offset_helper;
- global::Xamarin.Forms.Platform.Android.Resource.Id.view_tree_saved_state_registry_owner = global::DotnetPush.Droid.Resource.Id.view_tree_saved_state_registry_owner;
- global::Xamarin.Forms.Platform.Android.Resource.Id.visible = global::DotnetPush.Droid.Resource.Id.visible;
- global::Xamarin.Forms.Platform.Android.Resource.Id.visible_removing_fragment_view_tag = global::DotnetPush.Droid.Resource.Id.visible_removing_fragment_view_tag;
- global::Xamarin.Forms.Platform.Android.Resource.Id.withinBounds = global::DotnetPush.Droid.Resource.Id.withinBounds;
- global::Xamarin.Forms.Platform.Android.Resource.Id.withText = global::DotnetPush.Droid.Resource.Id.withText;
- global::Xamarin.Forms.Platform.Android.Resource.Id.wrap_content = global::DotnetPush.Droid.Resource.Id.wrap_content;
- global::Xamarin.Forms.Platform.Android.Resource.Id.zero_corner_chip = global::DotnetPush.Droid.Resource.Id.zero_corner_chip;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.abc_config_activityDefaultDur = global::DotnetPush.Droid.Resource.Integer.abc_config_activityDefaultDur;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.abc_config_activityShortDur = global::DotnetPush.Droid.Resource.Integer.abc_config_activityShortDur;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.app_bar_elevation_anim_duration = global::DotnetPush.Droid.Resource.Integer.app_bar_elevation_anim_duration;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.bottom_sheet_slide_duration = global::DotnetPush.Droid.Resource.Integer.bottom_sheet_slide_duration;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.cancel_button_image_alpha = global::DotnetPush.Droid.Resource.Integer.cancel_button_image_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.config_tooltipAnimTime = global::DotnetPush.Droid.Resource.Integer.config_tooltipAnimTime;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.design_snackbar_text_max_lines = global::DotnetPush.Droid.Resource.Integer.design_snackbar_text_max_lines;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.design_tab_indicator_anim_duration_ms = global::DotnetPush.Droid.Resource.Integer.design_tab_indicator_anim_duration_ms;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.hide_password_duration = global::DotnetPush.Droid.Resource.Integer.hide_password_duration;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_badge_max_character_count = global::DotnetPush.Droid.Resource.Integer.mtrl_badge_max_character_count;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_btn_anim_delay_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_btn_anim_delay_ms;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_btn_anim_duration_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_btn_anim_duration_ms;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_calendar_header_orientation = global::DotnetPush.Droid.Resource.Integer.mtrl_calendar_header_orientation;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_calendar_selection_text_lines = global::DotnetPush.Droid.Resource.Integer.mtrl_calendar_selection_text_lines;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_calendar_year_selector_span = global::DotnetPush.Droid.Resource.Integer.mtrl_calendar_year_selector_span;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_card_anim_delay_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_card_anim_delay_ms;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_card_anim_duration_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_card_anim_duration_ms;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_chip_anim_duration = global::DotnetPush.Droid.Resource.Integer.mtrl_chip_anim_duration;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.mtrl_tab_indicator_anim_duration_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_tab_indicator_anim_duration_ms;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.show_password_duration = global::DotnetPush.Droid.Resource.Integer.show_password_duration;
- global::Xamarin.Forms.Platform.Android.Resource.Integer.status_bar_notification_info_maxnum = global::DotnetPush.Droid.Resource.Integer.status_bar_notification_info_maxnum;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_0 = global::DotnetPush.Droid.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_0;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_1 = global::DotnetPush.Droid.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_1;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_0 = global::DotnetPush.Droid.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_0;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_1 = global::DotnetPush.Droid.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_1;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.btn_radio_to_off_mtrl_animation_interpolator_0 = global::DotnetPush.Droid.Resource.Interpolator.btn_radio_to_off_mtrl_animation_interpolator_0;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.btn_radio_to_on_mtrl_animation_interpolator_0 = global::DotnetPush.Droid.Resource.Interpolator.btn_radio_to_on_mtrl_animation_interpolator_0;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.fast_out_slow_in = global::DotnetPush.Droid.Resource.Interpolator.fast_out_slow_in;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.mtrl_fast_out_linear_in = global::DotnetPush.Droid.Resource.Interpolator.mtrl_fast_out_linear_in;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.mtrl_fast_out_slow_in = global::DotnetPush.Droid.Resource.Interpolator.mtrl_fast_out_slow_in;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.mtrl_linear = global::DotnetPush.Droid.Resource.Interpolator.mtrl_linear;
- global::Xamarin.Forms.Platform.Android.Resource.Interpolator.mtrl_linear_out_slow_in = global::DotnetPush.Droid.Resource.Interpolator.mtrl_linear_out_slow_in;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_bar_title_item = global::DotnetPush.Droid.Resource.Layout.abc_action_bar_title_item;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_bar_up_container = global::DotnetPush.Droid.Resource.Layout.abc_action_bar_up_container;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_menu_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_action_menu_item_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_menu_layout = global::DotnetPush.Droid.Resource.Layout.abc_action_menu_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_mode_bar = global::DotnetPush.Droid.Resource.Layout.abc_action_mode_bar;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_action_mode_close_item_material = global::DotnetPush.Droid.Resource.Layout.abc_action_mode_close_item_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_activity_chooser_view = global::DotnetPush.Droid.Resource.Layout.abc_activity_chooser_view;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_activity_chooser_view_list_item = global::DotnetPush.Droid.Resource.Layout.abc_activity_chooser_view_list_item;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_alert_dialog_button_bar_material = global::DotnetPush.Droid.Resource.Layout.abc_alert_dialog_button_bar_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_alert_dialog_material = global::DotnetPush.Droid.Resource.Layout.abc_alert_dialog_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_alert_dialog_title_material = global::DotnetPush.Droid.Resource.Layout.abc_alert_dialog_title_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_cascading_menu_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_cascading_menu_item_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_dialog_title_material = global::DotnetPush.Droid.Resource.Layout.abc_dialog_title_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_expanded_menu_layout = global::DotnetPush.Droid.Resource.Layout.abc_expanded_menu_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_list_menu_item_checkbox = global::DotnetPush.Droid.Resource.Layout.abc_list_menu_item_checkbox;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_list_menu_item_icon = global::DotnetPush.Droid.Resource.Layout.abc_list_menu_item_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_list_menu_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_list_menu_item_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_list_menu_item_radio = global::DotnetPush.Droid.Resource.Layout.abc_list_menu_item_radio;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_popup_menu_header_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_popup_menu_header_item_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_popup_menu_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_popup_menu_item_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_screen_content_include = global::DotnetPush.Droid.Resource.Layout.abc_screen_content_include;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_screen_simple = global::DotnetPush.Droid.Resource.Layout.abc_screen_simple;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_screen_simple_overlay_action_mode = global::DotnetPush.Droid.Resource.Layout.abc_screen_simple_overlay_action_mode;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_screen_toolbar = global::DotnetPush.Droid.Resource.Layout.abc_screen_toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_search_dropdown_item_icons_2line = global::DotnetPush.Droid.Resource.Layout.abc_search_dropdown_item_icons_2line;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_search_view = global::DotnetPush.Droid.Resource.Layout.abc_search_view;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_select_dialog_material = global::DotnetPush.Droid.Resource.Layout.abc_select_dialog_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.abc_tooltip = global::DotnetPush.Droid.Resource.Layout.abc_tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.BottomTabLayout = global::DotnetPush.Droid.Resource.Layout.BottomTabLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.custom_dialog = global::DotnetPush.Droid.Resource.Layout.custom_dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_bottom_navigation_item = global::DotnetPush.Droid.Resource.Layout.design_bottom_navigation_item;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_bottom_sheet_dialog = global::DotnetPush.Droid.Resource.Layout.design_bottom_sheet_dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_layout_snackbar = global::DotnetPush.Droid.Resource.Layout.design_layout_snackbar;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_layout_snackbar_include = global::DotnetPush.Droid.Resource.Layout.design_layout_snackbar_include;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_layout_tab_icon = global::DotnetPush.Droid.Resource.Layout.design_layout_tab_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_layout_tab_text = global::DotnetPush.Droid.Resource.Layout.design_layout_tab_text;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_menu_item_action_area = global::DotnetPush.Droid.Resource.Layout.design_menu_item_action_area;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_item = global::DotnetPush.Droid.Resource.Layout.design_navigation_item;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_item_header = global::DotnetPush.Droid.Resource.Layout.design_navigation_item_header;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_item_separator = global::DotnetPush.Droid.Resource.Layout.design_navigation_item_separator;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_item_subheader = global::DotnetPush.Droid.Resource.Layout.design_navigation_item_subheader;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_menu = global::DotnetPush.Droid.Resource.Layout.design_navigation_menu;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_navigation_menu_item = global::DotnetPush.Droid.Resource.Layout.design_navigation_menu_item;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_text_input_end_icon = global::DotnetPush.Droid.Resource.Layout.design_text_input_end_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.design_text_input_start_icon = global::DotnetPush.Droid.Resource.Layout.design_text_input_start_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.FallbackTabbarDoNotUse = global::DotnetPush.Droid.Resource.Layout.FallbackTabbarDoNotUse;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.FallbackToolbarDoNotUse = global::DotnetPush.Droid.Resource.Layout.FallbackToolbarDoNotUse;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.FlyoutContent = global::DotnetPush.Droid.Resource.Layout.FlyoutContent;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_dialog = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_dialog_actions = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_dialog_actions;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_dialog_title = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_dialog_title;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_select_dialog_item = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_select_dialog_item;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_select_dialog_multichoice = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_select_dialog_multichoice;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_alert_select_dialog_singlechoice = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_select_dialog_singlechoice;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_day = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_day;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_days_of_week = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_days_of_week;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_day_of_week = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_day_of_week;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_horizontal = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_month = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_month;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_months = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_months;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_month_labeled = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_month_labeled;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_month_navigation = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_month_navigation;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_vertical = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_vertical;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_calendar_year = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_year;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_layout_snackbar = global::DotnetPush.Droid.Resource.Layout.mtrl_layout_snackbar;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_layout_snackbar_include = global::DotnetPush.Droid.Resource.Layout.mtrl_layout_snackbar_include;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_actions = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_actions;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_dialog = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_fullscreen = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_dialog = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_fullscreen = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_selection_text = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_selection_text;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_title_text = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_title_text;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_header_toggle = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_toggle;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_text_input_date = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_text_input_date;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.mtrl_picker_text_input_date_range = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_text_input_date_range;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_action = global::DotnetPush.Droid.Resource.Layout.notification_action;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_action_tombstone = global::DotnetPush.Droid.Resource.Layout.notification_action_tombstone;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_media_action = global::DotnetPush.Droid.Resource.Layout.notification_media_action;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_media_cancel_action = global::DotnetPush.Droid.Resource.Layout.notification_media_cancel_action;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_big_media = global::DotnetPush.Droid.Resource.Layout.notification_template_big_media;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_big_media_custom = global::DotnetPush.Droid.Resource.Layout.notification_template_big_media_custom;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_big_media_narrow = global::DotnetPush.Droid.Resource.Layout.notification_template_big_media_narrow;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_big_media_narrow_custom = global::DotnetPush.Droid.Resource.Layout.notification_template_big_media_narrow_custom;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_custom_big = global::DotnetPush.Droid.Resource.Layout.notification_template_custom_big;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_icon_group = global::DotnetPush.Droid.Resource.Layout.notification_template_icon_group;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_lines_media = global::DotnetPush.Droid.Resource.Layout.notification_template_lines_media;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_media = global::DotnetPush.Droid.Resource.Layout.notification_template_media;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_media_custom = global::DotnetPush.Droid.Resource.Layout.notification_template_media_custom;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_part_chronometer = global::DotnetPush.Droid.Resource.Layout.notification_template_part_chronometer;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.notification_template_part_time = global::DotnetPush.Droid.Resource.Layout.notification_template_part_time;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.RootLayout = global::DotnetPush.Droid.Resource.Layout.RootLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.select_dialog_item_material = global::DotnetPush.Droid.Resource.Layout.select_dialog_item_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.select_dialog_multichoice_material = global::DotnetPush.Droid.Resource.Layout.select_dialog_multichoice_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.select_dialog_singlechoice_material = global::DotnetPush.Droid.Resource.Layout.select_dialog_singlechoice_material;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.ShellContent = global::DotnetPush.Droid.Resource.Layout.ShellContent;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.support_simple_spinner_dropdown_item = global::DotnetPush.Droid.Resource.Layout.support_simple_spinner_dropdown_item;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.Tabbar = global::DotnetPush.Droid.Resource.Layout.Tabbar;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_action_chip = global::DotnetPush.Droid.Resource.Layout.test_action_chip;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_chip_zero_corner_radius = global::DotnetPush.Droid.Resource.Layout.test_chip_zero_corner_radius;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_design_checkbox = global::DotnetPush.Droid.Resource.Layout.test_design_checkbox;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_design_radiobutton = global::DotnetPush.Droid.Resource.Layout.test_design_radiobutton;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_reflow_chipgroup = global::DotnetPush.Droid.Resource.Layout.test_reflow_chipgroup;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_toolbar = global::DotnetPush.Droid.Resource.Layout.test_toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_toolbar_custom_background = global::DotnetPush.Droid.Resource.Layout.test_toolbar_custom_background;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_toolbar_elevation = global::DotnetPush.Droid.Resource.Layout.test_toolbar_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.test_toolbar_surface = global::DotnetPush.Droid.Resource.Layout.test_toolbar_surface;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.text_view_without_line_height = global::DotnetPush.Droid.Resource.Layout.text_view_without_line_height;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.text_view_with_line_height_from_appearance = global::DotnetPush.Droid.Resource.Layout.text_view_with_line_height_from_appearance;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.text_view_with_line_height_from_layout = global::DotnetPush.Droid.Resource.Layout.text_view_with_line_height_from_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.text_view_with_line_height_from_style = global::DotnetPush.Droid.Resource.Layout.text_view_with_line_height_from_style;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.text_view_with_theme_line_height = global::DotnetPush.Droid.Resource.Layout.text_view_with_theme_line_height;
- global::Xamarin.Forms.Platform.Android.Resource.Layout.Toolbar = global::DotnetPush.Droid.Resource.Layout.Toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Plurals.mtrl_badge_content_description = global::DotnetPush.Droid.Resource.Plurals.mtrl_badge_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_bar_home_description = global::DotnetPush.Droid.Resource.String.abc_action_bar_home_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_bar_up_description = global::DotnetPush.Droid.Resource.String.abc_action_bar_up_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_menu_overflow_description = global::DotnetPush.Droid.Resource.String.abc_action_menu_overflow_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_action_mode_done = global::DotnetPush.Droid.Resource.String.abc_action_mode_done;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_activitychooserview_choose_application = global::DotnetPush.Droid.Resource.String.abc_activitychooserview_choose_application;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_activity_chooser_view_see_all = global::DotnetPush.Droid.Resource.String.abc_activity_chooser_view_see_all;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_capital_off = global::DotnetPush.Droid.Resource.String.abc_capital_off;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_capital_on = global::DotnetPush.Droid.Resource.String.abc_capital_on;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_alt_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_alt_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_ctrl_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_ctrl_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_delete_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_delete_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_enter_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_enter_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_function_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_function_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_meta_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_meta_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_shift_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_shift_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_space_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_space_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_menu_sym_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_sym_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_prepend_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_prepend_shortcut_label;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_clear = global::DotnetPush.Droid.Resource.String.abc_searchview_description_clear;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_query = global::DotnetPush.Droid.Resource.String.abc_searchview_description_query;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_search = global::DotnetPush.Droid.Resource.String.abc_searchview_description_search;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_submit = global::DotnetPush.Droid.Resource.String.abc_searchview_description_submit;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_searchview_description_voice = global::DotnetPush.Droid.Resource.String.abc_searchview_description_voice;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_search_hint = global::DotnetPush.Droid.Resource.String.abc_search_hint;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_shareactionprovider_share_with = global::DotnetPush.Droid.Resource.String.abc_shareactionprovider_share_with;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_shareactionprovider_share_with_application = global::DotnetPush.Droid.Resource.String.abc_shareactionprovider_share_with_application;
- global::Xamarin.Forms.Platform.Android.Resource.String.abc_toolbar_collapse_description = global::DotnetPush.Droid.Resource.String.abc_toolbar_collapse_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.appbar_scrolling_view_behavior = global::DotnetPush.Droid.Resource.String.appbar_scrolling_view_behavior;
- global::Xamarin.Forms.Platform.Android.Resource.String.bottom_sheet_behavior = global::DotnetPush.Droid.Resource.String.bottom_sheet_behavior;
- global::Xamarin.Forms.Platform.Android.Resource.String.character_counter_content_description = global::DotnetPush.Droid.Resource.String.character_counter_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.character_counter_overflowed_content_description = global::DotnetPush.Droid.Resource.String.character_counter_overflowed_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.character_counter_pattern = global::DotnetPush.Droid.Resource.String.character_counter_pattern;
- global::Xamarin.Forms.Platform.Android.Resource.String.chip_text = global::DotnetPush.Droid.Resource.String.chip_text;
- global::Xamarin.Forms.Platform.Android.Resource.String.clear_text_end_icon_content_description = global::DotnetPush.Droid.Resource.String.clear_text_end_icon_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.error_icon_content_description = global::DotnetPush.Droid.Resource.String.error_icon_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.exposed_dropdown_menu_content_description = global::DotnetPush.Droid.Resource.String.exposed_dropdown_menu_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.fab_transformation_scrim_behavior = global::DotnetPush.Droid.Resource.String.fab_transformation_scrim_behavior;
- global::Xamarin.Forms.Platform.Android.Resource.String.fab_transformation_sheet_behavior = global::DotnetPush.Droid.Resource.String.fab_transformation_sheet_behavior;
- global::Xamarin.Forms.Platform.Android.Resource.String.hide_bottom_view_on_scroll_behavior = global::DotnetPush.Droid.Resource.String.hide_bottom_view_on_scroll_behavior;
- global::Xamarin.Forms.Platform.Android.Resource.String.icon_content_description = global::DotnetPush.Droid.Resource.String.icon_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.item_view_role_description = global::DotnetPush.Droid.Resource.String.item_view_role_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.material_slider_range_end = global::DotnetPush.Droid.Resource.String.material_slider_range_end;
- global::Xamarin.Forms.Platform.Android.Resource.String.material_slider_range_start = global::DotnetPush.Droid.Resource.String.material_slider_range_start;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_badge_numberless_content_description = global::DotnetPush.Droid.Resource.String.mtrl_badge_numberless_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_chip_close_icon_content_description = global::DotnetPush.Droid.Resource.String.mtrl_chip_close_icon_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_exceed_max_badge_number_content_description = global::DotnetPush.Droid.Resource.String.mtrl_exceed_max_badge_number_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_exceed_max_badge_number_suffix = global::DotnetPush.Droid.Resource.String.mtrl_exceed_max_badge_number_suffix;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_a11y_next_month = global::DotnetPush.Droid.Resource.String.mtrl_picker_a11y_next_month;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_a11y_prev_month = global::DotnetPush.Droid.Resource.String.mtrl_picker_a11y_prev_month;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_announce_current_selection = global::DotnetPush.Droid.Resource.String.mtrl_picker_announce_current_selection;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_cancel = global::DotnetPush.Droid.Resource.String.mtrl_picker_cancel;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_confirm = global::DotnetPush.Droid.Resource.String.mtrl_picker_confirm;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_date_header_selected = global::DotnetPush.Droid.Resource.String.mtrl_picker_date_header_selected;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_date_header_title = global::DotnetPush.Droid.Resource.String.mtrl_picker_date_header_title;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_date_header_unselected = global::DotnetPush.Droid.Resource.String.mtrl_picker_date_header_unselected;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_day_of_week_column_header = global::DotnetPush.Droid.Resource.String.mtrl_picker_day_of_week_column_header;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_invalid_format = global::DotnetPush.Droid.Resource.String.mtrl_picker_invalid_format;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_invalid_format_example = global::DotnetPush.Droid.Resource.String.mtrl_picker_invalid_format_example;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_invalid_format_use = global::DotnetPush.Droid.Resource.String.mtrl_picker_invalid_format_use;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_invalid_range = global::DotnetPush.Droid.Resource.String.mtrl_picker_invalid_range;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_navigate_to_year_description = global::DotnetPush.Droid.Resource.String.mtrl_picker_navigate_to_year_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_out_of_range = global::DotnetPush.Droid.Resource.String.mtrl_picker_out_of_range;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_only_end_selected = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_only_end_selected;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_only_start_selected = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_only_start_selected;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_selected = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_selected;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_title = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_title;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_range_header_unselected = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_unselected;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_save = global::DotnetPush.Droid.Resource.String.mtrl_picker_save;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_date_hint = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_date_hint;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_date_range_end_hint = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_date_range_end_hint;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_date_range_start_hint = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_date_range_start_hint;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_day_abbr = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_day_abbr;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_month_abbr = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_month_abbr;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_text_input_year_abbr = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_year_abbr;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_toggle_to_calendar_input_mode = global::DotnetPush.Droid.Resource.String.mtrl_picker_toggle_to_calendar_input_mode;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_toggle_to_day_selection = global::DotnetPush.Droid.Resource.String.mtrl_picker_toggle_to_day_selection;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_toggle_to_text_input_mode = global::DotnetPush.Droid.Resource.String.mtrl_picker_toggle_to_text_input_mode;
- global::Xamarin.Forms.Platform.Android.Resource.String.mtrl_picker_toggle_to_year_selection = global::DotnetPush.Droid.Resource.String.mtrl_picker_toggle_to_year_selection;
- global::Xamarin.Forms.Platform.Android.Resource.String.overflow_tab_title = global::DotnetPush.Droid.Resource.String.overflow_tab_title;
- global::Xamarin.Forms.Platform.Android.Resource.String.password_toggle_content_description = global::DotnetPush.Droid.Resource.String.password_toggle_content_description;
- global::Xamarin.Forms.Platform.Android.Resource.String.path_password_eye = global::DotnetPush.Droid.Resource.String.path_password_eye;
- global::Xamarin.Forms.Platform.Android.Resource.String.path_password_eye_mask_strike_through = global::DotnetPush.Droid.Resource.String.path_password_eye_mask_strike_through;
- global::Xamarin.Forms.Platform.Android.Resource.String.path_password_eye_mask_visible = global::DotnetPush.Droid.Resource.String.path_password_eye_mask_visible;
- global::Xamarin.Forms.Platform.Android.Resource.String.path_password_strike_through = global::DotnetPush.Droid.Resource.String.path_password_strike_through;
- global::Xamarin.Forms.Platform.Android.Resource.String.search_menu_title = global::DotnetPush.Droid.Resource.String.search_menu_title;
- global::Xamarin.Forms.Platform.Android.Resource.String.status_bar_notification_info_overflow = global::DotnetPush.Droid.Resource.String.status_bar_notification_info_overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.AlertDialog_AppCompat = global::DotnetPush.Droid.Resource.Style.AlertDialog_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.AlertDialog_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.AlertDialog_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.AndroidThemeColorAccentYellow = global::DotnetPush.Droid.Resource.Style.AndroidThemeColorAccentYellow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Animation_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_AppCompat_DropDownUp = global::DotnetPush.Droid.Resource.Style.Animation_AppCompat_DropDownUp;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_AppCompat_Tooltip = global::DotnetPush.Droid.Resource.Style.Animation_AppCompat_Tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_Design_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Animation_Design_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Animation_MaterialComponents_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Animation_MaterialComponents_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.AppCompatDialogStyle = global::DotnetPush.Droid.Resource.Style.AppCompatDialogStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_AlertDialog_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_AlertDialog_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_AlertDialog_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_AlertDialog_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Animation_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Animation_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Animation_AppCompat_DropDownUp = global::DotnetPush.Droid.Resource.Style.Base_Animation_AppCompat_DropDownUp;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Animation_AppCompat_Tooltip = global::DotnetPush.Droid.Resource.Style.Base_Animation_AppCompat_Tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_CardView = global::DotnetPush.Droid.Resource.Style.Base_CardView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_DialogWindowTitleBackground_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_DialogWindowTitleBackground_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_DialogWindowTitle_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_DialogWindowTitle_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Icon = global::DotnetPush.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Panel = global::DotnetPush.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Panel;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Text = global::DotnetPush.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Text;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Body1 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body1;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Body2 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Button = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Caption = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Caption;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Display1 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display1;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Display2 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Display3 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display3;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Display4 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display4;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Headline = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Headline;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Large = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Large;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Medium = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Medium;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Menu = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Menu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_SearchResult = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Small = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Subhead = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Subhead;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Tooltip = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Colored = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Header;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_MaterialComponents_Badge = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Badge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_MaterialComponents_Button = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_MaterialComponents_Headline6 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Headline6;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_MaterialComponents_Subtitle2 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Subtitle2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dark = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_CompactMenu = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_CompactMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_CompactMenu = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_CompactMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::DotnetPush.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_MaterialComponents;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V21_Theme_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V22_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V22_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V22_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V22_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V23_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V23_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V23_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V23_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V26_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V26_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V26_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V26_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V26_Widget_AppCompat_Toolbar = global::DotnetPush.Droid.Resource.Style.Base_V26_Widget_AppCompat_Toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V28_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V28_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V28_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V28_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V7_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V7_Theme_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_EditText = global::DotnetPush.Droid.Resource.Style.Base_V7_Widget_AppCompat_EditText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_V7_Widget_AppCompat_Toolbar = global::DotnetPush.Droid.Resource.Style.Base_V7_Widget_AppCompat_Toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionButton = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActionMode = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionMode;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ActivityChooserView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActivityChooserView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ButtonBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Borderless = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Colored = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Button_Small = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle_Common = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle_Common;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_EditText = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_EditText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ImageButton = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ImageButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListMenuView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListMenuView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListPopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListView_DropDown = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListView_DropDown;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ListView_Menu = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListView_Menu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_PopupMenu = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_PopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_PopupWindow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_PopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ProgressBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ProgressBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_RatingBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_RatingBar_Indicator = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar_Indicator;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_RatingBar_Small = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_SearchView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_SearchView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_SearchView_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_SearchView_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_SeekBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_SeekBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_SeekBar_Discrete = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_SeekBar_Discrete;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Spinner = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Spinner_Underlined = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Spinner_Underlined;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_TextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_TextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_TextView_SpinnerItem = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_TextView_SpinnerItem;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Toolbar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_Design_TabLayout = global::DotnetPush.Droid.Resource.Style.Base_Widget_Design_TabLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_CheckedTextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_CheckedTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_Chip = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_Chip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_PopupMenu = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ContextMenu = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ContextMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_Slider = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_Slider;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_TextInputEditText = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_TextInputEditText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_TextInputLayout = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_TextInputLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Base_Widget_MaterialComponents_TextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_TextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.CardView = global::DotnetPush.Droid.Resource.Style.CardView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.CardView_Dark = global::DotnetPush.Droid.Resource.Style.CardView_Dark;
- global::Xamarin.Forms.Platform.Android.Resource.Style.CardView_Light = global::DotnetPush.Droid.Resource.Style.CardView_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.collectionViewTheme = global::DotnetPush.Droid.Resource.Style.collectionViewTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Style.EmptyTheme = global::DotnetPush.Droid.Resource.Style.EmptyTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MainTheme = global::DotnetPush.Droid.Resource.Style.MainTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MainTheme_Base = global::DotnetPush.Droid.Resource.Style.MainTheme_Base;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Body_Text = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Body_Text;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text;
- global::Xamarin.Forms.Platform.Android.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_AppCompat = global::DotnetPush.Droid.Resource.Style.Platform_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Platform_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Platform_MaterialComponents;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Platform_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Platform_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Platform_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_ThemeOverlay_AppCompat = global::DotnetPush.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_ThemeOverlay_AppCompat_Dark = global::DotnetPush.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat_Dark;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_ThemeOverlay_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_V21_AppCompat = global::DotnetPush.Droid.Resource.Style.Platform_V21_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_V21_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Platform_V21_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_V25_AppCompat = global::DotnetPush.Droid.Resource.Style.Platform_V25_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_V25_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Platform_V25_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Platform_Widget_AppCompat_Spinner = global::DotnetPush.Droid.Resource.Style.Platform_Widget_AppCompat_Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_DialogWindowTitle_AppCompat = global::DotnetPush.Droid.Resource.Style.RtlOverlay_DialogWindowTitle_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_DialogTitle_Icon = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_DialogTitle_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton = global::DotnetPush.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = global::DotnetPush.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.scrollViewScrollBars = global::DotnetPush.Droid.Resource.Style.scrollViewScrollBars;
- global::Xamarin.Forms.Platform.Android.Resource.Style.scrollViewTheme = global::DotnetPush.Droid.Resource.Style.scrollViewTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_BottomLeftDifferentCornerSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_BottomRightCut = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_BottomRightCut;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_Cut = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_Cut;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_DifferentCornerSize = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_DifferentCornerSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_BottomSheet = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_BottomSheet;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_Chip = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_Chip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_TopLeftCut = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_TopLeftCut;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearanceOverlay_TopRightDifferentCornerSize = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_TopRightDifferentCornerSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_LargeComponent = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_LargeComponent;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_MediumComponent = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_MediumComponent;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_SmallComponent = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_SmallComponent;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_Test = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_Test;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ShapeAppearance_MaterialComponents_Tooltip = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_Tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TestStyleWithLineHeight = global::DotnetPush.Droid.Resource.Style.TestStyleWithLineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TestStyleWithLineHeightAppearance = global::DotnetPush.Droid.Resource.Style.TestStyleWithLineHeightAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TestStyleWithoutLineHeight = global::DotnetPush.Droid.Resource.Style.TestStyleWithoutLineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TestStyleWithThemeLineHeightAttribute = global::DotnetPush.Droid.Resource.Style.TestStyleWithThemeLineHeightAttribute;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TestThemeWithLineHeight = global::DotnetPush.Droid.Resource.Style.TestThemeWithLineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TestThemeWithLineHeightDisabled = global::DotnetPush.Droid.Resource.Style.TestThemeWithLineHeightDisabled;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = global::DotnetPush.Droid.Resource.Style.Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Test_Theme_MaterialComponents_MaterialCalendar = global::DotnetPush.Droid.Resource.Style.Test_Theme_MaterialComponents_MaterialCalendar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar = global::DotnetPush.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day = global::DotnetPush.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = global::DotnetPush.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Body1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Body1;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Body2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Body2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Button = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Caption = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Caption;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Display1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Display1;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Display2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Display2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Display3 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Display3;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Display4 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Display4;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Headline = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Headline;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Large = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Large;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Large_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Large_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Medium = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Medium;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Medium_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Medium_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Menu = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Menu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_SearchResult_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_SearchResult_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Small = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Small_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Small_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Subhead = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Subhead;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Title_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Title_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Tooltip = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Button = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Button_Borderless_Colored = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Borderless_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Button_Colored = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Button_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Header = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Header;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_Switch = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Switch;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_AppCompat_Widget_TextView_SpinnerItem = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_TextView_SpinnerItem;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Info = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Info;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Info_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Info_Media;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Line2_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2_Media;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Media;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Time = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Time;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Time_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Time_Media;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Compat_Notification_Title_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Title_Media;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_CollapsingToolbar_Expanded = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_CollapsingToolbar_Expanded;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Counter = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Counter;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Counter_Overflow = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Counter_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Error = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Error;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_HelperText = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_HelperText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Hint = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Hint;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Placeholder = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Placeholder;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Prefix = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Prefix;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Snackbar_Message = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Snackbar_Message;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Suffix = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Suffix;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Design_Tab = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Tab;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Badge = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Badge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Body1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Body1;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Body2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Body2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Button = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Caption = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Caption;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Chip = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Chip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline1;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline3 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline3;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline4 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline4;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline5 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline5;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Headline6 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline6;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Overline = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Overline;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Subtitle1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Subtitle1;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Subtitle2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Subtitle2;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_MaterialComponents_Tooltip = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::DotnetPush.Droid.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlayColorAccentRed = global::DotnetPush.Droid.Resource.Style.ThemeOverlayColorAccentRed;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dark = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_DayNight = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_DayNight;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_DayNight_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_DayNight_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_Design_TextInputEditText = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_Design_TextInputEditText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Primary = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Primary;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Surface = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Surface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Primary = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Primary;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Surface = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Surface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dark = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert_Framework;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Light_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Primary = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Primary;
- global::Xamarin.Forms.Platform.Android.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Surface = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Surface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_CompactMenu = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_CompactMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DayNight_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_NoActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Empty = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Empty;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_DarkActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_Light_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_NoActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_AppCompat_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_NoActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design = global::DotnetPush.Droid.Resource.Style.Theme_Design;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_Design_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_Light = global::DotnetPush.Droid.Resource.Style.Theme_Design_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_Light_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_Design_Light_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_Light_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_Design_Light_NoActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_Design_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_Design_NoActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_CompactMenu = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_CompactMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_Alert_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_BarSize = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_BarSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_LargeTouch = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_LargeTouch;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_TabBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_TabText = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionBar_TabView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionButton = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionButton_CloseMode = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionButton_CloseMode;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionButton_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionButton_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActionMode = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionMode;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ActivityChooserView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActivityChooserView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ButtonBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ButtonBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Borderless = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_Borderless;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Borderless_Colored = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_Borderless_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Colored = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Button_Small = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_CompoundButton_Switch = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_CompoundButton_Switch;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_DrawerArrowToggle = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_DrawerArrowToggle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_DropDownItem_Spinner = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_DropDownItem_Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_EditText = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_EditText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ImageButton = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ImageButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionButton = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ActivityChooserView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActivityChooserView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ListPopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_ListView_DropDown = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ListView_DropDown;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_PopupMenu = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_PopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_SearchView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_SearchView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListMenuView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListMenuView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListPopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListView_DropDown = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListView_DropDown;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ListView_Menu = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListView_Menu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_PopupMenu = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_PopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_PopupWindow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_PopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ProgressBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ProgressBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_RatingBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_RatingBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_RatingBar_Indicator = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_RatingBar_Indicator;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_RatingBar_Small = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_RatingBar_Small;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_SearchView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_SearchView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_SearchView_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_SearchView_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_SeekBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_SeekBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_SeekBar_Discrete = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_SeekBar_Discrete;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Spinner = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Spinner_DropDown = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Spinner_DropDown;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Spinner_Underlined = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Spinner_Underlined;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_TextView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_TextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_TextView_SpinnerItem = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_TextView_SpinnerItem;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Toolbar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Compat_NotificationActionContainer = global::DotnetPush.Droid.Resource.Style.Widget_Compat_NotificationActionContainer;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Compat_NotificationActionText = global::DotnetPush.Droid.Resource.Style.Widget_Compat_NotificationActionText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_AppBarLayout = global::DotnetPush.Droid.Resource.Style.Widget_Design_AppBarLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_BottomNavigationView = global::DotnetPush.Droid.Resource.Style.Widget_Design_BottomNavigationView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_BottomSheet_Modal = global::DotnetPush.Droid.Resource.Style.Widget_Design_BottomSheet_Modal;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_CollapsingToolbar = global::DotnetPush.Droid.Resource.Style.Widget_Design_CollapsingToolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_FloatingActionButton = global::DotnetPush.Droid.Resource.Style.Widget_Design_FloatingActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_NavigationView = global::DotnetPush.Droid.Resource.Style.Widget_Design_NavigationView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_ScrimInsetsFrameLayout = global::DotnetPush.Droid.Resource.Style.Widget_Design_ScrimInsetsFrameLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_Snackbar = global::DotnetPush.Droid.Resource.Style.Widget_Design_Snackbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_TabLayout = global::DotnetPush.Droid.Resource.Style.Widget_Design_TabLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_TextInputEditText = global::DotnetPush.Droid.Resource.Style.Widget_Design_TextInputEditText;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Design_TextInputLayout = global::DotnetPush.Droid.Resource.Style.Widget_Design_TextInputLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ActionBar_Primary = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Primary;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ActionBar_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_PrimarySurface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ActionBar_Surface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Surface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AppBarLayout_Primary = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_Primary;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AppBarLayout_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_PrimarySurface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AppBarLayout_Surface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_Surface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Badge = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Badge;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomAppBar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomAppBar_Colored = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomAppBar_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar_PrimarySurface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomNavigationView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomNavigationView_Colored = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomNavigationView_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView_PrimarySurface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomSheet = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomSheet;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_BottomSheet_Modal = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomSheet_Modal;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Flush = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Flush;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_TextButton_Snackbar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Snackbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CardView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CardView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CheckedTextView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CheckedTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ChipGroup = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ChipGroup;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Action = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Chip_Action;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Choice = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Chip_Choice;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Entry = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Chip_Entry;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Chip_Filter = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Chip_Filter;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CompoundButton_CheckBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_CheckBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CompoundButton_RadioButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_RadioButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_CompoundButton_Switch = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_Switch;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton_Icon;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_FloatingActionButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_FloatingActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Light_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Light_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialButtonToggleGroup = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialButtonToggleGroup;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_DayTextView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_DayTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Invalid = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Invalid;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Selected = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Selected;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Today = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Today;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Fullscreen = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderDivider = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderDivider;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderLayout = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderTitle = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Item = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Item;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Selected = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Selected;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Today = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Today;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_NavigationView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_NavigationView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_PopupMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_PopupMenu_ContextMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_ContextMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_PopupMenu_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_ListPopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_ShapeableImageView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ShapeableImageView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Slider = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Slider;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Snackbar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Snackbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Snackbar_FullWidth = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Snackbar_FullWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Snackbar_TextView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Snackbar_TextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TabLayout = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TabLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TabLayout_Colored = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TabLayout_Colored;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TabLayout_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TabLayout_PrimarySurface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_TextView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextView;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar_Primary = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_Primary;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_PrimarySurface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Toolbar_Surface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_Surface;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_MaterialComponents_Tooltip = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Style.Widget_Support_CoordinatorLayout = global::DotnetPush.Droid.Resource.Style.Widget_Support_CoordinatorLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar = global::DotnetPush.Droid.Resource.Styleable.ActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBarLayout = global::DotnetPush.Droid.Resource.Styleable.ActionBarLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBarLayout_android_layout_gravity = global::DotnetPush.Droid.Resource.Styleable.ActionBarLayout_android_layout_gravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_background = global::DotnetPush.Droid.Resource.Styleable.ActionBar_background;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_backgroundSplit = global::DotnetPush.Droid.Resource.Styleable.ActionBar_backgroundSplit;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_backgroundStacked = global::DotnetPush.Droid.Resource.Styleable.ActionBar_backgroundStacked;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetEnd = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetEndWithActions = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetEndWithActions;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetLeft = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetRight = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetStart = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_contentInsetStartWithNavigation = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetStartWithNavigation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_customNavigationLayout = global::DotnetPush.Droid.Resource.Styleable.ActionBar_customNavigationLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_displayOptions = global::DotnetPush.Droid.Resource.Styleable.ActionBar_displayOptions;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_divider = global::DotnetPush.Droid.Resource.Styleable.ActionBar_divider;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_elevation = global::DotnetPush.Droid.Resource.Styleable.ActionBar_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_height = global::DotnetPush.Droid.Resource.Styleable.ActionBar_height;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_hideOnContentScroll = global::DotnetPush.Droid.Resource.Styleable.ActionBar_hideOnContentScroll;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_homeAsUpIndicator = global::DotnetPush.Droid.Resource.Styleable.ActionBar_homeAsUpIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_homeLayout = global::DotnetPush.Droid.Resource.Styleable.ActionBar_homeLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_icon = global::DotnetPush.Droid.Resource.Styleable.ActionBar_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_indeterminateProgressStyle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_indeterminateProgressStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_itemPadding = global::DotnetPush.Droid.Resource.Styleable.ActionBar_itemPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_logo = global::DotnetPush.Droid.Resource.Styleable.ActionBar_logo;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_navigationMode = global::DotnetPush.Droid.Resource.Styleable.ActionBar_navigationMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_popupTheme = global::DotnetPush.Droid.Resource.Styleable.ActionBar_popupTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_progressBarPadding = global::DotnetPush.Droid.Resource.Styleable.ActionBar_progressBarPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_progressBarStyle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_progressBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_subtitle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_subtitleTextStyle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_subtitleTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_title = global::DotnetPush.Droid.Resource.Styleable.ActionBar_title;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionBar_titleTextStyle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_titleTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuItemView = global::DotnetPush.Droid.Resource.Styleable.ActionMenuItemView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuItemView_android_minWidth = global::DotnetPush.Droid.Resource.Styleable.ActionMenuItemView_android_minWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMenuView = global::DotnetPush.Droid.Resource.Styleable.ActionMenuView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode = global::DotnetPush.Droid.Resource.Styleable.ActionMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_background = global::DotnetPush.Droid.Resource.Styleable.ActionMode_background;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_backgroundSplit = global::DotnetPush.Droid.Resource.Styleable.ActionMode_backgroundSplit;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_closeItemLayout = global::DotnetPush.Droid.Resource.Styleable.ActionMode_closeItemLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_height = global::DotnetPush.Droid.Resource.Styleable.ActionMode_height;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_subtitleTextStyle = global::DotnetPush.Droid.Resource.Styleable.ActionMode_subtitleTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActionMode_titleTextStyle = global::DotnetPush.Droid.Resource.Styleable.ActionMode_titleTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityChooserView = global::DotnetPush.Droid.Resource.Styleable.ActivityChooserView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable = global::DotnetPush.Droid.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ActivityChooserView_initialActivityCount = global::DotnetPush.Droid.Resource.Styleable.ActivityChooserView_initialActivityCount;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog = global::DotnetPush.Droid.Resource.Styleable.AlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_android_layout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_android_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_buttonIconDimen = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_buttonIconDimen;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_buttonPanelSideLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_buttonPanelSideLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_listItemLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_listItemLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_listLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_listLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_multiChoiceItemLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_multiChoiceItemLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_showTitle = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_showTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AlertDialog_singleChoiceItemLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_singleChoiceItemLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_constantSize = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_constantSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_dither = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_dither;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_enterFadeDuration = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_enterFadeDuration;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_exitFadeDuration = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_exitFadeDuration;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_variablePadding = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_variablePadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableCompat_android_visible = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_visible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableItem = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableItem_android_drawable = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableItem_android_drawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableItem_android_id = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableItem_android_id;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_drawable = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_drawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_fromId = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_fromId;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_collapsed = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsed;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_collapsible = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_liftable = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates_state_liftable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayoutStates_state_lifted = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates_state_lifted;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_background = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_android_background;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_elevation = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_expanded = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_expanded;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_Layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_liftOnScroll = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_liftOnScroll;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_liftOnScrollTargetViewId = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_liftOnScrollTargetViewId;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppBarLayout_statusBarForeground = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_statusBarForeground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_android_src = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView_android_src;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_srcCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView_srcCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_tint = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView_tint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatImageView_tintMode = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView_tintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar_android_thumb = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar_android_thumb;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar_tickMark = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar_tickMark;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar_tickMarkTint = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar_tickMarkTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatSeekBar_tickMarkTintMode = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar_tickMarkTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableBottom = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableEnd = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableLeft = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableRight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableStart = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_drawableTop = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextHelper_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_textAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_android_textAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizeMaxTextSize = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizeMaxTextSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizeMinTextSize = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizeMinTextSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizePresetSizes = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizePresetSizes;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizeStepGranularity = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizeStepGranularity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_autoSizeTextType = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizeTextType;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableBottomCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableBottomCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableEndCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableEndCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableLeftCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableLeftCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableRightCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableRightCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableStartCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableStartCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableTint = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableTintMode = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_drawableTopCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableTopCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_firstBaselineToTopHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_firstBaselineToTopHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_fontFamily = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_fontFamily;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_fontVariationSettings;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_lastBaselineToBottomHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_lastBaselineToBottomHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_lineHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_lineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_textAllCaps = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_textAllCaps;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTextView_textLocale = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_textLocale;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarDivider = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarDivider;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarItemBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarItemBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarPopupTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarPopupTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarSize = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarSplitStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarSplitStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarTabBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarTabBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarTabStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarTabStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarTabTextStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarTabTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionBarWidgetTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarWidgetTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionDropDownStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionDropDownStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionMenuTextAppearance = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionMenuTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionMenuTextColor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionMenuTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCloseButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCloseDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCopyDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeCopyDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeCutDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeCutDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeFindDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeFindDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModePasteDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModePasteDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModePopupWindowStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModePopupWindowStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeSelectAllDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeSelectAllDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeShareDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeShareDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeSplitBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeSplitBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionModeWebSearchDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeWebSearchDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionOverflowButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionOverflowButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_actionOverflowMenuStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionOverflowMenuStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_activityChooserViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_activityChooserViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_alertDialogButtonGroupStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_alertDialogButtonGroupStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_alertDialogCenterButtons = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_alertDialogCenterButtons;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_alertDialogStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_alertDialogStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_alertDialogTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_alertDialogTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_android_windowAnimationStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_android_windowAnimationStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_android_windowIsFloating = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_android_windowIsFloating;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_autoCompleteTextViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_autoCompleteTextViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_borderlessButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_borderlessButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarNegativeButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarNegativeButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarNeutralButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarNeutralButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarPositiveButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarPositiveButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_buttonStyleSmall = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonStyleSmall;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_checkboxStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_checkboxStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_checkedTextViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_checkedTextViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorAccent = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorAccent;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorBackgroundFloating = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorBackgroundFloating;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorButtonNormal = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorButtonNormal;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorControlActivated = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorControlActivated;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorControlHighlight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorControlHighlight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorControlNormal = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorControlNormal;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorError = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorError;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorPrimary = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorPrimary;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorPrimaryDark = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorPrimaryDark;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_colorSwitchThumbNormal = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorSwitchThumbNormal;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_controlBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_controlBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dialogCornerRadius = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dialogCornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dialogPreferredPadding = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dialogPreferredPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dialogTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dialogTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dividerHorizontal = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dividerHorizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dividerVertical = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dividerVertical;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_dropDownListViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dropDownListViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_editTextBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextColor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_editTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_editTextStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_editTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_homeAsUpIndicator = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_homeAsUpIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_imageButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_imageButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listChoiceBackgroundIndicator = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listChoiceBackgroundIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listChoiceIndicatorMultipleAnimated = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listChoiceIndicatorMultipleAnimated;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listChoiceIndicatorSingleAnimated = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listChoiceIndicatorSingleAnimated;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listDividerAlertDialog = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listDividerAlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listMenuViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listMenuViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPopupWindowStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPopupWindowStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemHeightLarge = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeightLarge;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemHeightSmall = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeightSmall;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingEnd = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingLeft = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingRight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingStart = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_panelBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_panelBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_panelMenuListTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_panelMenuListTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_panelMenuListWidth = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_panelMenuListWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_popupMenuStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_popupMenuStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_popupWindowStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_popupWindowStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_radioButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_radioButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_ratingBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_ratingBarStyleIndicator = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyleIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_ratingBarStyleSmall = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyleSmall;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_searchViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_searchViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_seekBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_seekBarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_selectableItemBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_selectableItemBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_selectableItemBackgroundBorderless = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_selectableItemBackgroundBorderless;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_spinnerDropDownItemStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_spinnerDropDownItemStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_spinnerStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_spinnerStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_switchStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_switchStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceLargePopupMenu = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceLargePopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceListItem = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceListItemSecondary = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItemSecondary;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceListItemSmall = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItemSmall;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearancePopupMenuHeader = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearancePopupMenuHeader;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultSubtitle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultSubtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultTitle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textAppearanceSmallPopupMenu = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSmallPopupMenu;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textColorAlertDialogListItem = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textColorAlertDialogListItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_textColorSearchUrl = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textColorSearchUrl;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_toolbarNavigationButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_toolbarNavigationButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_toolbarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_toolbarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_tooltipForegroundColor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_tooltipForegroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_tooltipFrameBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_tooltipFrameBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_viewInflaterClass = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_viewInflaterClass;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowActionBar = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowActionBar;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowActionBarOverlay = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowActionBarOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowActionModeOverlay = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowActionModeOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowFixedHeightMajor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowFixedHeightMajor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowFixedHeightMinor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowFixedHeightMinor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowFixedWidthMajor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowFixedWidthMajor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowFixedWidthMinor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowFixedWidthMinor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowMinWidthMajor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowMinWidthMajor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowMinWidthMinor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowMinWidthMinor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.AppCompatTheme_windowNoTitle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowNoTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge = global::DotnetPush.Droid.Resource.Styleable.Badge;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_backgroundColor = global::DotnetPush.Droid.Resource.Styleable.Badge_backgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_badgeGravity = global::DotnetPush.Droid.Resource.Styleable.Badge_badgeGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_badgeTextColor = global::DotnetPush.Droid.Resource.Styleable.Badge_badgeTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_horizontalOffset = global::DotnetPush.Droid.Resource.Styleable.Badge_horizontalOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_maxCharacterCount = global::DotnetPush.Droid.Resource.Styleable.Badge_maxCharacterCount;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_number = global::DotnetPush.Droid.Resource.Styleable.Badge_number;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Badge_verticalOffset = global::DotnetPush.Droid.Resource.Styleable.Badge_verticalOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_elevation = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabAlignmentMode = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabAlignmentMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabAnimationMode = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabAnimationMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabCradleMargin = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabCradleMargin;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabCradleRoundedCornerRadius = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabCradleRoundedCornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_fabCradleVerticalOffset = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabCradleVerticalOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_hideOnScroll = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_hideOnScroll;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_paddingBottomSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_paddingBottomSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_paddingLeftSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_paddingLeftSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomAppBar_paddingRightSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_paddingRightSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_elevation = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemBackground = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemHorizontalTranslationEnabled = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemHorizontalTranslationEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemIconSize = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemIconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemIconTint = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemRippleColor = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemRippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemTextAppearanceActive = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemTextAppearanceActive;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemTextAppearanceInactive = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemTextAppearanceInactive;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_itemTextColor = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_labelVisibilityMode = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_labelVisibilityMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomNavigationView_menu = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_menu;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_android_elevation = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_android_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_draggable = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_draggable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_expandedOffset = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_expandedOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_fitToContents = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_fitToContents;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_halfExpandedRatio = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_halfExpandedRatio;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_hideable = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_hideable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_peekHeight = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_peekHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_saveFlags = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_saveFlags;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_gestureInsetBottomIgnored = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_gestureInsetBottomIgnored;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ButtonBarLayout = global::DotnetPush.Droid.Resource.Styleable.ButtonBarLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ButtonBarLayout_allowStacking = global::DotnetPush.Droid.Resource.Styleable.ButtonBarLayout_allowStacking;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView = global::DotnetPush.Droid.Resource.Styleable.CardView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_android_minHeight = global::DotnetPush.Droid.Resource.Styleable.CardView_android_minHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_android_minWidth = global::DotnetPush.Droid.Resource.Styleable.CardView_android_minWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardBackgroundColor = global::DotnetPush.Droid.Resource.Styleable.CardView_cardBackgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardCornerRadius = global::DotnetPush.Droid.Resource.Styleable.CardView_cardCornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardElevation = global::DotnetPush.Droid.Resource.Styleable.CardView_cardElevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardMaxElevation = global::DotnetPush.Droid.Resource.Styleable.CardView_cardMaxElevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardPreventCornerOverlap = global::DotnetPush.Droid.Resource.Styleable.CardView_cardPreventCornerOverlap;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_cardUseCompatPadding = global::DotnetPush.Droid.Resource.Styleable.CardView_cardUseCompatPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPadding = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingBottom = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPaddingBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingLeft = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPaddingLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingRight = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPaddingRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CardView_contentPaddingTop = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPaddingTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip = global::DotnetPush.Droid.Resource.Styleable.Chip;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup = global::DotnetPush.Droid.Resource.Styleable.ChipGroup;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_checkedChip = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_checkedChip;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacing = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_chipSpacing;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacingHorizontal = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_chipSpacingHorizontal;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_chipSpacingVertical = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_chipSpacingVertical;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_selectionRequired = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_selectionRequired;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_singleLine = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_singleLine;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ChipGroup_singleSelection = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_singleSelection;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_checkable = global::DotnetPush.Droid.Resource.Styleable.Chip_android_checkable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_ellipsize = global::DotnetPush.Droid.Resource.Styleable.Chip_android_ellipsize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_maxWidth = global::DotnetPush.Droid.Resource.Styleable.Chip_android_maxWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_text = global::DotnetPush.Droid.Resource.Styleable.Chip_android_text;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.Chip_android_textAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_android_textColor = global::DotnetPush.Droid.Resource.Styleable.Chip_android_textColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_checkedIcon = global::DotnetPush.Droid.Resource.Styleable.Chip_checkedIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_checkedIconEnabled = global::DotnetPush.Droid.Resource.Styleable.Chip_checkedIconEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_checkedIconTint = global::DotnetPush.Droid.Resource.Styleable.Chip_checkedIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_checkedIconVisible = global::DotnetPush.Droid.Resource.Styleable.Chip_checkedIconVisible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipBackgroundColor = global::DotnetPush.Droid.Resource.Styleable.Chip_chipBackgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipCornerRadius = global::DotnetPush.Droid.Resource.Styleable.Chip_chipCornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipEndPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_chipEndPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIcon = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIconEnabled = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIconEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIconSize = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIconTint = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipIconVisible = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIconVisible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipMinHeight = global::DotnetPush.Droid.Resource.Styleable.Chip_chipMinHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipMinTouchTargetSize = global::DotnetPush.Droid.Resource.Styleable.Chip_chipMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipStartPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_chipStartPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipStrokeColor = global::DotnetPush.Droid.Resource.Styleable.Chip_chipStrokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipStrokeWidth = global::DotnetPush.Droid.Resource.Styleable.Chip_chipStrokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_chipSurfaceColor = global::DotnetPush.Droid.Resource.Styleable.Chip_chipSurfaceColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIcon = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconEnabled = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconEndPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconEndPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconSize = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconStartPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconStartPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconTint = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_closeIconVisible = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconVisible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_ensureMinTouchTargetSize = global::DotnetPush.Droid.Resource.Styleable.Chip_ensureMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_hideMotionSpec = global::DotnetPush.Droid.Resource.Styleable.Chip_hideMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_iconEndPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_iconEndPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_iconStartPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_iconStartPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_rippleColor = global::DotnetPush.Droid.Resource.Styleable.Chip_rippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.Chip_shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.Chip_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_showMotionSpec = global::DotnetPush.Droid.Resource.Styleable.Chip_showMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_textEndPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_textEndPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Chip_textStartPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_textStartPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_contentScrim = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_contentScrim;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleGravity = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMargin = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMargin;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginBottom = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginEnd = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_maxLines = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_maxLines;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_title = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_title;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_titleEnabled = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_titleEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CollapsingToolbarLayout_toolbarId = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_toolbarId;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem_alpha = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem_android_alpha = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_android_alpha;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ColorStateListItem_android_color = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_android_color;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton = global::DotnetPush.Droid.Resource.Styleable.CompoundButton;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_android_button = global::DotnetPush.Droid.Resource.Styleable.CompoundButton_android_button;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_buttonCompat = global::DotnetPush.Droid.Resource.Styleable.CompoundButton_buttonCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_buttonTint = global::DotnetPush.Droid.Resource.Styleable.CompoundButton_buttonTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CompoundButton_buttonTintMode = global::DotnetPush.Droid.Resource.Styleable.CompoundButton_buttonTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_keylines = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_keylines;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_arrowHeadLength = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_arrowHeadLength;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_arrowShaftLength = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_arrowShaftLength;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_barLength = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_barLength;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_color = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_color;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_drawableSize = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_drawableSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_gapBetweenBars = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_gapBetweenBars;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_spinBars = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_spinBars;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerArrowToggle_thickness = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_thickness;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerLayout = global::DotnetPush.Droid.Resource.Styleable.DrawerLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.DrawerLayout_elevation = global::DotnetPush.Droid.Resource.Styleable.DrawerLayout_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_elevation = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_extendMotionSpec = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_extendMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_hideMotionSpec = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_hideMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_showMotionSpec = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_showMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ExtendedFloatingActionButton_shrinkMotionSpec = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_shrinkMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_android_enabled = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_android_enabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_backgroundTintMode = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_backgroundTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_Behavior_Layout = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_borderWidth = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_borderWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_elevation = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_ensureMinTouchTargetSize = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_ensureMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_fabCustomSize = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_fabCustomSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_fabSize = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_fabSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_hideMotionSpec = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_hideMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_hoveredFocusedTranslationZ = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_hoveredFocusedTranslationZ;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_maxImageSize = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_maxImageSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_pressedTranslationZ = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_pressedTranslationZ;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_rippleColor = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_rippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_showMotionSpec = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_showMotionSpec;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FloatingActionButton_useCompatPadding = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_useCompatPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout = global::DotnetPush.Droid.Resource.Styleable.FlowLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout_itemSpacing = global::DotnetPush.Droid.Resource.Styleable.FlowLayout_itemSpacing;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FlowLayout_lineSpacing = global::DotnetPush.Droid.Resource.Styleable.FlowLayout_lineSpacing;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily = global::DotnetPush.Droid.Resource.Styleable.FontFamily;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_font = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_font;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_fontStyle = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_fontWeight = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_font = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_font;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_fontStyle = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_fontWeight = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontWeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamilyFont_ttcIndex = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_ttcIndex;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderAuthority = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderAuthority;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderCerts = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderCerts;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderPackage = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderPackage;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FontFamily_fontProviderQuery = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderQuery;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout = global::DotnetPush.Droid.Resource.Styleable.ForegroundLinearLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_android_foreground = global::DotnetPush.Droid.Resource.Styleable.ForegroundLinearLayout_android_foreground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity = global::DotnetPush.Droid.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding = global::DotnetPush.Droid.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Fragment = global::DotnetPush.Droid.Resource.Styleable.Fragment;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FragmentContainerView = global::DotnetPush.Droid.Resource.Styleable.FragmentContainerView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FragmentContainerView_android_name = global::DotnetPush.Droid.Resource.Styleable.FragmentContainerView_android_name;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.FragmentContainerView_android_tag = global::DotnetPush.Droid.Resource.Styleable.FragmentContainerView_android_tag;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Fragment_android_id = global::DotnetPush.Droid.Resource.Styleable.Fragment_android_id;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Fragment_android_name = global::DotnetPush.Droid.Resource.Styleable.Fragment_android_name;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Fragment_android_tag = global::DotnetPush.Droid.Resource.Styleable.Fragment_android_tag;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem_android_color = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem_android_color;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColorItem_android_offset = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem_android_offset;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerX;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_centerY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerY;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_endColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_endX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endX;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_endY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endY;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_gradientRadius = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_gradientRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_startColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_startX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startX;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_startY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startY;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_tileMode = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_tileMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.GradientColor_android_type = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_type;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets = global::DotnetPush.Droid.Resource.Styleable.Insets;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets_paddingBottomSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.Insets_paddingBottomSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets_paddingLeftSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.Insets_paddingLeftSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Insets_paddingRightSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.Insets_paddingRightSystemWindowInsets;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ItemsViewRendererTheme = global::DotnetPush.Droid.Resource.Styleable.ItemsViewRendererTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ItemsViewRendererTheme_collectionViewStyle = global::DotnetPush.Droid.Resource.Styleable.ItemsViewRendererTheme_collectionViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_baselineAligned = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAligned;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_gravity = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_gravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_orientation = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_orientation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_android_weightSum = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_weightSum;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_divider = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_divider;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_dividerPadding = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_dividerPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.LinearLayoutCompat_showDividers = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_showDividers;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow = global::DotnetPush.Droid.Resource.Styleable.ListPopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset = global::DotnetPush.Droid.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset = global::DotnetPush.Droid.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTheme = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog_backgroundInsetBottom = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog_backgroundInsetEnd = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog_backgroundInsetStart = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAlertDialog_backgroundInsetTop = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAutoCompleteTextView = global::DotnetPush.Droid.Resource.Styleable.MaterialAutoCompleteTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialAutoCompleteTextView_android_inputType = global::DotnetPush.Droid.Resource.Styleable.MaterialAutoCompleteTextView_android_inputType;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton = global::DotnetPush.Droid.Resource.Styleable.MaterialButton;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButtonToggleGroup = global::DotnetPush.Droid.Resource.Styleable.MaterialButtonToggleGroup;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButtonToggleGroup_checkedButton = global::DotnetPush.Droid.Resource.Styleable.MaterialButtonToggleGroup_checkedButton;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButtonToggleGroup_selectionRequired = global::DotnetPush.Droid.Resource.Styleable.MaterialButtonToggleGroup_selectionRequired;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButtonToggleGroup_singleSelection = global::DotnetPush.Droid.Resource.Styleable.MaterialButtonToggleGroup_singleSelection;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_background = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_background;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_checkable = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_checkable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_insetBottom = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_insetBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_insetLeft = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_insetLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_insetRight = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_insetRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_android_insetTop = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_insetTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_backgroundTintMode = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_backgroundTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_cornerRadius = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_cornerRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_elevation = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_icon = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconGravity = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconPadding = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconSize = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconTint = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_iconTintMode = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_rippleColor = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_rippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_strokeColor = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_strokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialButton_strokeWidth = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_strokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_android_insetBottom = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_android_insetBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_android_insetLeft = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_android_insetLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_android_insetRight = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_android_insetRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_android_insetTop = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_android_insetTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemFillColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemFillColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemShapeAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemShapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemShapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemShapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemStrokeColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemStrokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemStrokeWidth = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemStrokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendarItem_itemTextColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_android_windowFullscreen = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_android_windowFullscreen;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_dayInvalidStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_dayInvalidStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_daySelectedStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_daySelectedStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_dayStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_dayStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_dayTodayStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_dayTodayStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_rangeFillColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_rangeFillColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_yearSelectedStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_yearSelectedStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_yearStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_yearStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCalendar_yearTodayStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_yearTodayStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_android_checkable = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_android_checkable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_cardForegroundColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_cardForegroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_checkedIcon = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_checkedIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_checkedIconTint = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_checkedIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_rippleColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_rippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_state_dragged = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_state_dragged;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_strokeColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_strokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCardView_strokeWidth = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_strokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCheckBox = global::DotnetPush.Droid.Resource.Styleable.MaterialCheckBox;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCheckBox_buttonTint = global::DotnetPush.Droid.Resource.Styleable.MaterialCheckBox_buttonTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialCheckBox_useMaterialThemeColors = global::DotnetPush.Droid.Resource.Styleable.MaterialCheckBox_useMaterialThemeColors;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialRadioButton = global::DotnetPush.Droid.Resource.Styleable.MaterialRadioButton;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialRadioButton_buttonTint = global::DotnetPush.Droid.Resource.Styleable.MaterialRadioButton_buttonTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialRadioButton_useMaterialThemeColors = global::DotnetPush.Droid.Resource.Styleable.MaterialRadioButton_useMaterialThemeColors;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialShape = global::DotnetPush.Droid.Resource.Styleable.MaterialShape;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialShape_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialShape_shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialShape_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.MaterialShape_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextAppearance_android_lineHeight = global::DotnetPush.Droid.Resource.Styleable.MaterialTextAppearance_android_lineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextAppearance_lineHeight = global::DotnetPush.Droid.Resource.Styleable.MaterialTextAppearance_lineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextView = global::DotnetPush.Droid.Resource.Styleable.MaterialTextView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextView_android_lineHeight = global::DotnetPush.Droid.Resource.Styleable.MaterialTextView_android_lineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextView_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialTextView_android_textAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MaterialTextView_lineHeight = global::DotnetPush.Droid.Resource.Styleable.MaterialTextView_lineHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup = global::DotnetPush.Droid.Resource.Styleable.MenuGroup;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_checkableBehavior = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_checkableBehavior;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_enabled = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_enabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_id = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_id;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_menuCategory = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_menuCategory;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_orderInCategory = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_orderInCategory;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuGroup_android_visible = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_visible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem = global::DotnetPush.Droid.Resource.Styleable.MenuItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_actionLayout = global::DotnetPush.Droid.Resource.Styleable.MenuItem_actionLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_actionProviderClass = global::DotnetPush.Droid.Resource.Styleable.MenuItem_actionProviderClass;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_actionViewClass = global::DotnetPush.Droid.Resource.Styleable.MenuItem_actionViewClass;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_alphabeticModifiers = global::DotnetPush.Droid.Resource.Styleable.MenuItem_alphabeticModifiers;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_alphabeticShortcut = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_alphabeticShortcut;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_checkable = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_checkable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_checked = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_checked;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_enabled = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_enabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_icon = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_id = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_id;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_menuCategory = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_menuCategory;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_numericShortcut = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_numericShortcut;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_onClick = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_onClick;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_orderInCategory = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_orderInCategory;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_title = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_title;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_titleCondensed = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_titleCondensed;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_android_visible = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_visible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_contentDescription = global::DotnetPush.Droid.Resource.Styleable.MenuItem_contentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_iconTint = global::DotnetPush.Droid.Resource.Styleable.MenuItem_iconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_iconTintMode = global::DotnetPush.Droid.Resource.Styleable.MenuItem_iconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_numericModifiers = global::DotnetPush.Droid.Resource.Styleable.MenuItem_numericModifiers;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_showAsAction = global::DotnetPush.Droid.Resource.Styleable.MenuItem_showAsAction;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuItem_tooltipText = global::DotnetPush.Droid.Resource.Styleable.MenuItem_tooltipText;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView = global::DotnetPush.Droid.Resource.Styleable.MenuView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_headerBackground = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_headerBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_horizontalDivider = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_horizontalDivider;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_itemBackground = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_itemBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_itemIconDisabledAlpha = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_itemIconDisabledAlpha;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_itemTextAppearance = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_itemTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_verticalDivider = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_verticalDivider;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_android_windowAnimationStyle = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_windowAnimationStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_preserveIconSpacing = global::DotnetPush.Droid.Resource.Styleable.MenuView_preserveIconSpacing;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.MenuView_subMenuArrow = global::DotnetPush.Droid.Resource.Styleable.MenuView_subMenuArrow;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView = global::DotnetPush.Droid.Resource.Styleable.NavigationView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_android_background = global::DotnetPush.Droid.Resource.Styleable.NavigationView_android_background;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_android_fitsSystemWindows = global::DotnetPush.Droid.Resource.Styleable.NavigationView_android_fitsSystemWindows;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_android_maxWidth = global::DotnetPush.Droid.Resource.Styleable.NavigationView_android_maxWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_elevation = global::DotnetPush.Droid.Resource.Styleable.NavigationView_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_headerLayout = global::DotnetPush.Droid.Resource.Styleable.NavigationView_headerLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemBackground = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemHorizontalPadding = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemHorizontalPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemIconPadding = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemIconPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemIconSize = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemIconSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemIconTint = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemMaxLines = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemMaxLines;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeAppearance = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeFillColor = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeFillColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeInsetBottom = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeInsetBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeInsetEnd = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeInsetEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeInsetStart = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeInsetStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemShapeInsetTop = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeInsetTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemTextAppearance = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_itemTextColor = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.NavigationView_menu = global::DotnetPush.Droid.Resource.Styleable.NavigationView_menu;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow = global::DotnetPush.Droid.Resource.Styleable.PopupWindow;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindowBackgroundState = global::DotnetPush.Droid.Resource.Styleable.PopupWindowBackgroundState;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor = global::DotnetPush.Droid.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_android_popupAnimationStyle = global::DotnetPush.Droid.Resource.Styleable.PopupWindow_android_popupAnimationStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_android_popupBackground = global::DotnetPush.Droid.Resource.Styleable.PopupWindow_android_popupBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.PopupWindow_overlapAnchor = global::DotnetPush.Droid.Resource.Styleable.PopupWindow_overlapAnchor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RangeSlider = global::DotnetPush.Droid.Resource.Styleable.RangeSlider;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RangeSlider_values = global::DotnetPush.Droid.Resource.Styleable.RangeSlider_values;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView = global::DotnetPush.Droid.Resource.Styleable.RecycleListView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView_paddingBottomNoButtons = global::DotnetPush.Droid.Resource.Styleable.RecycleListView_paddingBottomNoButtons;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecycleListView_paddingTopNoTitle = global::DotnetPush.Droid.Resource.Styleable.RecycleListView_paddingTopNoTitle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView = global::DotnetPush.Droid.Resource.Styleable.RecyclerView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_android_clipToPadding = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_android_clipToPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_android_descendantFocusability = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_android_descendantFocusability;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_android_orientation = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_android_orientation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollEnabled = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollHorizontalThumbDrawable = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollHorizontalThumbDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollHorizontalTrackDrawable = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollHorizontalTrackDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollVerticalThumbDrawable = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollVerticalThumbDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_fastScrollVerticalTrackDrawable = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollVerticalTrackDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_layoutManager = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_layoutManager;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_reverseLayout = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_reverseLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_spanCount = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_spanCount;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.RecyclerView_stackFromEnd = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_stackFromEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrimInsetsFrameLayout = global::DotnetPush.Droid.Resource.Styleable.ScrimInsetsFrameLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrimInsetsFrameLayout_insetForeground = global::DotnetPush.Droid.Resource.Styleable.ScrimInsetsFrameLayout_insetForeground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrollingViewBehavior_Layout = global::DotnetPush.Droid.Resource.Styleable.ScrollingViewBehavior_Layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrollingViewBehavior_Layout_behavior_overlapTop = global::DotnetPush.Droid.Resource.Styleable.ScrollingViewBehavior_Layout_behavior_overlapTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrollViewRendererTheme = global::DotnetPush.Droid.Resource.Styleable.ScrollViewRendererTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ScrollViewRendererTheme_scrollViewStyle = global::DotnetPush.Droid.Resource.Styleable.ScrollViewRendererTheme_scrollViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView = global::DotnetPush.Droid.Resource.Styleable.SearchView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_android_focusable = global::DotnetPush.Droid.Resource.Styleable.SearchView_android_focusable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_android_imeOptions = global::DotnetPush.Droid.Resource.Styleable.SearchView_android_imeOptions;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_android_inputType = global::DotnetPush.Droid.Resource.Styleable.SearchView_android_inputType;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_android_maxWidth = global::DotnetPush.Droid.Resource.Styleable.SearchView_android_maxWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_closeIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_closeIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_commitIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_commitIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_defaultQueryHint = global::DotnetPush.Droid.Resource.Styleable.SearchView_defaultQueryHint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_goIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_goIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_iconifiedByDefault = global::DotnetPush.Droid.Resource.Styleable.SearchView_iconifiedByDefault;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_layout = global::DotnetPush.Droid.Resource.Styleable.SearchView_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_queryBackground = global::DotnetPush.Droid.Resource.Styleable.SearchView_queryBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_queryHint = global::DotnetPush.Droid.Resource.Styleable.SearchView_queryHint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_searchHintIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_searchHintIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_searchIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_searchIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_submitBackground = global::DotnetPush.Droid.Resource.Styleable.SearchView_submitBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_suggestionRowLayout = global::DotnetPush.Droid.Resource.Styleable.SearchView_suggestionRowLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SearchView_voiceIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_voiceIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView_shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_strokeColor = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView_strokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeableImageView_strokeWidth = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView_strokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamily = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamily;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamilyBottomLeft = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyBottomLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamilyBottomRight = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyBottomRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamilyTopLeft = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyTopLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerFamilyTopRight = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyTopRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSize = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSizeBottomLeft = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSizeBottomLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSizeBottomRight = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSizeBottomRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSizeTopLeft = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSizeTopLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ShapeAppearance_cornerSizeTopRight = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSizeTopRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider = global::DotnetPush.Droid.Resource.Styleable.Slider;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_enabled = global::DotnetPush.Droid.Resource.Styleable.Slider_android_enabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_stepSize = global::DotnetPush.Droid.Resource.Styleable.Slider_android_stepSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_value = global::DotnetPush.Droid.Resource.Styleable.Slider_android_value;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_valueFrom = global::DotnetPush.Droid.Resource.Styleable.Slider_android_valueFrom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_android_valueTo = global::DotnetPush.Droid.Resource.Styleable.Slider_android_valueTo;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_haloColor = global::DotnetPush.Droid.Resource.Styleable.Slider_haloColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_haloRadius = global::DotnetPush.Droid.Resource.Styleable.Slider_haloRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_labelBehavior = global::DotnetPush.Droid.Resource.Styleable.Slider_labelBehavior;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_labelStyle = global::DotnetPush.Droid.Resource.Styleable.Slider_labelStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_thumbColor = global::DotnetPush.Droid.Resource.Styleable.Slider_thumbColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_thumbElevation = global::DotnetPush.Droid.Resource.Styleable.Slider_thumbElevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_thumbRadius = global::DotnetPush.Droid.Resource.Styleable.Slider_thumbRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_tickColor = global::DotnetPush.Droid.Resource.Styleable.Slider_tickColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_tickColorActive = global::DotnetPush.Droid.Resource.Styleable.Slider_tickColorActive;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_tickColorInactive = global::DotnetPush.Droid.Resource.Styleable.Slider_tickColorInactive;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_trackColor = global::DotnetPush.Droid.Resource.Styleable.Slider_trackColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_trackColorActive = global::DotnetPush.Droid.Resource.Styleable.Slider_trackColorActive;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_trackColorInactive = global::DotnetPush.Droid.Resource.Styleable.Slider_trackColorInactive;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Slider_trackHeight = global::DotnetPush.Droid.Resource.Styleable.Slider_trackHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar = global::DotnetPush.Droid.Resource.Styleable.Snackbar;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_actionTextColorAlpha = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_actionTextColorAlpha;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_android_maxWidth = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_android_maxWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_animationMode = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_animationMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_backgroundOverlayColorAlpha = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_backgroundOverlayColorAlpha;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_backgroundTintMode = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_backgroundTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_elevation = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_elevation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SnackbarLayout_maxActionInlineWidth = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_maxActionInlineWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarButtonStyle = global::DotnetPush.Droid.Resource.Styleable.Snackbar_snackbarButtonStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarStyle = global::DotnetPush.Droid.Resource.Styleable.Snackbar_snackbarStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Snackbar_snackbarTextViewStyle = global::DotnetPush.Droid.Resource.Styleable.Snackbar_snackbarTextViewStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner = global::DotnetPush.Droid.Resource.Styleable.Spinner;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_dropDownWidth = global::DotnetPush.Droid.Resource.Styleable.Spinner_android_dropDownWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_entries = global::DotnetPush.Droid.Resource.Styleable.Spinner_android_entries;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_popupBackground = global::DotnetPush.Droid.Resource.Styleable.Spinner_android_popupBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_android_prompt = global::DotnetPush.Droid.Resource.Styleable.Spinner_android_prompt;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Spinner_popupTheme = global::DotnetPush.Droid.Resource.Styleable.Spinner_popupTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawableItem = global::DotnetPush.Droid.Resource.Styleable.StateListDrawableItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawableItem_android_drawable = global::DotnetPush.Droid.Resource.Styleable.StateListDrawableItem_android_drawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_constantSize = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_constantSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_dither = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_dither;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_enterFadeDuration = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_enterFadeDuration;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_exitFadeDuration = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_exitFadeDuration;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_variablePadding = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_variablePadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.StateListDrawable_android_visible = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_visible;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwipeRefreshLayout = global::DotnetPush.Droid.Resource.Styleable.SwipeRefreshLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = global::DotnetPush.Droid.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_android_textOff = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_android_textOff;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_android_textOn = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_android_textOn;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_android_thumb = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_android_thumb;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_showText = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_showText;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_splitTrack = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_splitTrack;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_switchMinWidth = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_switchMinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_switchPadding = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_switchPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_switchTextAppearance = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_switchTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_thumbTextPadding = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_thumbTextPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_thumbTint = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_thumbTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_thumbTintMode = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_thumbTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_track = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_track;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_trackTint = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_trackTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchCompat_trackTintMode = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_trackTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchMaterial = global::DotnetPush.Droid.Resource.Styleable.SwitchMaterial;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.SwitchMaterial_useMaterialThemeColors = global::DotnetPush.Droid.Resource.Styleable.SwitchMaterial_useMaterialThemeColors;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabItem = global::DotnetPush.Droid.Resource.Styleable.TabItem;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabItem_android_icon = global::DotnetPush.Droid.Resource.Styleable.TabItem_android_icon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabItem_android_layout = global::DotnetPush.Droid.Resource.Styleable.TabItem_android_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabItem_android_text = global::DotnetPush.Droid.Resource.Styleable.TabItem_android_text;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout = global::DotnetPush.Droid.Resource.Styleable.TabLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabBackground = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabBackground;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabContentStart = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabContentStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabGravity = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIconTint = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIconTintMode = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicator = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicator;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorAnimationDuration = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorAnimationDuration;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorColor = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorFullWidth = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorFullWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorGravity = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabIndicatorHeight = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabInlineLabel = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabInlineLabel;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabMaxWidth = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabMaxWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabMinWidth = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabMinWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabMode = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPadding = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPadding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPaddingBottom = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPaddingBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPaddingEnd = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPaddingEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPaddingStart = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPaddingStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabPaddingTop = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPaddingTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabRippleColor = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabRippleColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabSelectedTextColor = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabSelectedTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabTextColor = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TabLayout_tabUnboundedRipple = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabUnboundedRipple;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_fontFamily = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_fontFamily;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_shadowColor = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_shadowColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_shadowDx = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_shadowDx;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_shadowDy = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_shadowDy;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_shadowRadius = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_shadowRadius;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textColor = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textColorHint = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textColorHint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textColorLink = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textColorLink;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textFontWeight = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textFontWeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textSize = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textSize;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_textStyle = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textStyle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_android_typeface = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_typeface;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_fontFamily = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_fontFamily;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_fontVariationSettings;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_textAllCaps = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_textAllCaps;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextAppearance_textLocale = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_textLocale;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputEditText = global::DotnetPush.Droid.Resource.Styleable.TextInputEditText;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputEditText_textInputLayoutFocusedRectEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputEditText_textInputLayoutFocusedRectEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_android_enabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_android_enabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_android_hint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_android_hint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_android_textColorHint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_android_textColorHint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxBackgroundColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxBackgroundColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxBackgroundMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxBackgroundMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCollapsedPaddingTop = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCollapsedPaddingTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomEnd = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomStart = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCornerRadiusTopEnd = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusTopEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxCornerRadiusTopStart = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusTopStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxStrokeColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxStrokeColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxStrokeErrorColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxStrokeErrorColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxStrokeWidth = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxStrokeWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_boxStrokeWidthFocused = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxStrokeWidthFocused;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterMaxLength = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterMaxLength;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterOverflowTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterOverflowTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterOverflowTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterOverflowTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_counterTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconCheckable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconCheckable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconContentDescription = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconDrawable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconTint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_endIconTintMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorContentDescription = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorIconDrawable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorIconDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorIconTint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorIconTintMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorIconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_errorTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_helperText = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_helperText;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_helperTextEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_helperTextEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_helperTextTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_helperTextTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_helperTextTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_helperTextTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_hintAnimationEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_hintAnimationEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_hintEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_hintEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_hintTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_hintTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_hintTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_hintTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleContentDescription = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleDrawable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleEnabled;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleTint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_passwordToggleTintMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_placeholderText = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_placeholderText;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_placeholderTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_placeholderTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_placeholderTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_placeholderTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_prefixText = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_prefixText;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_prefixTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_prefixTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_prefixTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_prefixTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_shapeAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconCheckable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconCheckable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconContentDescription = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconDrawable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconDrawable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconTint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_startIconTintMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_suffixText = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_suffixText;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_suffixTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_suffixTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.TextInputLayout_suffixTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_suffixTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ThemeEnforcement = global::DotnetPush.Droid.Resource.Styleable.ThemeEnforcement;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ThemeEnforcement_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.ThemeEnforcement_android_textAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ThemeEnforcement_enforceMaterialTheme = global::DotnetPush.Droid.Resource.Styleable.ThemeEnforcement_enforceMaterialTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ThemeEnforcement_enforceTextAppearance = global::DotnetPush.Droid.Resource.Styleable.ThemeEnforcement_enforceTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar = global::DotnetPush.Droid.Resource.Styleable.Toolbar;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_android_gravity = global::DotnetPush.Droid.Resource.Styleable.Toolbar_android_gravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_android_minHeight = global::DotnetPush.Droid.Resource.Styleable.Toolbar_android_minHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_buttonGravity = global::DotnetPush.Droid.Resource.Styleable.Toolbar_buttonGravity;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_collapseContentDescription = global::DotnetPush.Droid.Resource.Styleable.Toolbar_collapseContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_collapseIcon = global::DotnetPush.Droid.Resource.Styleable.Toolbar_collapseIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetEnd = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetEndWithActions = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetEndWithActions;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetLeft = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetLeft;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetRight = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetRight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetStart = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_contentInsetStartWithNavigation = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetStartWithNavigation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_logo = global::DotnetPush.Droid.Resource.Styleable.Toolbar_logo;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_logoDescription = global::DotnetPush.Droid.Resource.Styleable.Toolbar_logoDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_maxButtonHeight = global::DotnetPush.Droid.Resource.Styleable.Toolbar_maxButtonHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_menu = global::DotnetPush.Droid.Resource.Styleable.Toolbar_menu;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_navigationContentDescription = global::DotnetPush.Droid.Resource.Styleable.Toolbar_navigationContentDescription;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_navigationIcon = global::DotnetPush.Droid.Resource.Styleable.Toolbar_navigationIcon;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_popupTheme = global::DotnetPush.Droid.Resource.Styleable.Toolbar_popupTheme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_subtitle = global::DotnetPush.Droid.Resource.Styleable.Toolbar_subtitle;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_subtitleTextAppearance = global::DotnetPush.Droid.Resource.Styleable.Toolbar_subtitleTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_subtitleTextColor = global::DotnetPush.Droid.Resource.Styleable.Toolbar_subtitleTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_title = global::DotnetPush.Droid.Resource.Styleable.Toolbar_title;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMargin = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMargin;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginBottom = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMarginBottom;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginEnd = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMarginEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMargins = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMargins;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginStart = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMarginStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleMarginTop = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMarginTop;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleTextAppearance = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleTextAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Toolbar_titleTextColor = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleTextColor;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip = global::DotnetPush.Droid.Resource.Styleable.Tooltip;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_layout_margin = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_layout_margin;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_minHeight = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_minHeight;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_minWidth = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_minWidth;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_padding = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_padding;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_text = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_text;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_textAppearance;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.Tooltip_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.Tooltip_backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.View = global::DotnetPush.Droid.Resource.Styleable.View;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper = global::DotnetPush.Droid.Resource.Styleable.ViewBackgroundHelper;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper_android_background = global::DotnetPush.Droid.Resource.Styleable.ViewBackgroundHelper_android_background;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTint;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewBackgroundHelper_backgroundTintMode = global::DotnetPush.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTintMode;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewPager2 = global::DotnetPush.Droid.Resource.Styleable.ViewPager2;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewPager2_android_orientation = global::DotnetPush.Droid.Resource.Styleable.ViewPager2_android_orientation;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat = global::DotnetPush.Droid.Resource.Styleable.ViewStubCompat;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_id = global::DotnetPush.Droid.Resource.Styleable.ViewStubCompat_android_id;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_inflatedId = global::DotnetPush.Droid.Resource.Styleable.ViewStubCompat_android_inflatedId;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.ViewStubCompat_android_layout = global::DotnetPush.Droid.Resource.Styleable.ViewStubCompat_android_layout;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_android_focusable = global::DotnetPush.Droid.Resource.Styleable.View_android_focusable;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_android_theme = global::DotnetPush.Droid.Resource.Styleable.View_android_theme;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_paddingEnd = global::DotnetPush.Droid.Resource.Styleable.View_paddingEnd;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_paddingStart = global::DotnetPush.Droid.Resource.Styleable.View_paddingStart;
- global::Xamarin.Forms.Platform.Android.Resource.Styleable.View_theme = global::DotnetPush.Droid.Resource.Styleable.View_theme;
- global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge = global::DotnetPush.Droid.Resource.Xml.standalone_badge;
- global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge_gravity_bottom_end = global::DotnetPush.Droid.Resource.Xml.standalone_badge_gravity_bottom_end;
- global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge_gravity_bottom_start = global::DotnetPush.Droid.Resource.Xml.standalone_badge_gravity_bottom_start;
- global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge_gravity_top_start = global::DotnetPush.Droid.Resource.Xml.standalone_badge_gravity_top_start;
- global::Xamarin.Forms.Platform.Android.Resource.Xml.standalone_badge_offset = global::DotnetPush.Droid.Resource.Xml.standalone_badge_offset;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_fade_in = global::DotnetPush.Droid.Resource.Animation.abc_fade_in;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_fade_out = global::DotnetPush.Droid.Resource.Animation.abc_fade_out;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_grow_fade_in_from_bottom = global::DotnetPush.Droid.Resource.Animation.abc_grow_fade_in_from_bottom;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_popup_enter = global::DotnetPush.Droid.Resource.Animation.abc_popup_enter;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_popup_exit = global::DotnetPush.Droid.Resource.Animation.abc_popup_exit;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_shrink_fade_out_from_bottom = global::DotnetPush.Droid.Resource.Animation.abc_shrink_fade_out_from_bottom;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_slide_in_bottom = global::DotnetPush.Droid.Resource.Animation.abc_slide_in_bottom;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_slide_in_top = global::DotnetPush.Droid.Resource.Animation.abc_slide_in_top;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_slide_out_bottom = global::DotnetPush.Droid.Resource.Animation.abc_slide_out_bottom;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_slide_out_top = global::DotnetPush.Droid.Resource.Animation.abc_slide_out_top;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_tooltip_enter = global::DotnetPush.Droid.Resource.Animation.abc_tooltip_enter;
- global::Xamarin.Forms.Platform.Resource.Animation.abc_tooltip_exit = global::DotnetPush.Droid.Resource.Animation.abc_tooltip_exit;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_checkbox_to_checked_box_inner_merged_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_checked_box_inner_merged_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_checkbox_to_checked_box_outer_merged_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_checked_box_outer_merged_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_checkbox_to_checked_icon_null_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_checked_icon_null_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_checkbox_to_unchecked_box_inner_merged_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_unchecked_box_inner_merged_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_checkbox_to_unchecked_check_path_merged_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_unchecked_check_path_merged_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_checkbox_to_unchecked_icon_null_animation = global::DotnetPush.Droid.Resource.Animation.btn_checkbox_to_unchecked_icon_null_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_radio_to_off_mtrl_dot_group_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_off_mtrl_dot_group_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_radio_to_off_mtrl_ring_outer_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_off_mtrl_ring_outer_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_radio_to_off_mtrl_ring_outer_path_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_off_mtrl_ring_outer_path_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_radio_to_on_mtrl_dot_group_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_on_mtrl_dot_group_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_path_animation = global::DotnetPush.Droid.Resource.Animation.btn_radio_to_on_mtrl_ring_outer_path_animation;
- global::Xamarin.Forms.Platform.Resource.Animation.design_bottom_sheet_slide_in = global::DotnetPush.Droid.Resource.Animation.design_bottom_sheet_slide_in;
- global::Xamarin.Forms.Platform.Resource.Animation.design_bottom_sheet_slide_out = global::DotnetPush.Droid.Resource.Animation.design_bottom_sheet_slide_out;
- global::Xamarin.Forms.Platform.Resource.Animation.design_snackbar_in = global::DotnetPush.Droid.Resource.Animation.design_snackbar_in;
- global::Xamarin.Forms.Platform.Resource.Animation.design_snackbar_out = global::DotnetPush.Droid.Resource.Animation.design_snackbar_out;
- global::Xamarin.Forms.Platform.Resource.Animation.EnterFromLeft = global::DotnetPush.Droid.Resource.Animation.EnterFromLeft;
- global::Xamarin.Forms.Platform.Resource.Animation.EnterFromRight = global::DotnetPush.Droid.Resource.Animation.EnterFromRight;
- global::Xamarin.Forms.Platform.Resource.Animation.ExitToLeft = global::DotnetPush.Droid.Resource.Animation.ExitToLeft;
- global::Xamarin.Forms.Platform.Resource.Animation.ExitToRight = global::DotnetPush.Droid.Resource.Animation.ExitToRight;
- global::Xamarin.Forms.Platform.Resource.Animation.fragment_close_enter = global::DotnetPush.Droid.Resource.Animation.fragment_close_enter;
- global::Xamarin.Forms.Platform.Resource.Animation.fragment_close_exit = global::DotnetPush.Droid.Resource.Animation.fragment_close_exit;
- global::Xamarin.Forms.Platform.Resource.Animation.fragment_fade_enter = global::DotnetPush.Droid.Resource.Animation.fragment_fade_enter;
- global::Xamarin.Forms.Platform.Resource.Animation.fragment_fade_exit = global::DotnetPush.Droid.Resource.Animation.fragment_fade_exit;
- global::Xamarin.Forms.Platform.Resource.Animation.fragment_fast_out_extra_slow_in = global::DotnetPush.Droid.Resource.Animation.fragment_fast_out_extra_slow_in;
- global::Xamarin.Forms.Platform.Resource.Animation.fragment_open_enter = global::DotnetPush.Droid.Resource.Animation.fragment_open_enter;
- global::Xamarin.Forms.Platform.Resource.Animation.fragment_open_exit = global::DotnetPush.Droid.Resource.Animation.fragment_open_exit;
- global::Xamarin.Forms.Platform.Resource.Animation.mtrl_bottom_sheet_slide_in = global::DotnetPush.Droid.Resource.Animation.mtrl_bottom_sheet_slide_in;
- global::Xamarin.Forms.Platform.Resource.Animation.mtrl_bottom_sheet_slide_out = global::DotnetPush.Droid.Resource.Animation.mtrl_bottom_sheet_slide_out;
- global::Xamarin.Forms.Platform.Resource.Animation.mtrl_card_lowers_interpolator = global::DotnetPush.Droid.Resource.Animation.mtrl_card_lowers_interpolator;
- global::Xamarin.Forms.Platform.Resource.Animator.design_appbar_state_list_animator = global::DotnetPush.Droid.Resource.Animator.design_appbar_state_list_animator;
- global::Xamarin.Forms.Platform.Resource.Animator.design_fab_hide_motion_spec = global::DotnetPush.Droid.Resource.Animator.design_fab_hide_motion_spec;
- global::Xamarin.Forms.Platform.Resource.Animator.design_fab_show_motion_spec = global::DotnetPush.Droid.Resource.Animator.design_fab_show_motion_spec;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_btn_state_list_anim = global::DotnetPush.Droid.Resource.Animator.mtrl_btn_state_list_anim;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_btn_unelevated_state_list_anim = global::DotnetPush.Droid.Resource.Animator.mtrl_btn_unelevated_state_list_anim;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_card_state_list_anim = global::DotnetPush.Droid.Resource.Animator.mtrl_card_state_list_anim;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_chip_state_list_anim = global::DotnetPush.Droid.Resource.Animator.mtrl_chip_state_list_anim;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_change_size_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_extended_fab_change_size_motion_spec;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_hide_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_extended_fab_hide_motion_spec;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_show_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_extended_fab_show_motion_spec;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_extended_fab_state_list_animator = global::DotnetPush.Droid.Resource.Animator.mtrl_extended_fab_state_list_animator;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_fab_hide_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_fab_hide_motion_spec;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_fab_show_motion_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_fab_show_motion_spec;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_fab_transformation_sheet_collapse_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_fab_transformation_sheet_collapse_spec;
- global::Xamarin.Forms.Platform.Resource.Animator.mtrl_fab_transformation_sheet_expand_spec = global::DotnetPush.Droid.Resource.Animator.mtrl_fab_transformation_sheet_expand_spec;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarDivider = global::DotnetPush.Droid.Resource.Attribute.actionBarDivider;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarItemBackground = global::DotnetPush.Droid.Resource.Attribute.actionBarItemBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarPopupTheme = global::DotnetPush.Droid.Resource.Attribute.actionBarPopupTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarSize = global::DotnetPush.Droid.Resource.Attribute.actionBarSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarSplitStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarSplitStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarTabBarStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarTabBarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarTabStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarTabStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarTabTextStyle = global::DotnetPush.Droid.Resource.Attribute.actionBarTabTextStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarTheme = global::DotnetPush.Droid.Resource.Attribute.actionBarTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionBarWidgetTheme = global::DotnetPush.Droid.Resource.Attribute.actionBarWidgetTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionButtonStyle = global::DotnetPush.Droid.Resource.Attribute.actionButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionDropDownStyle = global::DotnetPush.Droid.Resource.Attribute.actionDropDownStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionLayout = global::DotnetPush.Droid.Resource.Attribute.actionLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionMenuTextAppearance = global::DotnetPush.Droid.Resource.Attribute.actionMenuTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionMenuTextColor = global::DotnetPush.Droid.Resource.Attribute.actionMenuTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeBackground = global::DotnetPush.Droid.Resource.Attribute.actionModeBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCloseButtonStyle = global::DotnetPush.Droid.Resource.Attribute.actionModeCloseButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCloseDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeCloseDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCopyDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeCopyDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeCutDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeCutDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeFindDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeFindDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModePasteDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModePasteDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModePopupWindowStyle = global::DotnetPush.Droid.Resource.Attribute.actionModePopupWindowStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeSelectAllDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeSelectAllDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeShareDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeShareDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeSplitBackground = global::DotnetPush.Droid.Resource.Attribute.actionModeSplitBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeStyle = global::DotnetPush.Droid.Resource.Attribute.actionModeStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionModeWebSearchDrawable = global::DotnetPush.Droid.Resource.Attribute.actionModeWebSearchDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionOverflowButtonStyle = global::DotnetPush.Droid.Resource.Attribute.actionOverflowButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionOverflowMenuStyle = global::DotnetPush.Droid.Resource.Attribute.actionOverflowMenuStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionProviderClass = global::DotnetPush.Droid.Resource.Attribute.actionProviderClass;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionTextColorAlpha = global::DotnetPush.Droid.Resource.Attribute.actionTextColorAlpha;
- global::Xamarin.Forms.Platform.Resource.Attribute.actionViewClass = global::DotnetPush.Droid.Resource.Attribute.actionViewClass;
- global::Xamarin.Forms.Platform.Resource.Attribute.activityChooserViewStyle = global::DotnetPush.Droid.Resource.Attribute.activityChooserViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.alertDialogButtonGroupStyle = global::DotnetPush.Droid.Resource.Attribute.alertDialogButtonGroupStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.alertDialogCenterButtons = global::DotnetPush.Droid.Resource.Attribute.alertDialogCenterButtons;
- global::Xamarin.Forms.Platform.Resource.Attribute.alertDialogStyle = global::DotnetPush.Droid.Resource.Attribute.alertDialogStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.alertDialogTheme = global::DotnetPush.Droid.Resource.Attribute.alertDialogTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.allowStacking = global::DotnetPush.Droid.Resource.Attribute.allowStacking;
- global::Xamarin.Forms.Platform.Resource.Attribute.alpha = global::DotnetPush.Droid.Resource.Attribute.alpha;
- global::Xamarin.Forms.Platform.Resource.Attribute.alphabeticModifiers = global::DotnetPush.Droid.Resource.Attribute.alphabeticModifiers;
- global::Xamarin.Forms.Platform.Resource.Attribute.animationMode = global::DotnetPush.Droid.Resource.Attribute.animationMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.appBarLayoutStyle = global::DotnetPush.Droid.Resource.Attribute.appBarLayoutStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.arrowHeadLength = global::DotnetPush.Droid.Resource.Attribute.arrowHeadLength;
- global::Xamarin.Forms.Platform.Resource.Attribute.arrowShaftLength = global::DotnetPush.Droid.Resource.Attribute.arrowShaftLength;
- global::Xamarin.Forms.Platform.Resource.Attribute.autoCompleteTextViewStyle = global::DotnetPush.Droid.Resource.Attribute.autoCompleteTextViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.autoSizeMaxTextSize = global::DotnetPush.Droid.Resource.Attribute.autoSizeMaxTextSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.autoSizeMinTextSize = global::DotnetPush.Droid.Resource.Attribute.autoSizeMinTextSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.autoSizePresetSizes = global::DotnetPush.Droid.Resource.Attribute.autoSizePresetSizes;
- global::Xamarin.Forms.Platform.Resource.Attribute.autoSizeStepGranularity = global::DotnetPush.Droid.Resource.Attribute.autoSizeStepGranularity;
- global::Xamarin.Forms.Platform.Resource.Attribute.autoSizeTextType = global::DotnetPush.Droid.Resource.Attribute.autoSizeTextType;
- global::Xamarin.Forms.Platform.Resource.Attribute.background = global::DotnetPush.Droid.Resource.Attribute.background;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundColor = global::DotnetPush.Droid.Resource.Attribute.backgroundColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundInsetBottom = global::DotnetPush.Droid.Resource.Attribute.backgroundInsetBottom;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundInsetEnd = global::DotnetPush.Droid.Resource.Attribute.backgroundInsetEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundInsetStart = global::DotnetPush.Droid.Resource.Attribute.backgroundInsetStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundInsetTop = global::DotnetPush.Droid.Resource.Attribute.backgroundInsetTop;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundOverlayColorAlpha = global::DotnetPush.Droid.Resource.Attribute.backgroundOverlayColorAlpha;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundSplit = global::DotnetPush.Droid.Resource.Attribute.backgroundSplit;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundStacked = global::DotnetPush.Droid.Resource.Attribute.backgroundStacked;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundTint = global::DotnetPush.Droid.Resource.Attribute.backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.backgroundTintMode = global::DotnetPush.Droid.Resource.Attribute.backgroundTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.badgeGravity = global::DotnetPush.Droid.Resource.Attribute.badgeGravity;
- global::Xamarin.Forms.Platform.Resource.Attribute.badgeStyle = global::DotnetPush.Droid.Resource.Attribute.badgeStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.badgeTextColor = global::DotnetPush.Droid.Resource.Attribute.badgeTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.barLength = global::DotnetPush.Droid.Resource.Attribute.barLength;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_autoHide = global::DotnetPush.Droid.Resource.Attribute.behavior_autoHide;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_autoShrink = global::DotnetPush.Droid.Resource.Attribute.behavior_autoShrink;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_draggable = global::DotnetPush.Droid.Resource.Attribute.behavior_draggable;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_expandedOffset = global::DotnetPush.Droid.Resource.Attribute.behavior_expandedOffset;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_fitToContents = global::DotnetPush.Droid.Resource.Attribute.behavior_fitToContents;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_halfExpandedRatio = global::DotnetPush.Droid.Resource.Attribute.behavior_halfExpandedRatio;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_hideable = global::DotnetPush.Droid.Resource.Attribute.behavior_hideable;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_overlapTop = global::DotnetPush.Droid.Resource.Attribute.behavior_overlapTop;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_peekHeight = global::DotnetPush.Droid.Resource.Attribute.behavior_peekHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_saveFlags = global::DotnetPush.Droid.Resource.Attribute.behavior_saveFlags;
- global::Xamarin.Forms.Platform.Resource.Attribute.behavior_skipCollapsed = global::DotnetPush.Droid.Resource.Attribute.behavior_skipCollapsed;
- global::Xamarin.Forms.Platform.Resource.Attribute.borderlessButtonStyle = global::DotnetPush.Droid.Resource.Attribute.borderlessButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.borderWidth = global::DotnetPush.Droid.Resource.Attribute.borderWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.bottomAppBarStyle = global::DotnetPush.Droid.Resource.Attribute.bottomAppBarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.bottomNavigationStyle = global::DotnetPush.Droid.Resource.Attribute.bottomNavigationStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.bottomSheetDialogTheme = global::DotnetPush.Droid.Resource.Attribute.bottomSheetDialogTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.bottomSheetStyle = global::DotnetPush.Droid.Resource.Attribute.bottomSheetStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxBackgroundColor = global::DotnetPush.Droid.Resource.Attribute.boxBackgroundColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxBackgroundMode = global::DotnetPush.Droid.Resource.Attribute.boxBackgroundMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxCollapsedPaddingTop = global::DotnetPush.Droid.Resource.Attribute.boxCollapsedPaddingTop;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxCornerRadiusBottomEnd = global::DotnetPush.Droid.Resource.Attribute.boxCornerRadiusBottomEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxCornerRadiusBottomStart = global::DotnetPush.Droid.Resource.Attribute.boxCornerRadiusBottomStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxCornerRadiusTopEnd = global::DotnetPush.Droid.Resource.Attribute.boxCornerRadiusTopEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxCornerRadiusTopStart = global::DotnetPush.Droid.Resource.Attribute.boxCornerRadiusTopStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxStrokeColor = global::DotnetPush.Droid.Resource.Attribute.boxStrokeColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxStrokeErrorColor = global::DotnetPush.Droid.Resource.Attribute.boxStrokeErrorColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxStrokeWidth = global::DotnetPush.Droid.Resource.Attribute.boxStrokeWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.boxStrokeWidthFocused = global::DotnetPush.Droid.Resource.Attribute.boxStrokeWidthFocused;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarButtonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarNegativeButtonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarNegativeButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarNeutralButtonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarNeutralButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarPositiveButtonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarPositiveButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonBarStyle = global::DotnetPush.Droid.Resource.Attribute.buttonBarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonCompat = global::DotnetPush.Droid.Resource.Attribute.buttonCompat;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonGravity = global::DotnetPush.Droid.Resource.Attribute.buttonGravity;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonIconDimen = global::DotnetPush.Droid.Resource.Attribute.buttonIconDimen;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonPanelSideLayout = global::DotnetPush.Droid.Resource.Attribute.buttonPanelSideLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonStyle = global::DotnetPush.Droid.Resource.Attribute.buttonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonStyleSmall = global::DotnetPush.Droid.Resource.Attribute.buttonStyleSmall;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonTint = global::DotnetPush.Droid.Resource.Attribute.buttonTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.buttonTintMode = global::DotnetPush.Droid.Resource.Attribute.buttonTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.cardBackgroundColor = global::DotnetPush.Droid.Resource.Attribute.cardBackgroundColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.cardCornerRadius = global::DotnetPush.Droid.Resource.Attribute.cardCornerRadius;
- global::Xamarin.Forms.Platform.Resource.Attribute.cardElevation = global::DotnetPush.Droid.Resource.Attribute.cardElevation;
- global::Xamarin.Forms.Platform.Resource.Attribute.cardForegroundColor = global::DotnetPush.Droid.Resource.Attribute.cardForegroundColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.cardMaxElevation = global::DotnetPush.Droid.Resource.Attribute.cardMaxElevation;
- global::Xamarin.Forms.Platform.Resource.Attribute.cardPreventCornerOverlap = global::DotnetPush.Droid.Resource.Attribute.cardPreventCornerOverlap;
- global::Xamarin.Forms.Platform.Resource.Attribute.cardUseCompatPadding = global::DotnetPush.Droid.Resource.Attribute.cardUseCompatPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.cardViewStyle = global::DotnetPush.Droid.Resource.Attribute.cardViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.checkboxStyle = global::DotnetPush.Droid.Resource.Attribute.checkboxStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.checkedButton = global::DotnetPush.Droid.Resource.Attribute.checkedButton;
- global::Xamarin.Forms.Platform.Resource.Attribute.checkedChip = global::DotnetPush.Droid.Resource.Attribute.checkedChip;
- global::Xamarin.Forms.Platform.Resource.Attribute.checkedIcon = global::DotnetPush.Droid.Resource.Attribute.checkedIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.checkedIconEnabled = global::DotnetPush.Droid.Resource.Attribute.checkedIconEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.checkedIconTint = global::DotnetPush.Droid.Resource.Attribute.checkedIconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.checkedIconVisible = global::DotnetPush.Droid.Resource.Attribute.checkedIconVisible;
- global::Xamarin.Forms.Platform.Resource.Attribute.checkedTextViewStyle = global::DotnetPush.Droid.Resource.Attribute.checkedTextViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipBackgroundColor = global::DotnetPush.Droid.Resource.Attribute.chipBackgroundColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipCornerRadius = global::DotnetPush.Droid.Resource.Attribute.chipCornerRadius;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipEndPadding = global::DotnetPush.Droid.Resource.Attribute.chipEndPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipGroupStyle = global::DotnetPush.Droid.Resource.Attribute.chipGroupStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipIcon = global::DotnetPush.Droid.Resource.Attribute.chipIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipIconEnabled = global::DotnetPush.Droid.Resource.Attribute.chipIconEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipIconSize = global::DotnetPush.Droid.Resource.Attribute.chipIconSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipIconTint = global::DotnetPush.Droid.Resource.Attribute.chipIconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipIconVisible = global::DotnetPush.Droid.Resource.Attribute.chipIconVisible;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipMinHeight = global::DotnetPush.Droid.Resource.Attribute.chipMinHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipMinTouchTargetSize = global::DotnetPush.Droid.Resource.Attribute.chipMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipSpacing = global::DotnetPush.Droid.Resource.Attribute.chipSpacing;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipSpacingHorizontal = global::DotnetPush.Droid.Resource.Attribute.chipSpacingHorizontal;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipSpacingVertical = global::DotnetPush.Droid.Resource.Attribute.chipSpacingVertical;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipStandaloneStyle = global::DotnetPush.Droid.Resource.Attribute.chipStandaloneStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipStartPadding = global::DotnetPush.Droid.Resource.Attribute.chipStartPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipStrokeColor = global::DotnetPush.Droid.Resource.Attribute.chipStrokeColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipStrokeWidth = global::DotnetPush.Droid.Resource.Attribute.chipStrokeWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipStyle = global::DotnetPush.Droid.Resource.Attribute.chipStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.chipSurfaceColor = global::DotnetPush.Droid.Resource.Attribute.chipSurfaceColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.closeIcon = global::DotnetPush.Droid.Resource.Attribute.closeIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.closeIconEnabled = global::DotnetPush.Droid.Resource.Attribute.closeIconEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.closeIconEndPadding = global::DotnetPush.Droid.Resource.Attribute.closeIconEndPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.closeIconSize = global::DotnetPush.Droid.Resource.Attribute.closeIconSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.closeIconStartPadding = global::DotnetPush.Droid.Resource.Attribute.closeIconStartPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.closeIconTint = global::DotnetPush.Droid.Resource.Attribute.closeIconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.closeIconVisible = global::DotnetPush.Droid.Resource.Attribute.closeIconVisible;
- global::Xamarin.Forms.Platform.Resource.Attribute.closeItemLayout = global::DotnetPush.Droid.Resource.Attribute.closeItemLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.collapseContentDescription = global::DotnetPush.Droid.Resource.Attribute.collapseContentDescription;
- global::Xamarin.Forms.Platform.Resource.Attribute.collapsedTitleGravity = global::DotnetPush.Droid.Resource.Attribute.collapsedTitleGravity;
- global::Xamarin.Forms.Platform.Resource.Attribute.collapsedTitleTextAppearance = global::DotnetPush.Droid.Resource.Attribute.collapsedTitleTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.collapseIcon = global::DotnetPush.Droid.Resource.Attribute.collapseIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.collectionViewStyle = global::DotnetPush.Droid.Resource.Attribute.collectionViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.color = global::DotnetPush.Droid.Resource.Attribute.color;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorAccent = global::DotnetPush.Droid.Resource.Attribute.colorAccent;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorBackgroundFloating = global::DotnetPush.Droid.Resource.Attribute.colorBackgroundFloating;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorButtonNormal = global::DotnetPush.Droid.Resource.Attribute.colorButtonNormal;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorControlActivated = global::DotnetPush.Droid.Resource.Attribute.colorControlActivated;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorControlHighlight = global::DotnetPush.Droid.Resource.Attribute.colorControlHighlight;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorControlNormal = global::DotnetPush.Droid.Resource.Attribute.colorControlNormal;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorError = global::DotnetPush.Droid.Resource.Attribute.colorError;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorOnBackground = global::DotnetPush.Droid.Resource.Attribute.colorOnBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorOnError = global::DotnetPush.Droid.Resource.Attribute.colorOnError;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorOnPrimary = global::DotnetPush.Droid.Resource.Attribute.colorOnPrimary;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorOnPrimarySurface = global::DotnetPush.Droid.Resource.Attribute.colorOnPrimarySurface;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorOnSecondary = global::DotnetPush.Droid.Resource.Attribute.colorOnSecondary;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorOnSurface = global::DotnetPush.Droid.Resource.Attribute.colorOnSurface;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorPrimary = global::DotnetPush.Droid.Resource.Attribute.colorPrimary;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorPrimaryDark = global::DotnetPush.Droid.Resource.Attribute.colorPrimaryDark;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorPrimarySurface = global::DotnetPush.Droid.Resource.Attribute.colorPrimarySurface;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorPrimaryVariant = global::DotnetPush.Droid.Resource.Attribute.colorPrimaryVariant;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorSecondary = global::DotnetPush.Droid.Resource.Attribute.colorSecondary;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorSecondaryVariant = global::DotnetPush.Droid.Resource.Attribute.colorSecondaryVariant;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorSurface = global::DotnetPush.Droid.Resource.Attribute.colorSurface;
- global::Xamarin.Forms.Platform.Resource.Attribute.colorSwitchThumbNormal = global::DotnetPush.Droid.Resource.Attribute.colorSwitchThumbNormal;
- global::Xamarin.Forms.Platform.Resource.Attribute.commitIcon = global::DotnetPush.Droid.Resource.Attribute.commitIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentDescription = global::DotnetPush.Droid.Resource.Attribute.contentDescription;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetEnd = global::DotnetPush.Droid.Resource.Attribute.contentInsetEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetEndWithActions = global::DotnetPush.Droid.Resource.Attribute.contentInsetEndWithActions;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetLeft = global::DotnetPush.Droid.Resource.Attribute.contentInsetLeft;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetRight = global::DotnetPush.Droid.Resource.Attribute.contentInsetRight;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetStart = global::DotnetPush.Droid.Resource.Attribute.contentInsetStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentInsetStartWithNavigation = global::DotnetPush.Droid.Resource.Attribute.contentInsetStartWithNavigation;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentPadding = global::DotnetPush.Droid.Resource.Attribute.contentPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingBottom = global::DotnetPush.Droid.Resource.Attribute.contentPaddingBottom;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingLeft = global::DotnetPush.Droid.Resource.Attribute.contentPaddingLeft;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingRight = global::DotnetPush.Droid.Resource.Attribute.contentPaddingRight;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentPaddingTop = global::DotnetPush.Droid.Resource.Attribute.contentPaddingTop;
- global::Xamarin.Forms.Platform.Resource.Attribute.contentScrim = global::DotnetPush.Droid.Resource.Attribute.contentScrim;
- global::Xamarin.Forms.Platform.Resource.Attribute.controlBackground = global::DotnetPush.Droid.Resource.Attribute.controlBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.coordinatorLayoutStyle = global::DotnetPush.Droid.Resource.Attribute.coordinatorLayoutStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamily = global::DotnetPush.Droid.Resource.Attribute.cornerFamily;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamilyBottomLeft = global::DotnetPush.Droid.Resource.Attribute.cornerFamilyBottomLeft;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamilyBottomRight = global::DotnetPush.Droid.Resource.Attribute.cornerFamilyBottomRight;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamilyTopLeft = global::DotnetPush.Droid.Resource.Attribute.cornerFamilyTopLeft;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerFamilyTopRight = global::DotnetPush.Droid.Resource.Attribute.cornerFamilyTopRight;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerRadius = global::DotnetPush.Droid.Resource.Attribute.cornerRadius;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerSize = global::DotnetPush.Droid.Resource.Attribute.cornerSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerSizeBottomLeft = global::DotnetPush.Droid.Resource.Attribute.cornerSizeBottomLeft;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerSizeBottomRight = global::DotnetPush.Droid.Resource.Attribute.cornerSizeBottomRight;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerSizeTopLeft = global::DotnetPush.Droid.Resource.Attribute.cornerSizeTopLeft;
- global::Xamarin.Forms.Platform.Resource.Attribute.cornerSizeTopRight = global::DotnetPush.Droid.Resource.Attribute.cornerSizeTopRight;
- global::Xamarin.Forms.Platform.Resource.Attribute.counterEnabled = global::DotnetPush.Droid.Resource.Attribute.counterEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.counterMaxLength = global::DotnetPush.Droid.Resource.Attribute.counterMaxLength;
- global::Xamarin.Forms.Platform.Resource.Attribute.counterOverflowTextAppearance = global::DotnetPush.Droid.Resource.Attribute.counterOverflowTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.counterOverflowTextColor = global::DotnetPush.Droid.Resource.Attribute.counterOverflowTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.counterTextAppearance = global::DotnetPush.Droid.Resource.Attribute.counterTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.counterTextColor = global::DotnetPush.Droid.Resource.Attribute.counterTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.customNavigationLayout = global::DotnetPush.Droid.Resource.Attribute.customNavigationLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.dayInvalidStyle = global::DotnetPush.Droid.Resource.Attribute.dayInvalidStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.daySelectedStyle = global::DotnetPush.Droid.Resource.Attribute.daySelectedStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.dayStyle = global::DotnetPush.Droid.Resource.Attribute.dayStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.dayTodayStyle = global::DotnetPush.Droid.Resource.Attribute.dayTodayStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.defaultQueryHint = global::DotnetPush.Droid.Resource.Attribute.defaultQueryHint;
- global::Xamarin.Forms.Platform.Resource.Attribute.dialogCornerRadius = global::DotnetPush.Droid.Resource.Attribute.dialogCornerRadius;
- global::Xamarin.Forms.Platform.Resource.Attribute.dialogPreferredPadding = global::DotnetPush.Droid.Resource.Attribute.dialogPreferredPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.dialogTheme = global::DotnetPush.Droid.Resource.Attribute.dialogTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.displayOptions = global::DotnetPush.Droid.Resource.Attribute.displayOptions;
- global::Xamarin.Forms.Platform.Resource.Attribute.divider = global::DotnetPush.Droid.Resource.Attribute.divider;
- global::Xamarin.Forms.Platform.Resource.Attribute.dividerHorizontal = global::DotnetPush.Droid.Resource.Attribute.dividerHorizontal;
- global::Xamarin.Forms.Platform.Resource.Attribute.dividerPadding = global::DotnetPush.Droid.Resource.Attribute.dividerPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.dividerVertical = global::DotnetPush.Droid.Resource.Attribute.dividerVertical;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableBottomCompat = global::DotnetPush.Droid.Resource.Attribute.drawableBottomCompat;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableEndCompat = global::DotnetPush.Droid.Resource.Attribute.drawableEndCompat;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableLeftCompat = global::DotnetPush.Droid.Resource.Attribute.drawableLeftCompat;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableRightCompat = global::DotnetPush.Droid.Resource.Attribute.drawableRightCompat;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableSize = global::DotnetPush.Droid.Resource.Attribute.drawableSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableStartCompat = global::DotnetPush.Droid.Resource.Attribute.drawableStartCompat;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableTint = global::DotnetPush.Droid.Resource.Attribute.drawableTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableTintMode = global::DotnetPush.Droid.Resource.Attribute.drawableTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawableTopCompat = global::DotnetPush.Droid.Resource.Attribute.drawableTopCompat;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawerArrowStyle = global::DotnetPush.Droid.Resource.Attribute.drawerArrowStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.drawerLayoutStyle = global::DotnetPush.Droid.Resource.Attribute.drawerLayoutStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.dropdownListPreferredItemHeight = global::DotnetPush.Droid.Resource.Attribute.dropdownListPreferredItemHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.dropDownListViewStyle = global::DotnetPush.Droid.Resource.Attribute.dropDownListViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.editTextBackground = global::DotnetPush.Droid.Resource.Attribute.editTextBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.editTextColor = global::DotnetPush.Droid.Resource.Attribute.editTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.editTextStyle = global::DotnetPush.Droid.Resource.Attribute.editTextStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.elevation = global::DotnetPush.Droid.Resource.Attribute.elevation;
- global::Xamarin.Forms.Platform.Resource.Attribute.elevationOverlayColor = global::DotnetPush.Droid.Resource.Attribute.elevationOverlayColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.elevationOverlayEnabled = global::DotnetPush.Droid.Resource.Attribute.elevationOverlayEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.endIconCheckable = global::DotnetPush.Droid.Resource.Attribute.endIconCheckable;
- global::Xamarin.Forms.Platform.Resource.Attribute.endIconContentDescription = global::DotnetPush.Droid.Resource.Attribute.endIconContentDescription;
- global::Xamarin.Forms.Platform.Resource.Attribute.endIconDrawable = global::DotnetPush.Droid.Resource.Attribute.endIconDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.endIconMode = global::DotnetPush.Droid.Resource.Attribute.endIconMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.endIconTint = global::DotnetPush.Droid.Resource.Attribute.endIconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.endIconTintMode = global::DotnetPush.Droid.Resource.Attribute.endIconTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.enforceMaterialTheme = global::DotnetPush.Droid.Resource.Attribute.enforceMaterialTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.enforceTextAppearance = global::DotnetPush.Droid.Resource.Attribute.enforceTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.ensureMinTouchTargetSize = global::DotnetPush.Droid.Resource.Attribute.ensureMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.errorContentDescription = global::DotnetPush.Droid.Resource.Attribute.errorContentDescription;
- global::Xamarin.Forms.Platform.Resource.Attribute.errorEnabled = global::DotnetPush.Droid.Resource.Attribute.errorEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.errorIconDrawable = global::DotnetPush.Droid.Resource.Attribute.errorIconDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.errorIconTint = global::DotnetPush.Droid.Resource.Attribute.errorIconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.errorIconTintMode = global::DotnetPush.Droid.Resource.Attribute.errorIconTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.errorTextAppearance = global::DotnetPush.Droid.Resource.Attribute.errorTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.errorTextColor = global::DotnetPush.Droid.Resource.Attribute.errorTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.expandActivityOverflowButtonDrawable = global::DotnetPush.Droid.Resource.Attribute.expandActivityOverflowButtonDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.expanded = global::DotnetPush.Droid.Resource.Attribute.expanded;
- global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleGravity = global::DotnetPush.Droid.Resource.Attribute.expandedTitleGravity;
- global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMargin = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMargin;
- global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMarginBottom = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMarginBottom;
- global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMarginEnd = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMarginEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMarginStart = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMarginStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleMarginTop = global::DotnetPush.Droid.Resource.Attribute.expandedTitleMarginTop;
- global::Xamarin.Forms.Platform.Resource.Attribute.expandedTitleTextAppearance = global::DotnetPush.Droid.Resource.Attribute.expandedTitleTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.extendedFloatingActionButtonStyle = global::DotnetPush.Droid.Resource.Attribute.extendedFloatingActionButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.extendMotionSpec = global::DotnetPush.Droid.Resource.Attribute.extendMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Attribute.fabAlignmentMode = global::DotnetPush.Droid.Resource.Attribute.fabAlignmentMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.fabAnimationMode = global::DotnetPush.Droid.Resource.Attribute.fabAnimationMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.fabCradleMargin = global::DotnetPush.Droid.Resource.Attribute.fabCradleMargin;
- global::Xamarin.Forms.Platform.Resource.Attribute.fabCradleRoundedCornerRadius = global::DotnetPush.Droid.Resource.Attribute.fabCradleRoundedCornerRadius;
- global::Xamarin.Forms.Platform.Resource.Attribute.fabCradleVerticalOffset = global::DotnetPush.Droid.Resource.Attribute.fabCradleVerticalOffset;
- global::Xamarin.Forms.Platform.Resource.Attribute.fabCustomSize = global::DotnetPush.Droid.Resource.Attribute.fabCustomSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.fabSize = global::DotnetPush.Droid.Resource.Attribute.fabSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollEnabled = global::DotnetPush.Droid.Resource.Attribute.fastScrollEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollHorizontalThumbDrawable = global::DotnetPush.Droid.Resource.Attribute.fastScrollHorizontalThumbDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollHorizontalTrackDrawable = global::DotnetPush.Droid.Resource.Attribute.fastScrollHorizontalTrackDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollVerticalThumbDrawable = global::DotnetPush.Droid.Resource.Attribute.fastScrollVerticalThumbDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.fastScrollVerticalTrackDrawable = global::DotnetPush.Droid.Resource.Attribute.fastScrollVerticalTrackDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.firstBaselineToTopHeight = global::DotnetPush.Droid.Resource.Attribute.firstBaselineToTopHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.floatingActionButtonStyle = global::DotnetPush.Droid.Resource.Attribute.floatingActionButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.font = global::DotnetPush.Droid.Resource.Attribute.font;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontFamily = global::DotnetPush.Droid.Resource.Attribute.fontFamily;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderAuthority = global::DotnetPush.Droid.Resource.Attribute.fontProviderAuthority;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderCerts = global::DotnetPush.Droid.Resource.Attribute.fontProviderCerts;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderFetchStrategy = global::DotnetPush.Droid.Resource.Attribute.fontProviderFetchStrategy;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderFetchTimeout = global::DotnetPush.Droid.Resource.Attribute.fontProviderFetchTimeout;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderPackage = global::DotnetPush.Droid.Resource.Attribute.fontProviderPackage;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontProviderQuery = global::DotnetPush.Droid.Resource.Attribute.fontProviderQuery;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontStyle = global::DotnetPush.Droid.Resource.Attribute.fontStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontVariationSettings = global::DotnetPush.Droid.Resource.Attribute.fontVariationSettings;
- global::Xamarin.Forms.Platform.Resource.Attribute.fontWeight = global::DotnetPush.Droid.Resource.Attribute.fontWeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.foregroundInsidePadding = global::DotnetPush.Droid.Resource.Attribute.foregroundInsidePadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.gapBetweenBars = global::DotnetPush.Droid.Resource.Attribute.gapBetweenBars;
- global::Xamarin.Forms.Platform.Resource.Attribute.gestureInsetBottomIgnored = global::DotnetPush.Droid.Resource.Attribute.gestureInsetBottomIgnored;
- global::Xamarin.Forms.Platform.Resource.Attribute.goIcon = global::DotnetPush.Droid.Resource.Attribute.goIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.haloColor = global::DotnetPush.Droid.Resource.Attribute.haloColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.haloRadius = global::DotnetPush.Droid.Resource.Attribute.haloRadius;
- global::Xamarin.Forms.Platform.Resource.Attribute.headerLayout = global::DotnetPush.Droid.Resource.Attribute.headerLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.height = global::DotnetPush.Droid.Resource.Attribute.height;
- global::Xamarin.Forms.Platform.Resource.Attribute.helperText = global::DotnetPush.Droid.Resource.Attribute.helperText;
- global::Xamarin.Forms.Platform.Resource.Attribute.helperTextEnabled = global::DotnetPush.Droid.Resource.Attribute.helperTextEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.helperTextTextAppearance = global::DotnetPush.Droid.Resource.Attribute.helperTextTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.helperTextTextColor = global::DotnetPush.Droid.Resource.Attribute.helperTextTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.hideMotionSpec = global::DotnetPush.Droid.Resource.Attribute.hideMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Attribute.hideOnContentScroll = global::DotnetPush.Droid.Resource.Attribute.hideOnContentScroll;
- global::Xamarin.Forms.Platform.Resource.Attribute.hideOnScroll = global::DotnetPush.Droid.Resource.Attribute.hideOnScroll;
- global::Xamarin.Forms.Platform.Resource.Attribute.hintAnimationEnabled = global::DotnetPush.Droid.Resource.Attribute.hintAnimationEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.hintEnabled = global::DotnetPush.Droid.Resource.Attribute.hintEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.hintTextAppearance = global::DotnetPush.Droid.Resource.Attribute.hintTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.hintTextColor = global::DotnetPush.Droid.Resource.Attribute.hintTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.homeAsUpIndicator = global::DotnetPush.Droid.Resource.Attribute.homeAsUpIndicator;
- global::Xamarin.Forms.Platform.Resource.Attribute.homeLayout = global::DotnetPush.Droid.Resource.Attribute.homeLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.horizontalOffset = global::DotnetPush.Droid.Resource.Attribute.horizontalOffset;
- global::Xamarin.Forms.Platform.Resource.Attribute.hoveredFocusedTranslationZ = global::DotnetPush.Droid.Resource.Attribute.hoveredFocusedTranslationZ;
- global::Xamarin.Forms.Platform.Resource.Attribute.icon = global::DotnetPush.Droid.Resource.Attribute.icon;
- global::Xamarin.Forms.Platform.Resource.Attribute.iconEndPadding = global::DotnetPush.Droid.Resource.Attribute.iconEndPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.iconGravity = global::DotnetPush.Droid.Resource.Attribute.iconGravity;
- global::Xamarin.Forms.Platform.Resource.Attribute.iconifiedByDefault = global::DotnetPush.Droid.Resource.Attribute.iconifiedByDefault;
- global::Xamarin.Forms.Platform.Resource.Attribute.iconPadding = global::DotnetPush.Droid.Resource.Attribute.iconPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.iconSize = global::DotnetPush.Droid.Resource.Attribute.iconSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.iconStartPadding = global::DotnetPush.Droid.Resource.Attribute.iconStartPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.iconTint = global::DotnetPush.Droid.Resource.Attribute.iconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.iconTintMode = global::DotnetPush.Droid.Resource.Attribute.iconTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.imageButtonStyle = global::DotnetPush.Droid.Resource.Attribute.imageButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.indeterminateProgressStyle = global::DotnetPush.Droid.Resource.Attribute.indeterminateProgressStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.initialActivityCount = global::DotnetPush.Droid.Resource.Attribute.initialActivityCount;
- global::Xamarin.Forms.Platform.Resource.Attribute.insetForeground = global::DotnetPush.Droid.Resource.Attribute.insetForeground;
- global::Xamarin.Forms.Platform.Resource.Attribute.isLightTheme = global::DotnetPush.Droid.Resource.Attribute.isLightTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.isMaterialTheme = global::DotnetPush.Droid.Resource.Attribute.isMaterialTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemBackground = global::DotnetPush.Droid.Resource.Attribute.itemBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemFillColor = global::DotnetPush.Droid.Resource.Attribute.itemFillColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemHorizontalPadding = global::DotnetPush.Droid.Resource.Attribute.itemHorizontalPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemHorizontalTranslationEnabled = global::DotnetPush.Droid.Resource.Attribute.itemHorizontalTranslationEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemIconPadding = global::DotnetPush.Droid.Resource.Attribute.itemIconPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemIconSize = global::DotnetPush.Droid.Resource.Attribute.itemIconSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemIconTint = global::DotnetPush.Droid.Resource.Attribute.itemIconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemMaxLines = global::DotnetPush.Droid.Resource.Attribute.itemMaxLines;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemPadding = global::DotnetPush.Droid.Resource.Attribute.itemPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemRippleColor = global::DotnetPush.Droid.Resource.Attribute.itemRippleColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeAppearance = global::DotnetPush.Droid.Resource.Attribute.itemShapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Attribute.itemShapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeFillColor = global::DotnetPush.Droid.Resource.Attribute.itemShapeFillColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeInsetBottom = global::DotnetPush.Droid.Resource.Attribute.itemShapeInsetBottom;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeInsetEnd = global::DotnetPush.Droid.Resource.Attribute.itemShapeInsetEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeInsetStart = global::DotnetPush.Droid.Resource.Attribute.itemShapeInsetStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemShapeInsetTop = global::DotnetPush.Droid.Resource.Attribute.itemShapeInsetTop;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemSpacing = global::DotnetPush.Droid.Resource.Attribute.itemSpacing;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemStrokeColor = global::DotnetPush.Droid.Resource.Attribute.itemStrokeColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemStrokeWidth = global::DotnetPush.Droid.Resource.Attribute.itemStrokeWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemTextAppearance = global::DotnetPush.Droid.Resource.Attribute.itemTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemTextAppearanceActive = global::DotnetPush.Droid.Resource.Attribute.itemTextAppearanceActive;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemTextAppearanceInactive = global::DotnetPush.Droid.Resource.Attribute.itemTextAppearanceInactive;
- global::Xamarin.Forms.Platform.Resource.Attribute.itemTextColor = global::DotnetPush.Droid.Resource.Attribute.itemTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.keylines = global::DotnetPush.Droid.Resource.Attribute.keylines;
- global::Xamarin.Forms.Platform.Resource.Attribute.labelBehavior = global::DotnetPush.Droid.Resource.Attribute.labelBehavior;
- global::Xamarin.Forms.Platform.Resource.Attribute.labelStyle = global::DotnetPush.Droid.Resource.Attribute.labelStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.labelVisibilityMode = global::DotnetPush.Droid.Resource.Attribute.labelVisibilityMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.lastBaselineToBottomHeight = global::DotnetPush.Droid.Resource.Attribute.lastBaselineToBottomHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout = global::DotnetPush.Droid.Resource.Attribute.layout;
- global::Xamarin.Forms.Platform.Resource.Attribute.layoutManager = global::DotnetPush.Droid.Resource.Attribute.layoutManager;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_anchor = global::DotnetPush.Droid.Resource.Attribute.layout_anchor;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_anchorGravity = global::DotnetPush.Droid.Resource.Attribute.layout_anchorGravity;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_behavior = global::DotnetPush.Droid.Resource.Attribute.layout_behavior;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_collapseMode = global::DotnetPush.Droid.Resource.Attribute.layout_collapseMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_collapseParallaxMultiplier = global::DotnetPush.Droid.Resource.Attribute.layout_collapseParallaxMultiplier;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_dodgeInsetEdges = global::DotnetPush.Droid.Resource.Attribute.layout_dodgeInsetEdges;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_insetEdge = global::DotnetPush.Droid.Resource.Attribute.layout_insetEdge;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_keyline = global::DotnetPush.Droid.Resource.Attribute.layout_keyline;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_scrollFlags = global::DotnetPush.Droid.Resource.Attribute.layout_scrollFlags;
- global::Xamarin.Forms.Platform.Resource.Attribute.layout_scrollInterpolator = global::DotnetPush.Droid.Resource.Attribute.layout_scrollInterpolator;
- global::Xamarin.Forms.Platform.Resource.Attribute.liftOnScroll = global::DotnetPush.Droid.Resource.Attribute.liftOnScroll;
- global::Xamarin.Forms.Platform.Resource.Attribute.liftOnScrollTargetViewId = global::DotnetPush.Droid.Resource.Attribute.liftOnScrollTargetViewId;
- global::Xamarin.Forms.Platform.Resource.Attribute.lineHeight = global::DotnetPush.Droid.Resource.Attribute.lineHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.lineSpacing = global::DotnetPush.Droid.Resource.Attribute.lineSpacing;
- global::Xamarin.Forms.Platform.Resource.Attribute.listChoiceBackgroundIndicator = global::DotnetPush.Droid.Resource.Attribute.listChoiceBackgroundIndicator;
- global::Xamarin.Forms.Platform.Resource.Attribute.listChoiceIndicatorMultipleAnimated = global::DotnetPush.Droid.Resource.Attribute.listChoiceIndicatorMultipleAnimated;
- global::Xamarin.Forms.Platform.Resource.Attribute.listChoiceIndicatorSingleAnimated = global::DotnetPush.Droid.Resource.Attribute.listChoiceIndicatorSingleAnimated;
- global::Xamarin.Forms.Platform.Resource.Attribute.listDividerAlertDialog = global::DotnetPush.Droid.Resource.Attribute.listDividerAlertDialog;
- global::Xamarin.Forms.Platform.Resource.Attribute.listItemLayout = global::DotnetPush.Droid.Resource.Attribute.listItemLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.listLayout = global::DotnetPush.Droid.Resource.Attribute.listLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.listMenuViewStyle = global::DotnetPush.Droid.Resource.Attribute.listMenuViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.listPopupWindowStyle = global::DotnetPush.Droid.Resource.Attribute.listPopupWindowStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemHeight = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemHeightLarge = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemHeightLarge;
- global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemHeightSmall = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemHeightSmall;
- global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemPaddingEnd = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemPaddingEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemPaddingLeft = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemPaddingLeft;
- global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemPaddingRight = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemPaddingRight;
- global::Xamarin.Forms.Platform.Resource.Attribute.listPreferredItemPaddingStart = global::DotnetPush.Droid.Resource.Attribute.listPreferredItemPaddingStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.logo = global::DotnetPush.Droid.Resource.Attribute.logo;
- global::Xamarin.Forms.Platform.Resource.Attribute.logoDescription = global::DotnetPush.Droid.Resource.Attribute.logoDescription;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogBodyTextStyle = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogBodyTextStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogTheme = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogTitleIconStyle = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogTitleIconStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogTitlePanelStyle = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogTitlePanelStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialAlertDialogTitleTextStyle = global::DotnetPush.Droid.Resource.Attribute.materialAlertDialogTitleTextStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialButtonOutlinedStyle = global::DotnetPush.Droid.Resource.Attribute.materialButtonOutlinedStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialButtonStyle = global::DotnetPush.Droid.Resource.Attribute.materialButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialButtonToggleGroupStyle = global::DotnetPush.Droid.Resource.Attribute.materialButtonToggleGroupStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarDay = global::DotnetPush.Droid.Resource.Attribute.materialCalendarDay;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarFullscreenTheme = global::DotnetPush.Droid.Resource.Attribute.materialCalendarFullscreenTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderConfirmButton = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderConfirmButton;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderDivider = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderDivider;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderLayout = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderSelection = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderSelection;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderTitle = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderTitle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarHeaderToggleButton = global::DotnetPush.Droid.Resource.Attribute.materialCalendarHeaderToggleButton;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarStyle = global::DotnetPush.Droid.Resource.Attribute.materialCalendarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCalendarTheme = global::DotnetPush.Droid.Resource.Attribute.materialCalendarTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialCardViewStyle = global::DotnetPush.Droid.Resource.Attribute.materialCardViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.materialThemeOverlay = global::DotnetPush.Droid.Resource.Attribute.materialThemeOverlay;
- global::Xamarin.Forms.Platform.Resource.Attribute.maxActionInlineWidth = global::DotnetPush.Droid.Resource.Attribute.maxActionInlineWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.maxButtonHeight = global::DotnetPush.Droid.Resource.Attribute.maxButtonHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.maxCharacterCount = global::DotnetPush.Droid.Resource.Attribute.maxCharacterCount;
- global::Xamarin.Forms.Platform.Resource.Attribute.maxImageSize = global::DotnetPush.Droid.Resource.Attribute.maxImageSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.maxLines = global::DotnetPush.Droid.Resource.Attribute.maxLines;
- global::Xamarin.Forms.Platform.Resource.Attribute.measureWithLargestChild = global::DotnetPush.Droid.Resource.Attribute.measureWithLargestChild;
- global::Xamarin.Forms.Platform.Resource.Attribute.menu = global::DotnetPush.Droid.Resource.Attribute.menu;
- global::Xamarin.Forms.Platform.Resource.Attribute.minTouchTargetSize = global::DotnetPush.Droid.Resource.Attribute.minTouchTargetSize;
- global::Xamarin.Forms.Platform.Resource.Attribute.multiChoiceItemLayout = global::DotnetPush.Droid.Resource.Attribute.multiChoiceItemLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.navigationContentDescription = global::DotnetPush.Droid.Resource.Attribute.navigationContentDescription;
- global::Xamarin.Forms.Platform.Resource.Attribute.navigationIcon = global::DotnetPush.Droid.Resource.Attribute.navigationIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.navigationMode = global::DotnetPush.Droid.Resource.Attribute.navigationMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.navigationViewStyle = global::DotnetPush.Droid.Resource.Attribute.navigationViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.number = global::DotnetPush.Droid.Resource.Attribute.number;
- global::Xamarin.Forms.Platform.Resource.Attribute.numericModifiers = global::DotnetPush.Droid.Resource.Attribute.numericModifiers;
- global::Xamarin.Forms.Platform.Resource.Attribute.overlapAnchor = global::DotnetPush.Droid.Resource.Attribute.overlapAnchor;
- global::Xamarin.Forms.Platform.Resource.Attribute.paddingBottomNoButtons = global::DotnetPush.Droid.Resource.Attribute.paddingBottomNoButtons;
- global::Xamarin.Forms.Platform.Resource.Attribute.paddingBottomSystemWindowInsets = global::DotnetPush.Droid.Resource.Attribute.paddingBottomSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Attribute.paddingEnd = global::DotnetPush.Droid.Resource.Attribute.paddingEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.paddingLeftSystemWindowInsets = global::DotnetPush.Droid.Resource.Attribute.paddingLeftSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Attribute.paddingRightSystemWindowInsets = global::DotnetPush.Droid.Resource.Attribute.paddingRightSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Attribute.paddingStart = global::DotnetPush.Droid.Resource.Attribute.paddingStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.paddingTopNoTitle = global::DotnetPush.Droid.Resource.Attribute.paddingTopNoTitle;
- global::Xamarin.Forms.Platform.Resource.Attribute.panelBackground = global::DotnetPush.Droid.Resource.Attribute.panelBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.panelMenuListTheme = global::DotnetPush.Droid.Resource.Attribute.panelMenuListTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.panelMenuListWidth = global::DotnetPush.Droid.Resource.Attribute.panelMenuListWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleContentDescription = global::DotnetPush.Droid.Resource.Attribute.passwordToggleContentDescription;
- global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleDrawable = global::DotnetPush.Droid.Resource.Attribute.passwordToggleDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleEnabled = global::DotnetPush.Droid.Resource.Attribute.passwordToggleEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleTint = global::DotnetPush.Droid.Resource.Attribute.passwordToggleTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.passwordToggleTintMode = global::DotnetPush.Droid.Resource.Attribute.passwordToggleTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.placeholderText = global::DotnetPush.Droid.Resource.Attribute.placeholderText;
- global::Xamarin.Forms.Platform.Resource.Attribute.placeholderTextAppearance = global::DotnetPush.Droid.Resource.Attribute.placeholderTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.placeholderTextColor = global::DotnetPush.Droid.Resource.Attribute.placeholderTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.popupMenuBackground = global::DotnetPush.Droid.Resource.Attribute.popupMenuBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.popupMenuStyle = global::DotnetPush.Droid.Resource.Attribute.popupMenuStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.popupTheme = global::DotnetPush.Droid.Resource.Attribute.popupTheme;
- global::Xamarin.Forms.Platform.Resource.Attribute.popupWindowStyle = global::DotnetPush.Droid.Resource.Attribute.popupWindowStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.prefixText = global::DotnetPush.Droid.Resource.Attribute.prefixText;
- global::Xamarin.Forms.Platform.Resource.Attribute.prefixTextAppearance = global::DotnetPush.Droid.Resource.Attribute.prefixTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.prefixTextColor = global::DotnetPush.Droid.Resource.Attribute.prefixTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.preserveIconSpacing = global::DotnetPush.Droid.Resource.Attribute.preserveIconSpacing;
- global::Xamarin.Forms.Platform.Resource.Attribute.pressedTranslationZ = global::DotnetPush.Droid.Resource.Attribute.pressedTranslationZ;
- global::Xamarin.Forms.Platform.Resource.Attribute.progressBarPadding = global::DotnetPush.Droid.Resource.Attribute.progressBarPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.progressBarStyle = global::DotnetPush.Droid.Resource.Attribute.progressBarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.queryBackground = global::DotnetPush.Droid.Resource.Attribute.queryBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.queryHint = global::DotnetPush.Droid.Resource.Attribute.queryHint;
- global::Xamarin.Forms.Platform.Resource.Attribute.radioButtonStyle = global::DotnetPush.Droid.Resource.Attribute.radioButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.rangeFillColor = global::DotnetPush.Droid.Resource.Attribute.rangeFillColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.ratingBarStyle = global::DotnetPush.Droid.Resource.Attribute.ratingBarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.ratingBarStyleIndicator = global::DotnetPush.Droid.Resource.Attribute.ratingBarStyleIndicator;
- global::Xamarin.Forms.Platform.Resource.Attribute.ratingBarStyleSmall = global::DotnetPush.Droid.Resource.Attribute.ratingBarStyleSmall;
- global::Xamarin.Forms.Platform.Resource.Attribute.recyclerViewStyle = global::DotnetPush.Droid.Resource.Attribute.recyclerViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.reverseLayout = global::DotnetPush.Droid.Resource.Attribute.reverseLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.rippleColor = global::DotnetPush.Droid.Resource.Attribute.rippleColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.scrimAnimationDuration = global::DotnetPush.Droid.Resource.Attribute.scrimAnimationDuration;
- global::Xamarin.Forms.Platform.Resource.Attribute.scrimBackground = global::DotnetPush.Droid.Resource.Attribute.scrimBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.scrimVisibleHeightTrigger = global::DotnetPush.Droid.Resource.Attribute.scrimVisibleHeightTrigger;
- global::Xamarin.Forms.Platform.Resource.Attribute.scrollViewStyle = global::DotnetPush.Droid.Resource.Attribute.scrollViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.searchHintIcon = global::DotnetPush.Droid.Resource.Attribute.searchHintIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.searchIcon = global::DotnetPush.Droid.Resource.Attribute.searchIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.searchViewStyle = global::DotnetPush.Droid.Resource.Attribute.searchViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.seekBarStyle = global::DotnetPush.Droid.Resource.Attribute.seekBarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.selectableItemBackground = global::DotnetPush.Droid.Resource.Attribute.selectableItemBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.selectableItemBackgroundBorderless = global::DotnetPush.Droid.Resource.Attribute.selectableItemBackgroundBorderless;
- global::Xamarin.Forms.Platform.Resource.Attribute.selectionRequired = global::DotnetPush.Droid.Resource.Attribute.selectionRequired;
- global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearance = global::DotnetPush.Droid.Resource.Attribute.shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearanceLargeComponent = global::DotnetPush.Droid.Resource.Attribute.shapeAppearanceLargeComponent;
- global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearanceMediumComponent = global::DotnetPush.Droid.Resource.Attribute.shapeAppearanceMediumComponent;
- global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Attribute.shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Attribute.shapeAppearanceSmallComponent = global::DotnetPush.Droid.Resource.Attribute.shapeAppearanceSmallComponent;
- global::Xamarin.Forms.Platform.Resource.Attribute.showAsAction = global::DotnetPush.Droid.Resource.Attribute.showAsAction;
- global::Xamarin.Forms.Platform.Resource.Attribute.showDividers = global::DotnetPush.Droid.Resource.Attribute.showDividers;
- global::Xamarin.Forms.Platform.Resource.Attribute.showMotionSpec = global::DotnetPush.Droid.Resource.Attribute.showMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Attribute.showText = global::DotnetPush.Droid.Resource.Attribute.showText;
- global::Xamarin.Forms.Platform.Resource.Attribute.showTitle = global::DotnetPush.Droid.Resource.Attribute.showTitle;
- global::Xamarin.Forms.Platform.Resource.Attribute.shrinkMotionSpec = global::DotnetPush.Droid.Resource.Attribute.shrinkMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Attribute.singleChoiceItemLayout = global::DotnetPush.Droid.Resource.Attribute.singleChoiceItemLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.singleLine = global::DotnetPush.Droid.Resource.Attribute.singleLine;
- global::Xamarin.Forms.Platform.Resource.Attribute.singleSelection = global::DotnetPush.Droid.Resource.Attribute.singleSelection;
- global::Xamarin.Forms.Platform.Resource.Attribute.sliderStyle = global::DotnetPush.Droid.Resource.Attribute.sliderStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.snackbarButtonStyle = global::DotnetPush.Droid.Resource.Attribute.snackbarButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.snackbarStyle = global::DotnetPush.Droid.Resource.Attribute.snackbarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.snackbarTextViewStyle = global::DotnetPush.Droid.Resource.Attribute.snackbarTextViewStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.spanCount = global::DotnetPush.Droid.Resource.Attribute.spanCount;
- global::Xamarin.Forms.Platform.Resource.Attribute.spinBars = global::DotnetPush.Droid.Resource.Attribute.spinBars;
- global::Xamarin.Forms.Platform.Resource.Attribute.spinnerDropDownItemStyle = global::DotnetPush.Droid.Resource.Attribute.spinnerDropDownItemStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.spinnerStyle = global::DotnetPush.Droid.Resource.Attribute.spinnerStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.splitTrack = global::DotnetPush.Droid.Resource.Attribute.splitTrack;
- global::Xamarin.Forms.Platform.Resource.Attribute.srcCompat = global::DotnetPush.Droid.Resource.Attribute.srcCompat;
- global::Xamarin.Forms.Platform.Resource.Attribute.stackFromEnd = global::DotnetPush.Droid.Resource.Attribute.stackFromEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.startIconCheckable = global::DotnetPush.Droid.Resource.Attribute.startIconCheckable;
- global::Xamarin.Forms.Platform.Resource.Attribute.startIconContentDescription = global::DotnetPush.Droid.Resource.Attribute.startIconContentDescription;
- global::Xamarin.Forms.Platform.Resource.Attribute.startIconDrawable = global::DotnetPush.Droid.Resource.Attribute.startIconDrawable;
- global::Xamarin.Forms.Platform.Resource.Attribute.startIconTint = global::DotnetPush.Droid.Resource.Attribute.startIconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.startIconTintMode = global::DotnetPush.Droid.Resource.Attribute.startIconTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.state_above_anchor = global::DotnetPush.Droid.Resource.Attribute.state_above_anchor;
- global::Xamarin.Forms.Platform.Resource.Attribute.state_collapsed = global::DotnetPush.Droid.Resource.Attribute.state_collapsed;
- global::Xamarin.Forms.Platform.Resource.Attribute.state_collapsible = global::DotnetPush.Droid.Resource.Attribute.state_collapsible;
- global::Xamarin.Forms.Platform.Resource.Attribute.state_dragged = global::DotnetPush.Droid.Resource.Attribute.state_dragged;
- global::Xamarin.Forms.Platform.Resource.Attribute.state_liftable = global::DotnetPush.Droid.Resource.Attribute.state_liftable;
- global::Xamarin.Forms.Platform.Resource.Attribute.state_lifted = global::DotnetPush.Droid.Resource.Attribute.state_lifted;
- global::Xamarin.Forms.Platform.Resource.Attribute.statusBarBackground = global::DotnetPush.Droid.Resource.Attribute.statusBarBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.statusBarForeground = global::DotnetPush.Droid.Resource.Attribute.statusBarForeground;
- global::Xamarin.Forms.Platform.Resource.Attribute.statusBarScrim = global::DotnetPush.Droid.Resource.Attribute.statusBarScrim;
- global::Xamarin.Forms.Platform.Resource.Attribute.strokeColor = global::DotnetPush.Droid.Resource.Attribute.strokeColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.strokeWidth = global::DotnetPush.Droid.Resource.Attribute.strokeWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.subMenuArrow = global::DotnetPush.Droid.Resource.Attribute.subMenuArrow;
- global::Xamarin.Forms.Platform.Resource.Attribute.submitBackground = global::DotnetPush.Droid.Resource.Attribute.submitBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.subtitle = global::DotnetPush.Droid.Resource.Attribute.subtitle;
- global::Xamarin.Forms.Platform.Resource.Attribute.subtitleTextAppearance = global::DotnetPush.Droid.Resource.Attribute.subtitleTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.subtitleTextColor = global::DotnetPush.Droid.Resource.Attribute.subtitleTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.subtitleTextStyle = global::DotnetPush.Droid.Resource.Attribute.subtitleTextStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.suffixText = global::DotnetPush.Droid.Resource.Attribute.suffixText;
- global::Xamarin.Forms.Platform.Resource.Attribute.suffixTextAppearance = global::DotnetPush.Droid.Resource.Attribute.suffixTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.suffixTextColor = global::DotnetPush.Droid.Resource.Attribute.suffixTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.suggestionRowLayout = global::DotnetPush.Droid.Resource.Attribute.suggestionRowLayout;
- global::Xamarin.Forms.Platform.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor = global::DotnetPush.Droid.Resource.Attribute.swipeRefreshLayoutProgressSpinnerBackgroundColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.switchMinWidth = global::DotnetPush.Droid.Resource.Attribute.switchMinWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.switchPadding = global::DotnetPush.Droid.Resource.Attribute.switchPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.switchStyle = global::DotnetPush.Droid.Resource.Attribute.switchStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.switchTextAppearance = global::DotnetPush.Droid.Resource.Attribute.switchTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabBackground = global::DotnetPush.Droid.Resource.Attribute.tabBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabContentStart = global::DotnetPush.Droid.Resource.Attribute.tabContentStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabGravity = global::DotnetPush.Droid.Resource.Attribute.tabGravity;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabIconTint = global::DotnetPush.Droid.Resource.Attribute.tabIconTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabIconTintMode = global::DotnetPush.Droid.Resource.Attribute.tabIconTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicator = global::DotnetPush.Droid.Resource.Attribute.tabIndicator;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorAnimationDuration = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorAnimationDuration;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorColor = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorFullWidth = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorFullWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorGravity = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorGravity;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabIndicatorHeight = global::DotnetPush.Droid.Resource.Attribute.tabIndicatorHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabInlineLabel = global::DotnetPush.Droid.Resource.Attribute.tabInlineLabel;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabMaxWidth = global::DotnetPush.Droid.Resource.Attribute.tabMaxWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabMinWidth = global::DotnetPush.Droid.Resource.Attribute.tabMinWidth;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabMode = global::DotnetPush.Droid.Resource.Attribute.tabMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabPadding = global::DotnetPush.Droid.Resource.Attribute.tabPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabPaddingBottom = global::DotnetPush.Droid.Resource.Attribute.tabPaddingBottom;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabPaddingEnd = global::DotnetPush.Droid.Resource.Attribute.tabPaddingEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabPaddingStart = global::DotnetPush.Droid.Resource.Attribute.tabPaddingStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabPaddingTop = global::DotnetPush.Droid.Resource.Attribute.tabPaddingTop;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabRippleColor = global::DotnetPush.Droid.Resource.Attribute.tabRippleColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabSelectedTextColor = global::DotnetPush.Droid.Resource.Attribute.tabSelectedTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabStyle = global::DotnetPush.Droid.Resource.Attribute.tabStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabTextAppearance = global::DotnetPush.Droid.Resource.Attribute.tabTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabTextColor = global::DotnetPush.Droid.Resource.Attribute.tabTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.tabUnboundedRipple = global::DotnetPush.Droid.Resource.Attribute.tabUnboundedRipple;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAllCaps = global::DotnetPush.Droid.Resource.Attribute.textAllCaps;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceBody1 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceBody1;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceBody2 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceBody2;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceButton = global::DotnetPush.Droid.Resource.Attribute.textAppearanceButton;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceCaption = global::DotnetPush.Droid.Resource.Attribute.textAppearanceCaption;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline1 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline1;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline2 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline2;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline3 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline3;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline4 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline4;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline5 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline5;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceHeadline6 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceHeadline6;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceLargePopupMenu = global::DotnetPush.Droid.Resource.Attribute.textAppearanceLargePopupMenu;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceLineHeightEnabled = global::DotnetPush.Droid.Resource.Attribute.textAppearanceLineHeightEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceListItem = global::DotnetPush.Droid.Resource.Attribute.textAppearanceListItem;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceListItemSecondary = global::DotnetPush.Droid.Resource.Attribute.textAppearanceListItemSecondary;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceListItemSmall = global::DotnetPush.Droid.Resource.Attribute.textAppearanceListItemSmall;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceOverline = global::DotnetPush.Droid.Resource.Attribute.textAppearanceOverline;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearancePopupMenuHeader = global::DotnetPush.Droid.Resource.Attribute.textAppearancePopupMenuHeader;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSearchResultSubtitle = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSearchResultSubtitle;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSearchResultTitle = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSearchResultTitle;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSmallPopupMenu = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSmallPopupMenu;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSubtitle1 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSubtitle1;
- global::Xamarin.Forms.Platform.Resource.Attribute.textAppearanceSubtitle2 = global::DotnetPush.Droid.Resource.Attribute.textAppearanceSubtitle2;
- global::Xamarin.Forms.Platform.Resource.Attribute.textColorAlertDialogListItem = global::DotnetPush.Droid.Resource.Attribute.textColorAlertDialogListItem;
- global::Xamarin.Forms.Platform.Resource.Attribute.textColorSearchUrl = global::DotnetPush.Droid.Resource.Attribute.textColorSearchUrl;
- global::Xamarin.Forms.Platform.Resource.Attribute.textEndPadding = global::DotnetPush.Droid.Resource.Attribute.textEndPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.textInputLayoutFocusedRectEnabled = global::DotnetPush.Droid.Resource.Attribute.textInputLayoutFocusedRectEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.textInputStyle = global::DotnetPush.Droid.Resource.Attribute.textInputStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.textLocale = global::DotnetPush.Droid.Resource.Attribute.textLocale;
- global::Xamarin.Forms.Platform.Resource.Attribute.textStartPadding = global::DotnetPush.Droid.Resource.Attribute.textStartPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.theme = global::DotnetPush.Droid.Resource.Attribute.theme;
- global::Xamarin.Forms.Platform.Resource.Attribute.themeLineHeight = global::DotnetPush.Droid.Resource.Attribute.themeLineHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.thickness = global::DotnetPush.Droid.Resource.Attribute.thickness;
- global::Xamarin.Forms.Platform.Resource.Attribute.thumbColor = global::DotnetPush.Droid.Resource.Attribute.thumbColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.thumbElevation = global::DotnetPush.Droid.Resource.Attribute.thumbElevation;
- global::Xamarin.Forms.Platform.Resource.Attribute.thumbRadius = global::DotnetPush.Droid.Resource.Attribute.thumbRadius;
- global::Xamarin.Forms.Platform.Resource.Attribute.thumbTextPadding = global::DotnetPush.Droid.Resource.Attribute.thumbTextPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.thumbTint = global::DotnetPush.Droid.Resource.Attribute.thumbTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.thumbTintMode = global::DotnetPush.Droid.Resource.Attribute.thumbTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.tickColor = global::DotnetPush.Droid.Resource.Attribute.tickColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.tickColorActive = global::DotnetPush.Droid.Resource.Attribute.tickColorActive;
- global::Xamarin.Forms.Platform.Resource.Attribute.tickColorInactive = global::DotnetPush.Droid.Resource.Attribute.tickColorInactive;
- global::Xamarin.Forms.Platform.Resource.Attribute.tickMark = global::DotnetPush.Droid.Resource.Attribute.tickMark;
- global::Xamarin.Forms.Platform.Resource.Attribute.tickMarkTint = global::DotnetPush.Droid.Resource.Attribute.tickMarkTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.tickMarkTintMode = global::DotnetPush.Droid.Resource.Attribute.tickMarkTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.tint = global::DotnetPush.Droid.Resource.Attribute.tint;
- global::Xamarin.Forms.Platform.Resource.Attribute.tintMode = global::DotnetPush.Droid.Resource.Attribute.tintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.title = global::DotnetPush.Droid.Resource.Attribute.title;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleEnabled = global::DotnetPush.Droid.Resource.Attribute.titleEnabled;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleMargin = global::DotnetPush.Droid.Resource.Attribute.titleMargin;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleMarginBottom = global::DotnetPush.Droid.Resource.Attribute.titleMarginBottom;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleMarginEnd = global::DotnetPush.Droid.Resource.Attribute.titleMarginEnd;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleMargins = global::DotnetPush.Droid.Resource.Attribute.titleMargins;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleMarginStart = global::DotnetPush.Droid.Resource.Attribute.titleMarginStart;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleMarginTop = global::DotnetPush.Droid.Resource.Attribute.titleMarginTop;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleTextAppearance = global::DotnetPush.Droid.Resource.Attribute.titleTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleTextColor = global::DotnetPush.Droid.Resource.Attribute.titleTextColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.titleTextStyle = global::DotnetPush.Droid.Resource.Attribute.titleTextStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.toolbarId = global::DotnetPush.Droid.Resource.Attribute.toolbarId;
- global::Xamarin.Forms.Platform.Resource.Attribute.toolbarNavigationButtonStyle = global::DotnetPush.Droid.Resource.Attribute.toolbarNavigationButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.toolbarStyle = global::DotnetPush.Droid.Resource.Attribute.toolbarStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.tooltipForegroundColor = global::DotnetPush.Droid.Resource.Attribute.tooltipForegroundColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.tooltipFrameBackground = global::DotnetPush.Droid.Resource.Attribute.tooltipFrameBackground;
- global::Xamarin.Forms.Platform.Resource.Attribute.tooltipStyle = global::DotnetPush.Droid.Resource.Attribute.tooltipStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.tooltipText = global::DotnetPush.Droid.Resource.Attribute.tooltipText;
- global::Xamarin.Forms.Platform.Resource.Attribute.track = global::DotnetPush.Droid.Resource.Attribute.track;
- global::Xamarin.Forms.Platform.Resource.Attribute.trackColor = global::DotnetPush.Droid.Resource.Attribute.trackColor;
- global::Xamarin.Forms.Platform.Resource.Attribute.trackColorActive = global::DotnetPush.Droid.Resource.Attribute.trackColorActive;
- global::Xamarin.Forms.Platform.Resource.Attribute.trackColorInactive = global::DotnetPush.Droid.Resource.Attribute.trackColorInactive;
- global::Xamarin.Forms.Platform.Resource.Attribute.trackHeight = global::DotnetPush.Droid.Resource.Attribute.trackHeight;
- global::Xamarin.Forms.Platform.Resource.Attribute.trackTint = global::DotnetPush.Droid.Resource.Attribute.trackTint;
- global::Xamarin.Forms.Platform.Resource.Attribute.trackTintMode = global::DotnetPush.Droid.Resource.Attribute.trackTintMode;
- global::Xamarin.Forms.Platform.Resource.Attribute.transitionShapeAppearance = global::DotnetPush.Droid.Resource.Attribute.transitionShapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Attribute.ttcIndex = global::DotnetPush.Droid.Resource.Attribute.ttcIndex;
- global::Xamarin.Forms.Platform.Resource.Attribute.useCompatPadding = global::DotnetPush.Droid.Resource.Attribute.useCompatPadding;
- global::Xamarin.Forms.Platform.Resource.Attribute.useMaterialThemeColors = global::DotnetPush.Droid.Resource.Attribute.useMaterialThemeColors;
- global::Xamarin.Forms.Platform.Resource.Attribute.values = global::DotnetPush.Droid.Resource.Attribute.values;
- global::Xamarin.Forms.Platform.Resource.Attribute.verticalOffset = global::DotnetPush.Droid.Resource.Attribute.verticalOffset;
- global::Xamarin.Forms.Platform.Resource.Attribute.viewInflaterClass = global::DotnetPush.Droid.Resource.Attribute.viewInflaterClass;
- global::Xamarin.Forms.Platform.Resource.Attribute.voiceIcon = global::DotnetPush.Droid.Resource.Attribute.voiceIcon;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowActionBar = global::DotnetPush.Droid.Resource.Attribute.windowActionBar;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowActionBarOverlay = global::DotnetPush.Droid.Resource.Attribute.windowActionBarOverlay;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowActionModeOverlay = global::DotnetPush.Droid.Resource.Attribute.windowActionModeOverlay;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowFixedHeightMajor = global::DotnetPush.Droid.Resource.Attribute.windowFixedHeightMajor;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowFixedHeightMinor = global::DotnetPush.Droid.Resource.Attribute.windowFixedHeightMinor;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowFixedWidthMajor = global::DotnetPush.Droid.Resource.Attribute.windowFixedWidthMajor;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowFixedWidthMinor = global::DotnetPush.Droid.Resource.Attribute.windowFixedWidthMinor;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowMinWidthMajor = global::DotnetPush.Droid.Resource.Attribute.windowMinWidthMajor;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowMinWidthMinor = global::DotnetPush.Droid.Resource.Attribute.windowMinWidthMinor;
- global::Xamarin.Forms.Platform.Resource.Attribute.windowNoTitle = global::DotnetPush.Droid.Resource.Attribute.windowNoTitle;
- global::Xamarin.Forms.Platform.Resource.Attribute.yearSelectedStyle = global::DotnetPush.Droid.Resource.Attribute.yearSelectedStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.yearStyle = global::DotnetPush.Droid.Resource.Attribute.yearStyle;
- global::Xamarin.Forms.Platform.Resource.Attribute.yearTodayStyle = global::DotnetPush.Droid.Resource.Attribute.yearTodayStyle;
- global::Xamarin.Forms.Platform.Resource.Boolean.abc_action_bar_embed_tabs = global::DotnetPush.Droid.Resource.Boolean.abc_action_bar_embed_tabs;
- global::Xamarin.Forms.Platform.Resource.Boolean.abc_allow_stacked_button_bar = global::DotnetPush.Droid.Resource.Boolean.abc_allow_stacked_button_bar;
- global::Xamarin.Forms.Platform.Resource.Boolean.abc_config_actionMenuItemAllCaps = global::DotnetPush.Droid.Resource.Boolean.abc_config_actionMenuItemAllCaps;
- global::Xamarin.Forms.Platform.Resource.Boolean.mtrl_btn_textappearance_all_caps = global::DotnetPush.Droid.Resource.Boolean.mtrl_btn_textappearance_all_caps;
- global::Xamarin.Forms.Platform.Resource.Color.abc_background_cache_hint_selector_material_dark = global::DotnetPush.Droid.Resource.Color.abc_background_cache_hint_selector_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.abc_background_cache_hint_selector_material_light = global::DotnetPush.Droid.Resource.Color.abc_background_cache_hint_selector_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.abc_btn_colored_borderless_text_material = global::DotnetPush.Droid.Resource.Color.abc_btn_colored_borderless_text_material;
- global::Xamarin.Forms.Platform.Resource.Color.abc_btn_colored_text_material = global::DotnetPush.Droid.Resource.Color.abc_btn_colored_text_material;
- global::Xamarin.Forms.Platform.Resource.Color.abc_color_highlight_material = global::DotnetPush.Droid.Resource.Color.abc_color_highlight_material;
- global::Xamarin.Forms.Platform.Resource.Color.abc_decor_view_status_guard = global::DotnetPush.Droid.Resource.Color.abc_decor_view_status_guard;
- global::Xamarin.Forms.Platform.Resource.Color.abc_decor_view_status_guard_light = global::DotnetPush.Droid.Resource.Color.abc_decor_view_status_guard_light;
- global::Xamarin.Forms.Platform.Resource.Color.abc_hint_foreground_material_dark = global::DotnetPush.Droid.Resource.Color.abc_hint_foreground_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.abc_hint_foreground_material_light = global::DotnetPush.Droid.Resource.Color.abc_hint_foreground_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.abc_primary_text_disable_only_material_dark = global::DotnetPush.Droid.Resource.Color.abc_primary_text_disable_only_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.abc_primary_text_disable_only_material_light = global::DotnetPush.Droid.Resource.Color.abc_primary_text_disable_only_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.abc_primary_text_material_dark = global::DotnetPush.Droid.Resource.Color.abc_primary_text_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.abc_primary_text_material_light = global::DotnetPush.Droid.Resource.Color.abc_primary_text_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.abc_search_url_text = global::DotnetPush.Droid.Resource.Color.abc_search_url_text;
- global::Xamarin.Forms.Platform.Resource.Color.abc_search_url_text_normal = global::DotnetPush.Droid.Resource.Color.abc_search_url_text_normal;
- global::Xamarin.Forms.Platform.Resource.Color.abc_search_url_text_pressed = global::DotnetPush.Droid.Resource.Color.abc_search_url_text_pressed;
- global::Xamarin.Forms.Platform.Resource.Color.abc_search_url_text_selected = global::DotnetPush.Droid.Resource.Color.abc_search_url_text_selected;
- global::Xamarin.Forms.Platform.Resource.Color.abc_secondary_text_material_dark = global::DotnetPush.Droid.Resource.Color.abc_secondary_text_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.abc_secondary_text_material_light = global::DotnetPush.Droid.Resource.Color.abc_secondary_text_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.abc_tint_btn_checkable = global::DotnetPush.Droid.Resource.Color.abc_tint_btn_checkable;
- global::Xamarin.Forms.Platform.Resource.Color.abc_tint_default = global::DotnetPush.Droid.Resource.Color.abc_tint_default;
- global::Xamarin.Forms.Platform.Resource.Color.abc_tint_edittext = global::DotnetPush.Droid.Resource.Color.abc_tint_edittext;
- global::Xamarin.Forms.Platform.Resource.Color.abc_tint_seek_thumb = global::DotnetPush.Droid.Resource.Color.abc_tint_seek_thumb;
- global::Xamarin.Forms.Platform.Resource.Color.abc_tint_spinner = global::DotnetPush.Droid.Resource.Color.abc_tint_spinner;
- global::Xamarin.Forms.Platform.Resource.Color.abc_tint_switch_track = global::DotnetPush.Droid.Resource.Color.abc_tint_switch_track;
- global::Xamarin.Forms.Platform.Resource.Color.accent_material_dark = global::DotnetPush.Droid.Resource.Color.accent_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.accent_material_light = global::DotnetPush.Droid.Resource.Color.accent_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.androidx_core_ripple_material_light = global::DotnetPush.Droid.Resource.Color.androidx_core_ripple_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.androidx_core_secondary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.androidx_core_secondary_text_default_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.background_floating_material_dark = global::DotnetPush.Droid.Resource.Color.background_floating_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.background_floating_material_light = global::DotnetPush.Droid.Resource.Color.background_floating_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.background_material_dark = global::DotnetPush.Droid.Resource.Color.background_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.background_material_light = global::DotnetPush.Droid.Resource.Color.background_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.bright_foreground_disabled_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_disabled_material_light = global::DotnetPush.Droid.Resource.Color.bright_foreground_disabled_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_inverse_material_dark = global::DotnetPush.Droid.Resource.Color.bright_foreground_inverse_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_inverse_material_light = global::DotnetPush.Droid.Resource.Color.bright_foreground_inverse_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_material_dark = global::DotnetPush.Droid.Resource.Color.bright_foreground_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.bright_foreground_material_light = global::DotnetPush.Droid.Resource.Color.bright_foreground_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.button_material_dark = global::DotnetPush.Droid.Resource.Color.button_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.button_material_light = global::DotnetPush.Droid.Resource.Color.button_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.cardview_dark_background = global::DotnetPush.Droid.Resource.Color.cardview_dark_background;
- global::Xamarin.Forms.Platform.Resource.Color.cardview_light_background = global::DotnetPush.Droid.Resource.Color.cardview_light_background;
- global::Xamarin.Forms.Platform.Resource.Color.cardview_shadow_end_color = global::DotnetPush.Droid.Resource.Color.cardview_shadow_end_color;
- global::Xamarin.Forms.Platform.Resource.Color.cardview_shadow_start_color = global::DotnetPush.Droid.Resource.Color.cardview_shadow_start_color;
- global::Xamarin.Forms.Platform.Resource.Color.checkbox_themeable_attribute_color = global::DotnetPush.Droid.Resource.Color.checkbox_themeable_attribute_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_bottom_navigation_shadow_color = global::DotnetPush.Droid.Resource.Color.design_bottom_navigation_shadow_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_box_stroke_color = global::DotnetPush.Droid.Resource.Color.design_box_stroke_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_background = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_background;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_error = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_error;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_background = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_background;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_error = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_error;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_primary = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_primary;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_secondary = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_secondary;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_on_surface = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_on_surface;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_primary = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_primary;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_primary_dark = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_primary_dark;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_primary_variant = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_primary_variant;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_secondary = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_secondary;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_secondary_variant = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_secondary_variant;
- global::Xamarin.Forms.Platform.Resource.Color.design_dark_default_color_surface = global::DotnetPush.Droid.Resource.Color.design_dark_default_color_surface;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_background = global::DotnetPush.Droid.Resource.Color.design_default_color_background;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_error = global::DotnetPush.Droid.Resource.Color.design_default_color_error;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_background = global::DotnetPush.Droid.Resource.Color.design_default_color_on_background;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_error = global::DotnetPush.Droid.Resource.Color.design_default_color_on_error;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_primary = global::DotnetPush.Droid.Resource.Color.design_default_color_on_primary;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_secondary = global::DotnetPush.Droid.Resource.Color.design_default_color_on_secondary;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_on_surface = global::DotnetPush.Droid.Resource.Color.design_default_color_on_surface;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_primary = global::DotnetPush.Droid.Resource.Color.design_default_color_primary;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_primary_dark = global::DotnetPush.Droid.Resource.Color.design_default_color_primary_dark;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_primary_variant = global::DotnetPush.Droid.Resource.Color.design_default_color_primary_variant;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_secondary = global::DotnetPush.Droid.Resource.Color.design_default_color_secondary;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_secondary_variant = global::DotnetPush.Droid.Resource.Color.design_default_color_secondary_variant;
- global::Xamarin.Forms.Platform.Resource.Color.design_default_color_surface = global::DotnetPush.Droid.Resource.Color.design_default_color_surface;
- global::Xamarin.Forms.Platform.Resource.Color.design_error = global::DotnetPush.Droid.Resource.Color.design_error;
- global::Xamarin.Forms.Platform.Resource.Color.design_fab_shadow_end_color = global::DotnetPush.Droid.Resource.Color.design_fab_shadow_end_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_fab_shadow_mid_color = global::DotnetPush.Droid.Resource.Color.design_fab_shadow_mid_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_fab_shadow_start_color = global::DotnetPush.Droid.Resource.Color.design_fab_shadow_start_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_fab_stroke_end_inner_color = global::DotnetPush.Droid.Resource.Color.design_fab_stroke_end_inner_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_fab_stroke_end_outer_color = global::DotnetPush.Droid.Resource.Color.design_fab_stroke_end_outer_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_fab_stroke_top_inner_color = global::DotnetPush.Droid.Resource.Color.design_fab_stroke_top_inner_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_fab_stroke_top_outer_color = global::DotnetPush.Droid.Resource.Color.design_fab_stroke_top_outer_color;
- global::Xamarin.Forms.Platform.Resource.Color.design_icon_tint = global::DotnetPush.Droid.Resource.Color.design_icon_tint;
- global::Xamarin.Forms.Platform.Resource.Color.design_snackbar_background_color = global::DotnetPush.Droid.Resource.Color.design_snackbar_background_color;
- global::Xamarin.Forms.Platform.Resource.Color.dim_foreground_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.dim_foreground_disabled_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.dim_foreground_disabled_material_light = global::DotnetPush.Droid.Resource.Color.dim_foreground_disabled_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.dim_foreground_material_dark = global::DotnetPush.Droid.Resource.Color.dim_foreground_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.dim_foreground_material_light = global::DotnetPush.Droid.Resource.Color.dim_foreground_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.error_color_material_dark = global::DotnetPush.Droid.Resource.Color.error_color_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.error_color_material_light = global::DotnetPush.Droid.Resource.Color.error_color_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.foreground_material_dark = global::DotnetPush.Droid.Resource.Color.foreground_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.foreground_material_light = global::DotnetPush.Droid.Resource.Color.foreground_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.highlighted_text_material_dark = global::DotnetPush.Droid.Resource.Color.highlighted_text_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.highlighted_text_material_light = global::DotnetPush.Droid.Resource.Color.highlighted_text_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.material_blue_grey_800 = global::DotnetPush.Droid.Resource.Color.material_blue_grey_800;
- global::Xamarin.Forms.Platform.Resource.Color.material_blue_grey_900 = global::DotnetPush.Droid.Resource.Color.material_blue_grey_900;
- global::Xamarin.Forms.Platform.Resource.Color.material_blue_grey_950 = global::DotnetPush.Droid.Resource.Color.material_blue_grey_950;
- global::Xamarin.Forms.Platform.Resource.Color.material_deep_teal_200 = global::DotnetPush.Droid.Resource.Color.material_deep_teal_200;
- global::Xamarin.Forms.Platform.Resource.Color.material_deep_teal_500 = global::DotnetPush.Droid.Resource.Color.material_deep_teal_500;
- global::Xamarin.Forms.Platform.Resource.Color.material_grey_100 = global::DotnetPush.Droid.Resource.Color.material_grey_100;
- global::Xamarin.Forms.Platform.Resource.Color.material_grey_300 = global::DotnetPush.Droid.Resource.Color.material_grey_300;
- global::Xamarin.Forms.Platform.Resource.Color.material_grey_50 = global::DotnetPush.Droid.Resource.Color.material_grey_50;
- global::Xamarin.Forms.Platform.Resource.Color.material_grey_600 = global::DotnetPush.Droid.Resource.Color.material_grey_600;
- global::Xamarin.Forms.Platform.Resource.Color.material_grey_800 = global::DotnetPush.Droid.Resource.Color.material_grey_800;
- global::Xamarin.Forms.Platform.Resource.Color.material_grey_850 = global::DotnetPush.Droid.Resource.Color.material_grey_850;
- global::Xamarin.Forms.Platform.Resource.Color.material_grey_900 = global::DotnetPush.Droid.Resource.Color.material_grey_900;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_background_disabled = global::DotnetPush.Droid.Resource.Color.material_on_background_disabled;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_background_emphasis_high_type = global::DotnetPush.Droid.Resource.Color.material_on_background_emphasis_high_type;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_background_emphasis_medium = global::DotnetPush.Droid.Resource.Color.material_on_background_emphasis_medium;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_primary_disabled = global::DotnetPush.Droid.Resource.Color.material_on_primary_disabled;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_primary_emphasis_high_type = global::DotnetPush.Droid.Resource.Color.material_on_primary_emphasis_high_type;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_primary_emphasis_medium = global::DotnetPush.Droid.Resource.Color.material_on_primary_emphasis_medium;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_surface_disabled = global::DotnetPush.Droid.Resource.Color.material_on_surface_disabled;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_surface_emphasis_high_type = global::DotnetPush.Droid.Resource.Color.material_on_surface_emphasis_high_type;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_surface_emphasis_medium = global::DotnetPush.Droid.Resource.Color.material_on_surface_emphasis_medium;
- global::Xamarin.Forms.Platform.Resource.Color.material_on_surface_stroke = global::DotnetPush.Droid.Resource.Color.material_on_surface_stroke;
- global::Xamarin.Forms.Platform.Resource.Color.material_slider_active_tick_marks_color = global::DotnetPush.Droid.Resource.Color.material_slider_active_tick_marks_color;
- global::Xamarin.Forms.Platform.Resource.Color.material_slider_active_track_color = global::DotnetPush.Droid.Resource.Color.material_slider_active_track_color;
- global::Xamarin.Forms.Platform.Resource.Color.material_slider_halo_color = global::DotnetPush.Droid.Resource.Color.material_slider_halo_color;
- global::Xamarin.Forms.Platform.Resource.Color.material_slider_inactive_tick_marks_color = global::DotnetPush.Droid.Resource.Color.material_slider_inactive_tick_marks_color;
- global::Xamarin.Forms.Platform.Resource.Color.material_slider_inactive_track_color = global::DotnetPush.Droid.Resource.Color.material_slider_inactive_track_color;
- global::Xamarin.Forms.Platform.Resource.Color.material_slider_thumb_color = global::DotnetPush.Droid.Resource.Color.material_slider_thumb_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_bottom_nav_colored_item_tint = global::DotnetPush.Droid.Resource.Color.mtrl_bottom_nav_colored_item_tint;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_bottom_nav_colored_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_bottom_nav_colored_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_bottom_nav_item_tint = global::DotnetPush.Droid.Resource.Color.mtrl_bottom_nav_item_tint;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_bottom_nav_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_bottom_nav_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_bg_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_btn_bg_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_btn_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_stroke_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_btn_stroke_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_text_btn_bg_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_btn_text_btn_bg_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_text_btn_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_btn_text_btn_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_text_color_disabled = global::DotnetPush.Droid.Resource.Color.mtrl_btn_text_color_disabled;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_btn_text_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_btn_transparent_bg_color = global::DotnetPush.Droid.Resource.Color.mtrl_btn_transparent_bg_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_calendar_item_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_calendar_item_stroke_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_calendar_selected_range = global::DotnetPush.Droid.Resource.Color.mtrl_calendar_selected_range;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_card_view_foreground = global::DotnetPush.Droid.Resource.Color.mtrl_card_view_foreground;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_card_view_ripple = global::DotnetPush.Droid.Resource.Color.mtrl_card_view_ripple;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_chip_background_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_close_icon_tint = global::DotnetPush.Droid.Resource.Color.mtrl_chip_close_icon_tint;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_chip_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_surface_color = global::DotnetPush.Droid.Resource.Color.mtrl_chip_surface_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_chip_text_color = global::DotnetPush.Droid.Resource.Color.mtrl_chip_text_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_choice_chip_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_choice_chip_background_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_choice_chip_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_choice_chip_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_choice_chip_text_color = global::DotnetPush.Droid.Resource.Color.mtrl_choice_chip_text_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_error = global::DotnetPush.Droid.Resource.Color.mtrl_error;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_fab_bg_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_fab_bg_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_fab_icon_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_fab_icon_text_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_fab_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_fab_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_filled_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_filled_background_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_filled_icon_tint = global::DotnetPush.Droid.Resource.Color.mtrl_filled_icon_tint;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_filled_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_filled_stroke_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_indicator_text_color = global::DotnetPush.Droid.Resource.Color.mtrl_indicator_text_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_item_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_navigation_item_background_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_item_icon_tint = global::DotnetPush.Droid.Resource.Color.mtrl_navigation_item_icon_tint;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_navigation_item_text_color = global::DotnetPush.Droid.Resource.Color.mtrl_navigation_item_text_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_on_primary_text_btn_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_on_primary_text_btn_text_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_outlined_icon_tint = global::DotnetPush.Droid.Resource.Color.mtrl_outlined_icon_tint;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_outlined_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_outlined_stroke_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_popupmenu_overlay_color = global::DotnetPush.Droid.Resource.Color.mtrl_popupmenu_overlay_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_scrim_color = global::DotnetPush.Droid.Resource.Color.mtrl_scrim_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_colored_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_colored_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_icon_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_icon_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_icon_color_selector_colored = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_icon_color_selector_colored;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_legacy_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_legacy_text_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_tabs_ripple_color = global::DotnetPush.Droid.Resource.Color.mtrl_tabs_ripple_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_default_box_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_default_box_stroke_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_disabled_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_disabled_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_filled_box_default_background_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_filled_box_default_background_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_focused_box_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_focused_box_stroke_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_textinput_hovered_box_stroke_color = global::DotnetPush.Droid.Resource.Color.mtrl_textinput_hovered_box_stroke_color;
- global::Xamarin.Forms.Platform.Resource.Color.mtrl_text_btn_text_color_selector = global::DotnetPush.Droid.Resource.Color.mtrl_text_btn_text_color_selector;
- global::Xamarin.Forms.Platform.Resource.Color.notification_action_color_filter = global::DotnetPush.Droid.Resource.Color.notification_action_color_filter;
- global::Xamarin.Forms.Platform.Resource.Color.notification_icon_bg_color = global::DotnetPush.Droid.Resource.Color.notification_icon_bg_color;
- global::Xamarin.Forms.Platform.Resource.Color.notification_material_background_media_default_color = global::DotnetPush.Droid.Resource.Color.notification_material_background_media_default_color;
- global::Xamarin.Forms.Platform.Resource.Color.primary_dark_material_dark = global::DotnetPush.Droid.Resource.Color.primary_dark_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.primary_dark_material_light = global::DotnetPush.Droid.Resource.Color.primary_dark_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.primary_material_dark = global::DotnetPush.Droid.Resource.Color.primary_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.primary_material_light = global::DotnetPush.Droid.Resource.Color.primary_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.primary_text_default_material_dark = global::DotnetPush.Droid.Resource.Color.primary_text_default_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.primary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.primary_text_default_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.primary_text_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.primary_text_disabled_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.primary_text_disabled_material_light = global::DotnetPush.Droid.Resource.Color.primary_text_disabled_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.radiobutton_themeable_attribute_color = global::DotnetPush.Droid.Resource.Color.radiobutton_themeable_attribute_color;
- global::Xamarin.Forms.Platform.Resource.Color.ripple_material_dark = global::DotnetPush.Droid.Resource.Color.ripple_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.ripple_material_light = global::DotnetPush.Droid.Resource.Color.ripple_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.secondary_text_default_material_dark = global::DotnetPush.Droid.Resource.Color.secondary_text_default_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.secondary_text_default_material_light = global::DotnetPush.Droid.Resource.Color.secondary_text_default_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.secondary_text_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.secondary_text_disabled_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.secondary_text_disabled_material_light = global::DotnetPush.Droid.Resource.Color.secondary_text_disabled_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_disabled_material_dark = global::DotnetPush.Droid.Resource.Color.switch_thumb_disabled_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_disabled_material_light = global::DotnetPush.Droid.Resource.Color.switch_thumb_disabled_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_material_dark = global::DotnetPush.Droid.Resource.Color.switch_thumb_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_material_light = global::DotnetPush.Droid.Resource.Color.switch_thumb_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_normal_material_dark = global::DotnetPush.Droid.Resource.Color.switch_thumb_normal_material_dark;
- global::Xamarin.Forms.Platform.Resource.Color.switch_thumb_normal_material_light = global::DotnetPush.Droid.Resource.Color.switch_thumb_normal_material_light;
- global::Xamarin.Forms.Platform.Resource.Color.test_mtrl_calendar_day = global::DotnetPush.Droid.Resource.Color.test_mtrl_calendar_day;
- global::Xamarin.Forms.Platform.Resource.Color.test_mtrl_calendar_day_selected = global::DotnetPush.Droid.Resource.Color.test_mtrl_calendar_day_selected;
- global::Xamarin.Forms.Platform.Resource.Color.tooltip_background_dark = global::DotnetPush.Droid.Resource.Color.tooltip_background_dark;
- global::Xamarin.Forms.Platform.Resource.Color.tooltip_background_light = global::DotnetPush.Droid.Resource.Color.tooltip_background_light;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_content_inset_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_content_inset_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_content_inset_with_nav = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_content_inset_with_nav;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_default_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_default_height_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_default_padding_end_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_default_padding_end_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_default_padding_start_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_default_padding_start_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_elevation_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_elevation_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_icon_vertical_padding_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_icon_vertical_padding_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_overflow_padding_end_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_overflow_padding_end_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_overflow_padding_start_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_overflow_padding_start_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_stacked_max_height = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_stacked_max_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_stacked_tab_max_width = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_stacked_tab_max_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_subtitle_bottom_margin_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_subtitle_bottom_margin_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_bar_subtitle_top_margin_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_bar_subtitle_top_margin_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_button_min_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_button_min_height_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_button_min_width_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_button_min_width_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_action_button_min_width_overflow_material = global::DotnetPush.Droid.Resource.Dimension.abc_action_button_min_width_overflow_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_alert_dialog_button_bar_height = global::DotnetPush.Droid.Resource.Dimension.abc_alert_dialog_button_bar_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_alert_dialog_button_dimen = global::DotnetPush.Droid.Resource.Dimension.abc_alert_dialog_button_dimen;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_button_inset_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.abc_button_inset_horizontal_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_button_inset_vertical_material = global::DotnetPush.Droid.Resource.Dimension.abc_button_inset_vertical_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_button_padding_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.abc_button_padding_horizontal_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_button_padding_vertical_material = global::DotnetPush.Droid.Resource.Dimension.abc_button_padding_vertical_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_cascading_menus_min_smallest_width = global::DotnetPush.Droid.Resource.Dimension.abc_cascading_menus_min_smallest_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_config_prefDialogWidth = global::DotnetPush.Droid.Resource.Dimension.abc_config_prefDialogWidth;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_control_corner_material = global::DotnetPush.Droid.Resource.Dimension.abc_control_corner_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_control_inset_material = global::DotnetPush.Droid.Resource.Dimension.abc_control_inset_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_control_padding_material = global::DotnetPush.Droid.Resource.Dimension.abc_control_padding_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_corner_radius_material = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_corner_radius_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_fixed_height_major = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_fixed_height_major;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_fixed_height_minor = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_fixed_height_minor;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_fixed_width_major = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_fixed_width_major;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_fixed_width_minor = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_fixed_width_minor;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_list_padding_bottom_no_buttons = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_list_padding_bottom_no_buttons;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_list_padding_top_no_title = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_list_padding_top_no_title;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_min_width_major = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_min_width_major;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_min_width_minor = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_min_width_minor;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_padding_material = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_padding_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_padding_top_material = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_padding_top_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dialog_title_divider_material = global::DotnetPush.Droid.Resource.Dimension.abc_dialog_title_divider_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_disabled_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.abc_disabled_alpha_material_dark;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_disabled_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.abc_disabled_alpha_material_light;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dropdownitem_icon_width = global::DotnetPush.Droid.Resource.Dimension.abc_dropdownitem_icon_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dropdownitem_text_padding_left = global::DotnetPush.Droid.Resource.Dimension.abc_dropdownitem_text_padding_left;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_dropdownitem_text_padding_right = global::DotnetPush.Droid.Resource.Dimension.abc_dropdownitem_text_padding_right;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_edit_text_inset_bottom_material = global::DotnetPush.Droid.Resource.Dimension.abc_edit_text_inset_bottom_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_edit_text_inset_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.abc_edit_text_inset_horizontal_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_edit_text_inset_top_material = global::DotnetPush.Droid.Resource.Dimension.abc_edit_text_inset_top_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_floating_window_z = global::DotnetPush.Droid.Resource.Dimension.abc_floating_window_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_list_item_height_large_material = global::DotnetPush.Droid.Resource.Dimension.abc_list_item_height_large_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_list_item_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_list_item_height_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_list_item_height_small_material = global::DotnetPush.Droid.Resource.Dimension.abc_list_item_height_small_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_list_item_padding_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.abc_list_item_padding_horizontal_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_panel_menu_list_width = global::DotnetPush.Droid.Resource.Dimension.abc_panel_menu_list_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_progress_bar_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_progress_bar_height_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_search_view_preferred_height = global::DotnetPush.Droid.Resource.Dimension.abc_search_view_preferred_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_search_view_preferred_width = global::DotnetPush.Droid.Resource.Dimension.abc_search_view_preferred_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_seekbar_track_background_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_seekbar_track_background_height_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_seekbar_track_progress_height_material = global::DotnetPush.Droid.Resource.Dimension.abc_seekbar_track_progress_height_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_select_dialog_padding_start_material = global::DotnetPush.Droid.Resource.Dimension.abc_select_dialog_padding_start_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_switch_padding = global::DotnetPush.Droid.Resource.Dimension.abc_switch_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_body_1_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_body_1_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_body_2_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_body_2_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_button_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_button_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_caption_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_caption_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_display_1_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_display_1_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_display_2_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_display_2_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_display_3_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_display_3_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_display_4_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_display_4_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_headline_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_headline_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_large_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_large_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_medium_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_medium_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_menu_header_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_menu_header_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_menu_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_menu_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_small_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_small_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_subhead_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_subhead_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_subtitle_material_toolbar = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_subtitle_material_toolbar;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_title_material = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_title_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.abc_text_size_title_material_toolbar = global::DotnetPush.Droid.Resource.Dimension.abc_text_size_title_material_toolbar;
- global::Xamarin.Forms.Platform.Resource.Dimension.action_bar_size = global::DotnetPush.Droid.Resource.Dimension.action_bar_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.appcompat_dialog_background_inset = global::DotnetPush.Droid.Resource.Dimension.appcompat_dialog_background_inset;
- global::Xamarin.Forms.Platform.Resource.Dimension.cardview_compat_inset_shadow = global::DotnetPush.Droid.Resource.Dimension.cardview_compat_inset_shadow;
- global::Xamarin.Forms.Platform.Resource.Dimension.cardview_default_elevation = global::DotnetPush.Droid.Resource.Dimension.cardview_default_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.cardview_default_radius = global::DotnetPush.Droid.Resource.Dimension.cardview_default_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.compat_button_inset_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_inset_horizontal_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.compat_button_inset_vertical_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_inset_vertical_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.compat_button_padding_horizontal_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_padding_horizontal_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.compat_button_padding_vertical_material = global::DotnetPush.Droid.Resource.Dimension.compat_button_padding_vertical_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.compat_control_corner_material = global::DotnetPush.Droid.Resource.Dimension.compat_control_corner_material;
- global::Xamarin.Forms.Platform.Resource.Dimension.compat_notification_large_icon_max_height = global::DotnetPush.Droid.Resource.Dimension.compat_notification_large_icon_max_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.compat_notification_large_icon_max_width = global::DotnetPush.Droid.Resource.Dimension.compat_notification_large_icon_max_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.default_dimension = global::DotnetPush.Droid.Resource.Dimension.default_dimension;
- global::Xamarin.Forms.Platform.Resource.Dimension.def_drawer_elevation = global::DotnetPush.Droid.Resource.Dimension.def_drawer_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_appbar_elevation = global::DotnetPush.Droid.Resource.Dimension.design_appbar_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_active_item_max_width = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_active_item_max_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_active_item_min_width = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_active_item_min_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_active_text_size = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_active_text_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_elevation = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_height = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_icon_size = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_icon_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_item_max_width = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_item_max_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_item_min_width = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_item_min_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_margin = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_shadow_height = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_shadow_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_navigation_text_size = global::DotnetPush.Droid.Resource.Dimension.design_bottom_navigation_text_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_sheet_elevation = global::DotnetPush.Droid.Resource.Dimension.design_bottom_sheet_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_sheet_modal_elevation = global::DotnetPush.Droid.Resource.Dimension.design_bottom_sheet_modal_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_bottom_sheet_peek_height_min = global::DotnetPush.Droid.Resource.Dimension.design_bottom_sheet_peek_height_min;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_border_width = global::DotnetPush.Droid.Resource.Dimension.design_fab_border_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_elevation = global::DotnetPush.Droid.Resource.Dimension.design_fab_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_image_size = global::DotnetPush.Droid.Resource.Dimension.design_fab_image_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_size_mini = global::DotnetPush.Droid.Resource.Dimension.design_fab_size_mini;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_size_normal = global::DotnetPush.Droid.Resource.Dimension.design_fab_size_normal;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_translation_z_hovered_focused = global::DotnetPush.Droid.Resource.Dimension.design_fab_translation_z_hovered_focused;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_fab_translation_z_pressed = global::DotnetPush.Droid.Resource.Dimension.design_fab_translation_z_pressed;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_elevation = global::DotnetPush.Droid.Resource.Dimension.design_navigation_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_icon_padding = global::DotnetPush.Droid.Resource.Dimension.design_navigation_icon_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_icon_size = global::DotnetPush.Droid.Resource.Dimension.design_navigation_icon_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_item_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.design_navigation_item_horizontal_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_item_icon_padding = global::DotnetPush.Droid.Resource.Dimension.design_navigation_item_icon_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_max_width = global::DotnetPush.Droid.Resource.Dimension.design_navigation_max_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_padding_bottom = global::DotnetPush.Droid.Resource.Dimension.design_navigation_padding_bottom;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_navigation_separator_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.design_navigation_separator_vertical_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_action_inline_max_width = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_action_inline_max_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_action_text_color_alpha = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_action_text_color_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_background_corner_radius = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_background_corner_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_elevation = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_extra_spacing_horizontal = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_extra_spacing_horizontal;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_max_width = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_max_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_min_width = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_min_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_padding_horizontal = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_padding_horizontal;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_padding_vertical = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_padding_vertical;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_padding_vertical_2lines = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_padding_vertical_2lines;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_snackbar_text_size = global::DotnetPush.Droid.Resource.Dimension.design_snackbar_text_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_tab_max_width = global::DotnetPush.Droid.Resource.Dimension.design_tab_max_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_tab_scrollable_min_width = global::DotnetPush.Droid.Resource.Dimension.design_tab_scrollable_min_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_tab_text_size = global::DotnetPush.Droid.Resource.Dimension.design_tab_text_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_tab_text_size_2line = global::DotnetPush.Droid.Resource.Dimension.design_tab_text_size_2line;
- global::Xamarin.Forms.Platform.Resource.Dimension.design_textinput_caption_translate_y = global::DotnetPush.Droid.Resource.Dimension.design_textinput_caption_translate_y;
- global::Xamarin.Forms.Platform.Resource.Dimension.disabled_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.disabled_alpha_material_dark;
- global::Xamarin.Forms.Platform.Resource.Dimension.disabled_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.disabled_alpha_material_light;
- global::Xamarin.Forms.Platform.Resource.Dimension.fastscroll_default_thickness = global::DotnetPush.Droid.Resource.Dimension.fastscroll_default_thickness;
- global::Xamarin.Forms.Platform.Resource.Dimension.fastscroll_margin = global::DotnetPush.Droid.Resource.Dimension.fastscroll_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.fastscroll_minimum_range = global::DotnetPush.Droid.Resource.Dimension.fastscroll_minimum_range;
- global::Xamarin.Forms.Platform.Resource.Dimension.highlight_alpha_material_colored = global::DotnetPush.Droid.Resource.Dimension.highlight_alpha_material_colored;
- global::Xamarin.Forms.Platform.Resource.Dimension.highlight_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.highlight_alpha_material_dark;
- global::Xamarin.Forms.Platform.Resource.Dimension.highlight_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.highlight_alpha_material_light;
- global::Xamarin.Forms.Platform.Resource.Dimension.hint_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.hint_alpha_material_dark;
- global::Xamarin.Forms.Platform.Resource.Dimension.hint_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.hint_alpha_material_light;
- global::Xamarin.Forms.Platform.Resource.Dimension.hint_pressed_alpha_material_dark = global::DotnetPush.Droid.Resource.Dimension.hint_pressed_alpha_material_dark;
- global::Xamarin.Forms.Platform.Resource.Dimension.hint_pressed_alpha_material_light = global::DotnetPush.Droid.Resource.Dimension.hint_pressed_alpha_material_light;
- global::Xamarin.Forms.Platform.Resource.Dimension.item_touch_helper_max_drag_scroll_per_frame = global::DotnetPush.Droid.Resource.Dimension.item_touch_helper_max_drag_scroll_per_frame;
- global::Xamarin.Forms.Platform.Resource.Dimension.item_touch_helper_swipe_escape_max_velocity = global::DotnetPush.Droid.Resource.Dimension.item_touch_helper_swipe_escape_max_velocity;
- global::Xamarin.Forms.Platform.Resource.Dimension.item_touch_helper_swipe_escape_velocity = global::DotnetPush.Droid.Resource.Dimension.item_touch_helper_swipe_escape_velocity;
- global::Xamarin.Forms.Platform.Resource.Dimension.material_emphasis_disabled = global::DotnetPush.Droid.Resource.Dimension.material_emphasis_disabled;
- global::Xamarin.Forms.Platform.Resource.Dimension.material_emphasis_high_type = global::DotnetPush.Droid.Resource.Dimension.material_emphasis_high_type;
- global::Xamarin.Forms.Platform.Resource.Dimension.material_emphasis_medium = global::DotnetPush.Droid.Resource.Dimension.material_emphasis_medium;
- global::Xamarin.Forms.Platform.Resource.Dimension.material_text_view_test_line_height = global::DotnetPush.Droid.Resource.Dimension.material_text_view_test_line_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.material_text_view_test_line_height_override = global::DotnetPush.Droid.Resource.Dimension.material_text_view_test_line_height_override;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_background_inset_bottom = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_bottom;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_background_inset_end = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_end;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_background_inset_start = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_start;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_background_inset_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_background_inset_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_alert_dialog_picker_background_inset = global::DotnetPush.Droid.Resource.Dimension.mtrl_alert_dialog_picker_background_inset;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_horizontal_edge_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_horizontal_edge_offset;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_long_text_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_long_text_horizontal_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_text_horizontal_edge_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_text_horizontal_edge_offset;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_text_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_text_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_badge_with_text_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_badge_with_text_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fabOffsetEndMode = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fabOffsetEndMode;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fab_bottom_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fab_bottom_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fab_cradle_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fab_cradle_rounded_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_rounded_corner_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_fab_cradle_vertical_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_fab_cradle_vertical_offset;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_bottomappbar_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_bottomappbar_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_corner_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_dialog_btn_min_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_dialog_btn_min_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_disabled_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_disabled_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_disabled_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_disabled_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_focused_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_focused_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_hovered_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_hovered_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_icon_btn_padding_left = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_icon_btn_padding_left;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_icon_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_icon_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_inset = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_inset;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_letter_spacing = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_letter_spacing;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_padding_bottom = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_padding_bottom;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_padding_left = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_padding_left;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_padding_right = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_padding_right;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_padding_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_padding_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_pressed_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_pressed_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_stroke_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_stroke_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_text_btn_icon_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_text_btn_icon_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_text_btn_padding_left = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_text_btn_padding_left;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_text_btn_padding_right = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_text_btn_padding_right;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_text_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_text_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_btn_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_btn_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_action_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_action_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_action_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_action_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_bottom_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_bottom_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_content_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_content_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_days_of_week_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_days_of_week_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_corner = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_corner;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_horizontal_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_today_stroke = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_today_stroke;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_vertical_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_day_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_day_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_dialog_background_inset = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_dialog_background_inset;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_content_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_content_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_content_padding_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_content_padding_fullscreen;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_divider_thickness = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_divider_thickness;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_height_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_height_fullscreen;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_selection_line_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_selection_line_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_text_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_text_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_toggle_margin_bottom = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_toggle_margin_bottom;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_header_toggle_margin_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_header_toggle_margin_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_landscape_header_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_landscape_header_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_maximum_default_fullscreen_minor_axis = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_maximum_default_fullscreen_minor_axis;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_month_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_month_horizontal_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_month_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_month_vertical_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_navigation_bottom_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_navigation_bottom_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_navigation_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_navigation_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_navigation_top_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_navigation_top_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_pre_l_text_clip_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_pre_l_text_clip_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_selection_baseline_to_top_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_selection_baseline_to_top_fullscreen;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_bottom_fullscreen;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_selection_text_baseline_to_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_text_input_padding_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_text_input_padding_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_title_baseline_to_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_title_baseline_to_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_title_baseline_to_top_fullscreen = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_title_baseline_to_top_fullscreen;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_corner = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_corner;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_horizontal_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_vertical_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_calendar_year_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_calendar_year_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_checked_icon_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_checked_icon_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_checked_icon_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_checked_icon_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_corner_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_dragged_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_dragged_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_card_spacing = global::DotnetPush.Droid.Resource.Dimension.mtrl_card_spacing;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_chip_pressed_translation_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_chip_pressed_translation_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_chip_text_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_chip_text_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_edittext_rectangle_top_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_edittext_rectangle_top_offset;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_offset = global::DotnetPush.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_offset;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_exposed_dropdown_menu_popup_vertical_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_bottom_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_bottom_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_corner_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_disabled_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_disabled_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_disabled_translation_z = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_disabled_translation_z;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_end_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_end_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_end_padding_icon = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_end_padding_icon;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_icon_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_icon_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_icon_text_spacing = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_icon_text_spacing;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_min_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_min_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_min_width = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_min_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_start_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_start_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_start_padding_icon = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_start_padding_icon;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_top_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_top_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_translation_z_base = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_base;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_translation_z_hovered_focused = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_hovered_focused;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_extended_fab_translation_z_pressed = global::DotnetPush.Droid.Resource.Dimension.mtrl_extended_fab_translation_z_pressed;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_fab_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_fab_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_fab_min_touch_target = global::DotnetPush.Droid.Resource.Dimension.mtrl_fab_min_touch_target;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_fab_translation_z_hovered_focused = global::DotnetPush.Droid.Resource.Dimension.mtrl_fab_translation_z_hovered_focused;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_fab_translation_z_pressed = global::DotnetPush.Droid.Resource.Dimension.mtrl_fab_translation_z_pressed;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_high_ripple_default_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_high_ripple_default_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_high_ripple_focused_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_high_ripple_focused_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_high_ripple_hovered_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_high_ripple_hovered_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_high_ripple_pressed_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_high_ripple_pressed_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_large_touch_target = global::DotnetPush.Droid.Resource.Dimension.mtrl_large_touch_target;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_low_ripple_default_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_low_ripple_default_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_low_ripple_focused_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_low_ripple_focused_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_low_ripple_hovered_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_low_ripple_hovered_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_low_ripple_pressed_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_low_ripple_pressed_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_min_touch_target_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_min_touch_target_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_horizontal_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_icon_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_icon_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_icon_size = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_icon_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_shape_horizontal_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_shape_horizontal_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_navigation_item_shape_vertical_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_navigation_item_shape_vertical_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_shape_corner_size_large_component = global::DotnetPush.Droid.Resource.Dimension.mtrl_shape_corner_size_large_component;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_shape_corner_size_medium_component = global::DotnetPush.Droid.Resource.Dimension.mtrl_shape_corner_size_medium_component;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_shape_corner_size_small_component = global::DotnetPush.Droid.Resource.Dimension.mtrl_shape_corner_size_small_component;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_halo_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_halo_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_label_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_label_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_label_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_label_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_label_square_side = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_label_square_side;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_thumb_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_thumb_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_thumb_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_thumb_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_track_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_track_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_track_side_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_track_side_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_track_top = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_track_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_slider_widget_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_slider_widget_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_action_text_color_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_snackbar_action_text_color_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_background_corner_radius = global::DotnetPush.Droid.Resource.Dimension.mtrl_snackbar_background_corner_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_background_overlay_color_alpha = global::DotnetPush.Droid.Resource.Dimension.mtrl_snackbar_background_overlay_color_alpha;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_snackbar_margin = global::DotnetPush.Droid.Resource.Dimension.mtrl_snackbar_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_switch_thumb_elevation = global::DotnetPush.Droid.Resource.Dimension.mtrl_switch_thumb_elevation;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_corner_radius_medium = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_corner_radius_medium;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_corner_radius_small = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_corner_radius_small;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_label_cutout_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_label_cutout_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_stroke_width_default = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_stroke_width_default;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_box_stroke_width_focused = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_box_stroke_width_focused;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_counter_margin_start = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_counter_margin_start;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_end_icon_margin_start = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_end_icon_margin_start;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_outline_box_expanded_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_outline_box_expanded_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_textinput_start_icon_margin_end = global::DotnetPush.Droid.Resource.Dimension.mtrl_textinput_start_icon_margin_end;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_toolbar_default_height = global::DotnetPush.Droid.Resource.Dimension.mtrl_toolbar_default_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_arrowSize = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_arrowSize;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_cornerSize = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_cornerSize;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_minHeight = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_minHeight;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_minWidth = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_minWidth;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_tooltip_padding = global::DotnetPush.Droid.Resource.Dimension.mtrl_tooltip_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.mtrl_transition_shared_axis_slide_distance = global::DotnetPush.Droid.Resource.Dimension.mtrl_transition_shared_axis_slide_distance;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_action_icon_size = global::DotnetPush.Droid.Resource.Dimension.notification_action_icon_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_action_text_size = global::DotnetPush.Droid.Resource.Dimension.notification_action_text_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_big_circle_margin = global::DotnetPush.Droid.Resource.Dimension.notification_big_circle_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_content_margin_start = global::DotnetPush.Droid.Resource.Dimension.notification_content_margin_start;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_large_icon_height = global::DotnetPush.Droid.Resource.Dimension.notification_large_icon_height;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_large_icon_width = global::DotnetPush.Droid.Resource.Dimension.notification_large_icon_width;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_main_column_padding_top = global::DotnetPush.Droid.Resource.Dimension.notification_main_column_padding_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_media_narrow_margin = global::DotnetPush.Droid.Resource.Dimension.notification_media_narrow_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_right_icon_size = global::DotnetPush.Droid.Resource.Dimension.notification_right_icon_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_right_side_padding_top = global::DotnetPush.Droid.Resource.Dimension.notification_right_side_padding_top;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_small_icon_background_padding = global::DotnetPush.Droid.Resource.Dimension.notification_small_icon_background_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_small_icon_size_as_large = global::DotnetPush.Droid.Resource.Dimension.notification_small_icon_size_as_large;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_subtext_size = global::DotnetPush.Droid.Resource.Dimension.notification_subtext_size;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_top_pad = global::DotnetPush.Droid.Resource.Dimension.notification_top_pad;
- global::Xamarin.Forms.Platform.Resource.Dimension.notification_top_pad_large_text = global::DotnetPush.Droid.Resource.Dimension.notification_top_pad_large_text;
- global::Xamarin.Forms.Platform.Resource.Dimension.test_mtrl_calendar_day_cornerSize = global::DotnetPush.Droid.Resource.Dimension.test_mtrl_calendar_day_cornerSize;
- global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_corner_radius = global::DotnetPush.Droid.Resource.Dimension.tooltip_corner_radius;
- global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_horizontal_padding = global::DotnetPush.Droid.Resource.Dimension.tooltip_horizontal_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_margin = global::DotnetPush.Droid.Resource.Dimension.tooltip_margin;
- global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_precise_anchor_extra_offset = global::DotnetPush.Droid.Resource.Dimension.tooltip_precise_anchor_extra_offset;
- global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_precise_anchor_threshold = global::DotnetPush.Droid.Resource.Dimension.tooltip_precise_anchor_threshold;
- global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_vertical_padding = global::DotnetPush.Droid.Resource.Dimension.tooltip_vertical_padding;
- global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_y_offset_non_touch = global::DotnetPush.Droid.Resource.Dimension.tooltip_y_offset_non_touch;
- global::Xamarin.Forms.Platform.Resource.Dimension.tooltip_y_offset_touch = global::DotnetPush.Droid.Resource.Dimension.tooltip_y_offset_touch;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ab_share_pack_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ab_share_pack_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_action_bar_item_background_material = global::DotnetPush.Droid.Resource.Drawable.abc_action_bar_item_background_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_borderless_material = global::DotnetPush.Droid.Resource.Drawable.abc_btn_borderless_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_check_material = global::DotnetPush.Droid.Resource.Drawable.abc_btn_check_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_check_material_anim = global::DotnetPush.Droid.Resource.Drawable.abc_btn_check_material_anim;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_check_to_on_mtrl_000 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_check_to_on_mtrl_000;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_check_to_on_mtrl_015 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_check_to_on_mtrl_015;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_colored_material = global::DotnetPush.Droid.Resource.Drawable.abc_btn_colored_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_default_mtrl_shape = global::DotnetPush.Droid.Resource.Drawable.abc_btn_default_mtrl_shape;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_radio_material = global::DotnetPush.Droid.Resource.Drawable.abc_btn_radio_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_radio_material_anim = global::DotnetPush.Droid.Resource.Drawable.abc_btn_radio_material_anim;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_radio_to_on_mtrl_000 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_radio_to_on_mtrl_000;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_radio_to_on_mtrl_015 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_radio_to_on_mtrl_015;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_switch_to_on_mtrl_00001 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_switch_to_on_mtrl_00001;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012 = global::DotnetPush.Droid.Resource.Drawable.abc_btn_switch_to_on_mtrl_00012;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_cab_background_internal_bg = global::DotnetPush.Droid.Resource.Drawable.abc_cab_background_internal_bg;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_cab_background_top_material = global::DotnetPush.Droid.Resource.Drawable.abc_cab_background_top_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_cab_background_top_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_cab_background_top_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_control_background_material = global::DotnetPush.Droid.Resource.Drawable.abc_control_background_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_dialog_material_background = global::DotnetPush.Droid.Resource.Drawable.abc_dialog_material_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_edit_text_material = global::DotnetPush.Droid.Resource.Drawable.abc_edit_text_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_ab_back_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_ab_back_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_arrow_drop_right_black_24dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_arrow_drop_right_black_24dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_clear_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_clear_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_commit_search_api_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_go_search_api_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_go_search_api_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_copy_mtrl_am_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_cut_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_overflow_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_overflow_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_paste_mtrl_am_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_selectall_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_menu_share_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_ic_menu_share_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_search_api_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_search_api_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_star_black_16dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_black_16dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_star_black_36dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_black_36dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_star_black_48dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_black_48dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_star_half_black_16dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_half_black_16dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_star_half_black_36dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_half_black_36dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_star_half_black_48dp = global::DotnetPush.Droid.Resource.Drawable.abc_ic_star_half_black_48dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ic_voice_search_api_material = global::DotnetPush.Droid.Resource.Drawable.abc_ic_voice_search_api_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_item_background_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_item_background_holo_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_item_background_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_item_background_holo_light;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_divider_material = global::DotnetPush.Droid.Resource.Drawable.abc_list_divider_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_divider_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_list_divider_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_focused_holo = global::DotnetPush.Droid.Resource.Drawable.abc_list_focused_holo;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_longpressed_holo = global::DotnetPush.Droid.Resource.Drawable.abc_list_longpressed_holo;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_pressed_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_list_pressed_holo_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_pressed_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_list_pressed_holo_light;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_background_transition_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_background_transition_holo_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_background_transition_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_background_transition_holo_light;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_disabled_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_disabled_holo_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_disabled_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_disabled_holo_light;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_holo_dark = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_holo_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_list_selector_holo_light = global::DotnetPush.Droid.Resource.Drawable.abc_list_selector_holo_light;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult = global::DotnetPush.Droid.Resource.Drawable.abc_menu_hardkey_panel_mtrl_mult;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_popup_background_mtrl_mult = global::DotnetPush.Droid.Resource.Drawable.abc_popup_background_mtrl_mult;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ratingbar_indicator_material = global::DotnetPush.Droid.Resource.Drawable.abc_ratingbar_indicator_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ratingbar_material = global::DotnetPush.Droid.Resource.Drawable.abc_ratingbar_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_ratingbar_small_material = global::DotnetPush.Droid.Resource.Drawable.abc_ratingbar_small_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_control_off_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_control_off_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_000 = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_000;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_005 = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_control_to_pressed_mtrl_005;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_primary_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_primary_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_scrubber_track_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_scrubber_track_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_seekbar_thumb_material = global::DotnetPush.Droid.Resource.Drawable.abc_seekbar_thumb_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_seekbar_tick_mark_material = global::DotnetPush.Droid.Resource.Drawable.abc_seekbar_tick_mark_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_seekbar_track_material = global::DotnetPush.Droid.Resource.Drawable.abc_seekbar_track_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_spinner_mtrl_am_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_spinner_mtrl_am_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_spinner_textfield_background_material = global::DotnetPush.Droid.Resource.Drawable.abc_spinner_textfield_background_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_switch_thumb_material = global::DotnetPush.Droid.Resource.Drawable.abc_switch_thumb_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_switch_track_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_switch_track_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_tab_indicator_material = global::DotnetPush.Droid.Resource.Drawable.abc_tab_indicator_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_tab_indicator_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_tab_indicator_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_activated_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_activated_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_default_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_default_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_search_activated_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_search_default_mtrl_alpha = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_search_default_mtrl_alpha;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_textfield_search_material = global::DotnetPush.Droid.Resource.Drawable.abc_textfield_search_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_cursor_material = global::DotnetPush.Droid.Resource.Drawable.abc_text_cursor_material;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_left_mtrl_dark = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_left_mtrl_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_left_mtrl_light = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_left_mtrl_light;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_middle_mtrl_dark = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_middle_mtrl_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_middle_mtrl_light = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_middle_mtrl_light;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_right_mtrl_dark = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_right_mtrl_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_text_select_handle_right_mtrl_light = global::DotnetPush.Droid.Resource.Drawable.abc_text_select_handle_right_mtrl_light;
- global::Xamarin.Forms.Platform.Resource.Drawable.abc_vector_test = global::DotnetPush.Droid.Resource.Drawable.abc_vector_test;
- global::Xamarin.Forms.Platform.Resource.Drawable.avd_hide_password = global::DotnetPush.Droid.Resource.Drawable.avd_hide_password;
- global::Xamarin.Forms.Platform.Resource.Drawable.avd_show_password = global::DotnetPush.Droid.Resource.Drawable.avd_show_password;
- global::Xamarin.Forms.Platform.Resource.Drawable.btn_checkbox_checked_mtrl = global::DotnetPush.Droid.Resource.Drawable.btn_checkbox_checked_mtrl;
- global::Xamarin.Forms.Platform.Resource.Drawable.btn_checkbox_checked_to_unchecked_mtrl_animation = global::DotnetPush.Droid.Resource.Drawable.btn_checkbox_checked_to_unchecked_mtrl_animation;
- global::Xamarin.Forms.Platform.Resource.Drawable.btn_checkbox_unchecked_mtrl = global::DotnetPush.Droid.Resource.Drawable.btn_checkbox_unchecked_mtrl;
- global::Xamarin.Forms.Platform.Resource.Drawable.btn_checkbox_unchecked_to_checked_mtrl_animation = global::DotnetPush.Droid.Resource.Drawable.btn_checkbox_unchecked_to_checked_mtrl_animation;
- global::Xamarin.Forms.Platform.Resource.Drawable.btn_radio_off_mtrl = global::DotnetPush.Droid.Resource.Drawable.btn_radio_off_mtrl;
- global::Xamarin.Forms.Platform.Resource.Drawable.btn_radio_off_to_on_mtrl_animation = global::DotnetPush.Droid.Resource.Drawable.btn_radio_off_to_on_mtrl_animation;
- global::Xamarin.Forms.Platform.Resource.Drawable.btn_radio_on_mtrl = global::DotnetPush.Droid.Resource.Drawable.btn_radio_on_mtrl;
- global::Xamarin.Forms.Platform.Resource.Drawable.btn_radio_on_to_off_mtrl_animation = global::DotnetPush.Droid.Resource.Drawable.btn_radio_on_to_off_mtrl_animation;
- global::Xamarin.Forms.Platform.Resource.Drawable.design_bottom_navigation_item_background = global::DotnetPush.Droid.Resource.Drawable.design_bottom_navigation_item_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.design_fab_background = global::DotnetPush.Droid.Resource.Drawable.design_fab_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.design_ic_visibility = global::DotnetPush.Droid.Resource.Drawable.design_ic_visibility;
- global::Xamarin.Forms.Platform.Resource.Drawable.design_ic_visibility_off = global::DotnetPush.Droid.Resource.Drawable.design_ic_visibility_off;
- global::Xamarin.Forms.Platform.Resource.Drawable.design_password_eye = global::DotnetPush.Droid.Resource.Drawable.design_password_eye;
- global::Xamarin.Forms.Platform.Resource.Drawable.design_snackbar_background = global::DotnetPush.Droid.Resource.Drawable.design_snackbar_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.ic_mtrl_checked_circle = global::DotnetPush.Droid.Resource.Drawable.ic_mtrl_checked_circle;
- global::Xamarin.Forms.Platform.Resource.Drawable.ic_mtrl_chip_checked_black = global::DotnetPush.Droid.Resource.Drawable.ic_mtrl_chip_checked_black;
- global::Xamarin.Forms.Platform.Resource.Drawable.ic_mtrl_chip_checked_circle = global::DotnetPush.Droid.Resource.Drawable.ic_mtrl_chip_checked_circle;
- global::Xamarin.Forms.Platform.Resource.Drawable.ic_mtrl_chip_close_circle = global::DotnetPush.Droid.Resource.Drawable.ic_mtrl_chip_close_circle;
- global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_calendar_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_calendar_black_24dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_clear_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_clear_black_24dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_edit_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_edit_black_24dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_keyboard_arrow_left_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_keyboard_arrow_left_black_24dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_keyboard_arrow_right_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_keyboard_arrow_right_black_24dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_menu_arrow_down_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_menu_arrow_down_black_24dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.material_ic_menu_arrow_up_black_24dp = global::DotnetPush.Droid.Resource.Drawable.material_ic_menu_arrow_up_black_24dp;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_dialog_background = global::DotnetPush.Droid.Resource.Drawable.mtrl_dialog_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_dropdown_arrow = global::DotnetPush.Droid.Resource.Drawable.mtrl_dropdown_arrow;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_ic_arrow_drop_down = global::DotnetPush.Droid.Resource.Drawable.mtrl_ic_arrow_drop_down;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_ic_arrow_drop_up = global::DotnetPush.Droid.Resource.Drawable.mtrl_ic_arrow_drop_up;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_ic_cancel = global::DotnetPush.Droid.Resource.Drawable.mtrl_ic_cancel;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_ic_error = global::DotnetPush.Droid.Resource.Drawable.mtrl_ic_error;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_popupmenu_background = global::DotnetPush.Droid.Resource.Drawable.mtrl_popupmenu_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_popupmenu_background_dark = global::DotnetPush.Droid.Resource.Drawable.mtrl_popupmenu_background_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.mtrl_tabs_default_indicator = global::DotnetPush.Droid.Resource.Drawable.mtrl_tabs_default_indicator;
- global::Xamarin.Forms.Platform.Resource.Drawable.navigation_empty_icon = global::DotnetPush.Droid.Resource.Drawable.navigation_empty_icon;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_action_background = global::DotnetPush.Droid.Resource.Drawable.notification_action_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg = global::DotnetPush.Droid.Resource.Drawable.notification_bg;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_low = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_low_normal = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low_normal;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_low_pressed = global::DotnetPush.Droid.Resource.Drawable.notification_bg_low_pressed;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_normal = global::DotnetPush.Droid.Resource.Drawable.notification_bg_normal;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_bg_normal_pressed = global::DotnetPush.Droid.Resource.Drawable.notification_bg_normal_pressed;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_icon_background = global::DotnetPush.Droid.Resource.Drawable.notification_icon_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_template_icon_bg = global::DotnetPush.Droid.Resource.Drawable.notification_template_icon_bg;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_template_icon_low_bg = global::DotnetPush.Droid.Resource.Drawable.notification_template_icon_low_bg;
- global::Xamarin.Forms.Platform.Resource.Drawable.notification_tile_bg = global::DotnetPush.Droid.Resource.Drawable.notification_tile_bg;
- global::Xamarin.Forms.Platform.Resource.Drawable.notify_panel_notification_icon_bg = global::DotnetPush.Droid.Resource.Drawable.notify_panel_notification_icon_bg;
- global::Xamarin.Forms.Platform.Resource.Drawable.test_custom_background = global::DotnetPush.Droid.Resource.Drawable.test_custom_background;
- global::Xamarin.Forms.Platform.Resource.Drawable.tooltip_frame_dark = global::DotnetPush.Droid.Resource.Drawable.tooltip_frame_dark;
- global::Xamarin.Forms.Platform.Resource.Drawable.tooltip_frame_light = global::DotnetPush.Droid.Resource.Drawable.tooltip_frame_light;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_action_clickable_span = global::DotnetPush.Droid.Resource.Id.accessibility_action_clickable_span;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_0 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_0;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_1 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_1;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_10 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_10;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_11 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_11;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_12 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_12;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_13 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_13;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_14 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_14;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_15 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_15;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_16 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_16;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_17 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_17;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_18 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_18;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_19 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_19;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_2 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_2;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_20 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_20;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_21 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_21;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_22 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_22;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_23 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_23;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_24 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_24;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_25 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_25;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_26 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_26;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_27 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_27;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_28 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_28;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_29 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_29;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_3 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_3;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_30 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_30;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_31 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_31;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_4 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_4;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_5 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_5;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_6 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_6;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_7 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_7;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_8 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_8;
- global::Xamarin.Forms.Platform.Resource.Id.accessibility_custom_action_9 = global::DotnetPush.Droid.Resource.Id.accessibility_custom_action_9;
- global::Xamarin.Forms.Platform.Resource.Id.action0 = global::DotnetPush.Droid.Resource.Id.action0;
- global::Xamarin.Forms.Platform.Resource.Id.actions = global::DotnetPush.Droid.Resource.Id.actions;
- global::Xamarin.Forms.Platform.Resource.Id.action_bar = global::DotnetPush.Droid.Resource.Id.action_bar;
- global::Xamarin.Forms.Platform.Resource.Id.action_bar_activity_content = global::DotnetPush.Droid.Resource.Id.action_bar_activity_content;
- global::Xamarin.Forms.Platform.Resource.Id.action_bar_container = global::DotnetPush.Droid.Resource.Id.action_bar_container;
- global::Xamarin.Forms.Platform.Resource.Id.action_bar_root = global::DotnetPush.Droid.Resource.Id.action_bar_root;
- global::Xamarin.Forms.Platform.Resource.Id.action_bar_spinner = global::DotnetPush.Droid.Resource.Id.action_bar_spinner;
- global::Xamarin.Forms.Platform.Resource.Id.action_bar_subtitle = global::DotnetPush.Droid.Resource.Id.action_bar_subtitle;
- global::Xamarin.Forms.Platform.Resource.Id.action_bar_title = global::DotnetPush.Droid.Resource.Id.action_bar_title;
- global::Xamarin.Forms.Platform.Resource.Id.action_container = global::DotnetPush.Droid.Resource.Id.action_container;
- global::Xamarin.Forms.Platform.Resource.Id.action_context_bar = global::DotnetPush.Droid.Resource.Id.action_context_bar;
- global::Xamarin.Forms.Platform.Resource.Id.action_divider = global::DotnetPush.Droid.Resource.Id.action_divider;
- global::Xamarin.Forms.Platform.Resource.Id.action_image = global::DotnetPush.Droid.Resource.Id.action_image;
- global::Xamarin.Forms.Platform.Resource.Id.action_menu_divider = global::DotnetPush.Droid.Resource.Id.action_menu_divider;
- global::Xamarin.Forms.Platform.Resource.Id.action_menu_presenter = global::DotnetPush.Droid.Resource.Id.action_menu_presenter;
- global::Xamarin.Forms.Platform.Resource.Id.action_mode_bar = global::DotnetPush.Droid.Resource.Id.action_mode_bar;
- global::Xamarin.Forms.Platform.Resource.Id.action_mode_bar_stub = global::DotnetPush.Droid.Resource.Id.action_mode_bar_stub;
- global::Xamarin.Forms.Platform.Resource.Id.action_mode_close_button = global::DotnetPush.Droid.Resource.Id.action_mode_close_button;
- global::Xamarin.Forms.Platform.Resource.Id.action_text = global::DotnetPush.Droid.Resource.Id.action_text;
- global::Xamarin.Forms.Platform.Resource.Id.activity_chooser_view_content = global::DotnetPush.Droid.Resource.Id.activity_chooser_view_content;
- global::Xamarin.Forms.Platform.Resource.Id.add = global::DotnetPush.Droid.Resource.Id.add;
- global::Xamarin.Forms.Platform.Resource.Id.alertTitle = global::DotnetPush.Droid.Resource.Id.alertTitle;
- global::Xamarin.Forms.Platform.Resource.Id.all = global::DotnetPush.Droid.Resource.Id.all;
- global::Xamarin.Forms.Platform.Resource.Id.ALT = global::DotnetPush.Droid.Resource.Id.ALT;
- global::Xamarin.Forms.Platform.Resource.Id.always = global::DotnetPush.Droid.Resource.Id.always;
- global::Xamarin.Forms.Platform.Resource.Id.async = global::DotnetPush.Droid.Resource.Id.async;
- global::Xamarin.Forms.Platform.Resource.Id.auto = global::DotnetPush.Droid.Resource.Id.auto;
- global::Xamarin.Forms.Platform.Resource.Id.beginning = global::DotnetPush.Droid.Resource.Id.beginning;
- global::Xamarin.Forms.Platform.Resource.Id.blocking = global::DotnetPush.Droid.Resource.Id.blocking;
- global::Xamarin.Forms.Platform.Resource.Id.bottom = global::DotnetPush.Droid.Resource.Id.bottom;
- global::Xamarin.Forms.Platform.Resource.Id.bottomtab_navarea = global::DotnetPush.Droid.Resource.Id.bottomtab_navarea;
- global::Xamarin.Forms.Platform.Resource.Id.bottomtab_tabbar = global::DotnetPush.Droid.Resource.Id.bottomtab_tabbar;
- global::Xamarin.Forms.Platform.Resource.Id.BOTTOM_END = global::DotnetPush.Droid.Resource.Id.BOTTOM_END;
- global::Xamarin.Forms.Platform.Resource.Id.BOTTOM_START = global::DotnetPush.Droid.Resource.Id.BOTTOM_START;
- global::Xamarin.Forms.Platform.Resource.Id.buttonPanel = global::DotnetPush.Droid.Resource.Id.buttonPanel;
- global::Xamarin.Forms.Platform.Resource.Id.cancel_action = global::DotnetPush.Droid.Resource.Id.cancel_action;
- global::Xamarin.Forms.Platform.Resource.Id.cancel_button = global::DotnetPush.Droid.Resource.Id.cancel_button;
- global::Xamarin.Forms.Platform.Resource.Id.center = global::DotnetPush.Droid.Resource.Id.center;
- global::Xamarin.Forms.Platform.Resource.Id.center_horizontal = global::DotnetPush.Droid.Resource.Id.center_horizontal;
- global::Xamarin.Forms.Platform.Resource.Id.center_vertical = global::DotnetPush.Droid.Resource.Id.center_vertical;
- global::Xamarin.Forms.Platform.Resource.Id.checkbox = global::DotnetPush.Droid.Resource.Id.checkbox;
- global::Xamarin.Forms.Platform.Resource.Id.@checked = global::DotnetPush.Droid.Resource.Id.@checked;
- global::Xamarin.Forms.Platform.Resource.Id.chip = global::DotnetPush.Droid.Resource.Id.chip;
- global::Xamarin.Forms.Platform.Resource.Id.chip1 = global::DotnetPush.Droid.Resource.Id.chip1;
- global::Xamarin.Forms.Platform.Resource.Id.chip2 = global::DotnetPush.Droid.Resource.Id.chip2;
- global::Xamarin.Forms.Platform.Resource.Id.chip3 = global::DotnetPush.Droid.Resource.Id.chip3;
- global::Xamarin.Forms.Platform.Resource.Id.chip_group = global::DotnetPush.Droid.Resource.Id.chip_group;
- global::Xamarin.Forms.Platform.Resource.Id.chronometer = global::DotnetPush.Droid.Resource.Id.chronometer;
- global::Xamarin.Forms.Platform.Resource.Id.clear_text = global::DotnetPush.Droid.Resource.Id.clear_text;
- global::Xamarin.Forms.Platform.Resource.Id.clip_horizontal = global::DotnetPush.Droid.Resource.Id.clip_horizontal;
- global::Xamarin.Forms.Platform.Resource.Id.clip_vertical = global::DotnetPush.Droid.Resource.Id.clip_vertical;
- global::Xamarin.Forms.Platform.Resource.Id.collapseActionView = global::DotnetPush.Droid.Resource.Id.collapseActionView;
- global::Xamarin.Forms.Platform.Resource.Id.confirm_button = global::DotnetPush.Droid.Resource.Id.confirm_button;
- global::Xamarin.Forms.Platform.Resource.Id.container = global::DotnetPush.Droid.Resource.Id.container;
- global::Xamarin.Forms.Platform.Resource.Id.content = global::DotnetPush.Droid.Resource.Id.content;
- global::Xamarin.Forms.Platform.Resource.Id.contentPanel = global::DotnetPush.Droid.Resource.Id.contentPanel;
- global::Xamarin.Forms.Platform.Resource.Id.coordinator = global::DotnetPush.Droid.Resource.Id.coordinator;
- global::Xamarin.Forms.Platform.Resource.Id.CTRL = global::DotnetPush.Droid.Resource.Id.CTRL;
- global::Xamarin.Forms.Platform.Resource.Id.custom = global::DotnetPush.Droid.Resource.Id.custom;
- global::Xamarin.Forms.Platform.Resource.Id.customPanel = global::DotnetPush.Droid.Resource.Id.customPanel;
- global::Xamarin.Forms.Platform.Resource.Id.cut = global::DotnetPush.Droid.Resource.Id.cut;
- global::Xamarin.Forms.Platform.Resource.Id.date_picker_actions = global::DotnetPush.Droid.Resource.Id.date_picker_actions;
- global::Xamarin.Forms.Platform.Resource.Id.decor_content_parent = global::DotnetPush.Droid.Resource.Id.decor_content_parent;
- global::Xamarin.Forms.Platform.Resource.Id.default_activity_button = global::DotnetPush.Droid.Resource.Id.default_activity_button;
- global::Xamarin.Forms.Platform.Resource.Id.design_bottom_sheet = global::DotnetPush.Droid.Resource.Id.design_bottom_sheet;
- global::Xamarin.Forms.Platform.Resource.Id.design_menu_item_action_area = global::DotnetPush.Droid.Resource.Id.design_menu_item_action_area;
- global::Xamarin.Forms.Platform.Resource.Id.design_menu_item_action_area_stub = global::DotnetPush.Droid.Resource.Id.design_menu_item_action_area_stub;
- global::Xamarin.Forms.Platform.Resource.Id.design_menu_item_text = global::DotnetPush.Droid.Resource.Id.design_menu_item_text;
- global::Xamarin.Forms.Platform.Resource.Id.design_navigation_view = global::DotnetPush.Droid.Resource.Id.design_navigation_view;
- global::Xamarin.Forms.Platform.Resource.Id.dialog_button = global::DotnetPush.Droid.Resource.Id.dialog_button;
- global::Xamarin.Forms.Platform.Resource.Id.disableHome = global::DotnetPush.Droid.Resource.Id.disableHome;
- global::Xamarin.Forms.Platform.Resource.Id.dropdown_menu = global::DotnetPush.Droid.Resource.Id.dropdown_menu;
- global::Xamarin.Forms.Platform.Resource.Id.edit_query = global::DotnetPush.Droid.Resource.Id.edit_query;
- global::Xamarin.Forms.Platform.Resource.Id.end = global::DotnetPush.Droid.Resource.Id.end;
- global::Xamarin.Forms.Platform.Resource.Id.end_padder = global::DotnetPush.Droid.Resource.Id.end_padder;
- global::Xamarin.Forms.Platform.Resource.Id.enterAlways = global::DotnetPush.Droid.Resource.Id.enterAlways;
- global::Xamarin.Forms.Platform.Resource.Id.enterAlwaysCollapsed = global::DotnetPush.Droid.Resource.Id.enterAlwaysCollapsed;
- global::Xamarin.Forms.Platform.Resource.Id.exitUntilCollapsed = global::DotnetPush.Droid.Resource.Id.exitUntilCollapsed;
- global::Xamarin.Forms.Platform.Resource.Id.expanded_menu = global::DotnetPush.Droid.Resource.Id.expanded_menu;
- global::Xamarin.Forms.Platform.Resource.Id.expand_activities_button = global::DotnetPush.Droid.Resource.Id.expand_activities_button;
- global::Xamarin.Forms.Platform.Resource.Id.fade = global::DotnetPush.Droid.Resource.Id.fade;
- global::Xamarin.Forms.Platform.Resource.Id.fill = global::DotnetPush.Droid.Resource.Id.fill;
- global::Xamarin.Forms.Platform.Resource.Id.filled = global::DotnetPush.Droid.Resource.Id.filled;
- global::Xamarin.Forms.Platform.Resource.Id.fill_horizontal = global::DotnetPush.Droid.Resource.Id.fill_horizontal;
- global::Xamarin.Forms.Platform.Resource.Id.fill_vertical = global::DotnetPush.Droid.Resource.Id.fill_vertical;
- global::Xamarin.Forms.Platform.Resource.Id.fitToContents = global::DotnetPush.Droid.Resource.Id.fitToContents;
- global::Xamarin.Forms.Platform.Resource.Id.@fixed = global::DotnetPush.Droid.Resource.Id.@fixed;
- global::Xamarin.Forms.Platform.Resource.Id.floating = global::DotnetPush.Droid.Resource.Id.floating;
- global::Xamarin.Forms.Platform.Resource.Id.flyoutcontent_appbar = global::DotnetPush.Droid.Resource.Id.flyoutcontent_appbar;
- global::Xamarin.Forms.Platform.Resource.Id.forever = global::DotnetPush.Droid.Resource.Id.forever;
- global::Xamarin.Forms.Platform.Resource.Id.fragment_container_view_tag = global::DotnetPush.Droid.Resource.Id.fragment_container_view_tag;
- global::Xamarin.Forms.Platform.Resource.Id.FUNCTION = global::DotnetPush.Droid.Resource.Id.FUNCTION;
- global::Xamarin.Forms.Platform.Resource.Id.ghost_view = global::DotnetPush.Droid.Resource.Id.ghost_view;
- global::Xamarin.Forms.Platform.Resource.Id.ghost_view_holder = global::DotnetPush.Droid.Resource.Id.ghost_view_holder;
- global::Xamarin.Forms.Platform.Resource.Id.gone = global::DotnetPush.Droid.Resource.Id.gone;
- global::Xamarin.Forms.Platform.Resource.Id.group_divider = global::DotnetPush.Droid.Resource.Id.group_divider;
- global::Xamarin.Forms.Platform.Resource.Id.hideable = global::DotnetPush.Droid.Resource.Id.hideable;
- global::Xamarin.Forms.Platform.Resource.Id.home = global::DotnetPush.Droid.Resource.Id.home;
- global::Xamarin.Forms.Platform.Resource.Id.homeAsUp = global::DotnetPush.Droid.Resource.Id.homeAsUp;
- global::Xamarin.Forms.Platform.Resource.Id.icon = global::DotnetPush.Droid.Resource.Id.icon;
- global::Xamarin.Forms.Platform.Resource.Id.icon_group = global::DotnetPush.Droid.Resource.Id.icon_group;
- global::Xamarin.Forms.Platform.Resource.Id.ifRoom = global::DotnetPush.Droid.Resource.Id.ifRoom;
- global::Xamarin.Forms.Platform.Resource.Id.image = global::DotnetPush.Droid.Resource.Id.image;
- global::Xamarin.Forms.Platform.Resource.Id.info = global::DotnetPush.Droid.Resource.Id.info;
- global::Xamarin.Forms.Platform.Resource.Id.italic = global::DotnetPush.Droid.Resource.Id.italic;
- global::Xamarin.Forms.Platform.Resource.Id.item_touch_helper_previous_elevation = global::DotnetPush.Droid.Resource.Id.item_touch_helper_previous_elevation;
- global::Xamarin.Forms.Platform.Resource.Id.labeled = global::DotnetPush.Droid.Resource.Id.labeled;
- global::Xamarin.Forms.Platform.Resource.Id.largeLabel = global::DotnetPush.Droid.Resource.Id.largeLabel;
- global::Xamarin.Forms.Platform.Resource.Id.left = global::DotnetPush.Droid.Resource.Id.left;
- global::Xamarin.Forms.Platform.Resource.Id.line1 = global::DotnetPush.Droid.Resource.Id.line1;
- global::Xamarin.Forms.Platform.Resource.Id.line3 = global::DotnetPush.Droid.Resource.Id.line3;
- global::Xamarin.Forms.Platform.Resource.Id.listMode = global::DotnetPush.Droid.Resource.Id.listMode;
- global::Xamarin.Forms.Platform.Resource.Id.list_item = global::DotnetPush.Droid.Resource.Id.list_item;
- global::Xamarin.Forms.Platform.Resource.Id.main_appbar = global::DotnetPush.Droid.Resource.Id.main_appbar;
- global::Xamarin.Forms.Platform.Resource.Id.main_tablayout = global::DotnetPush.Droid.Resource.Id.main_tablayout;
- global::Xamarin.Forms.Platform.Resource.Id.main_toolbar = global::DotnetPush.Droid.Resource.Id.main_toolbar;
- global::Xamarin.Forms.Platform.Resource.Id.main_viewpager = global::DotnetPush.Droid.Resource.Id.main_viewpager;
- global::Xamarin.Forms.Platform.Resource.Id.masked = global::DotnetPush.Droid.Resource.Id.masked;
- global::Xamarin.Forms.Platform.Resource.Id.media_actions = global::DotnetPush.Droid.Resource.Id.media_actions;
- global::Xamarin.Forms.Platform.Resource.Id.media_controller_compat_view_tag = global::DotnetPush.Droid.Resource.Id.media_controller_compat_view_tag;
- global::Xamarin.Forms.Platform.Resource.Id.message = global::DotnetPush.Droid.Resource.Id.message;
- global::Xamarin.Forms.Platform.Resource.Id.META = global::DotnetPush.Droid.Resource.Id.META;
- global::Xamarin.Forms.Platform.Resource.Id.middle = global::DotnetPush.Droid.Resource.Id.middle;
- global::Xamarin.Forms.Platform.Resource.Id.mini = global::DotnetPush.Droid.Resource.Id.mini;
- global::Xamarin.Forms.Platform.Resource.Id.month_grid = global::DotnetPush.Droid.Resource.Id.month_grid;
- global::Xamarin.Forms.Platform.Resource.Id.month_navigation_bar = global::DotnetPush.Droid.Resource.Id.month_navigation_bar;
- global::Xamarin.Forms.Platform.Resource.Id.month_navigation_fragment_toggle = global::DotnetPush.Droid.Resource.Id.month_navigation_fragment_toggle;
- global::Xamarin.Forms.Platform.Resource.Id.month_navigation_next = global::DotnetPush.Droid.Resource.Id.month_navigation_next;
- global::Xamarin.Forms.Platform.Resource.Id.month_navigation_previous = global::DotnetPush.Droid.Resource.Id.month_navigation_previous;
- global::Xamarin.Forms.Platform.Resource.Id.month_title = global::DotnetPush.Droid.Resource.Id.month_title;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_days_of_week = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_days_of_week;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_day_selector_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_day_selector_frame;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_frame;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_main_pane = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_main_pane;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_months = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_months;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_selection_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_selection_frame;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_text_input_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_text_input_frame;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_calendar_year_selector_frame = global::DotnetPush.Droid.Resource.Id.mtrl_calendar_year_selector_frame;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_card_checked_layer_id = global::DotnetPush.Droid.Resource.Id.mtrl_card_checked_layer_id;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_child_content_container = global::DotnetPush.Droid.Resource.Id.mtrl_child_content_container;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_internal_children_alpha_tag = global::DotnetPush.Droid.Resource.Id.mtrl_internal_children_alpha_tag;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_motion_snapshot_view = global::DotnetPush.Droid.Resource.Id.mtrl_motion_snapshot_view;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_fullscreen = global::DotnetPush.Droid.Resource.Id.mtrl_picker_fullscreen;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_header = global::DotnetPush.Droid.Resource.Id.mtrl_picker_header;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_header_selection_text = global::DotnetPush.Droid.Resource.Id.mtrl_picker_header_selection_text;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_header_title_and_selection = global::DotnetPush.Droid.Resource.Id.mtrl_picker_header_title_and_selection;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_header_toggle = global::DotnetPush.Droid.Resource.Id.mtrl_picker_header_toggle;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_text_input_date = global::DotnetPush.Droid.Resource.Id.mtrl_picker_text_input_date;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_text_input_range_end = global::DotnetPush.Droid.Resource.Id.mtrl_picker_text_input_range_end;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_text_input_range_start = global::DotnetPush.Droid.Resource.Id.mtrl_picker_text_input_range_start;
- global::Xamarin.Forms.Platform.Resource.Id.mtrl_picker_title_text = global::DotnetPush.Droid.Resource.Id.mtrl_picker_title_text;
- global::Xamarin.Forms.Platform.Resource.Id.multiply = global::DotnetPush.Droid.Resource.Id.multiply;
- global::Xamarin.Forms.Platform.Resource.Id.navigation_header_container = global::DotnetPush.Droid.Resource.Id.navigation_header_container;
- global::Xamarin.Forms.Platform.Resource.Id.never = global::DotnetPush.Droid.Resource.Id.never;
- global::Xamarin.Forms.Platform.Resource.Id.none = global::DotnetPush.Droid.Resource.Id.none;
- global::Xamarin.Forms.Platform.Resource.Id.normal = global::DotnetPush.Droid.Resource.Id.normal;
- global::Xamarin.Forms.Platform.Resource.Id.noScroll = global::DotnetPush.Droid.Resource.Id.noScroll;
- global::Xamarin.Forms.Platform.Resource.Id.notification_background = global::DotnetPush.Droid.Resource.Id.notification_background;
- global::Xamarin.Forms.Platform.Resource.Id.notification_main_column = global::DotnetPush.Droid.Resource.Id.notification_main_column;
- global::Xamarin.Forms.Platform.Resource.Id.notification_main_column_container = global::DotnetPush.Droid.Resource.Id.notification_main_column_container;
- global::Xamarin.Forms.Platform.Resource.Id.off = global::DotnetPush.Droid.Resource.Id.off;
- global::Xamarin.Forms.Platform.Resource.Id.on = global::DotnetPush.Droid.Resource.Id.on;
- global::Xamarin.Forms.Platform.Resource.Id.outline = global::DotnetPush.Droid.Resource.Id.outline;
- global::Xamarin.Forms.Platform.Resource.Id.parallax = global::DotnetPush.Droid.Resource.Id.parallax;
- global::Xamarin.Forms.Platform.Resource.Id.parentPanel = global::DotnetPush.Droid.Resource.Id.parentPanel;
- global::Xamarin.Forms.Platform.Resource.Id.parent_matrix = global::DotnetPush.Droid.Resource.Id.parent_matrix;
- global::Xamarin.Forms.Platform.Resource.Id.password_toggle = global::DotnetPush.Droid.Resource.Id.password_toggle;
- global::Xamarin.Forms.Platform.Resource.Id.peekHeight = global::DotnetPush.Droid.Resource.Id.peekHeight;
- global::Xamarin.Forms.Platform.Resource.Id.pin = global::DotnetPush.Droid.Resource.Id.pin;
- global::Xamarin.Forms.Platform.Resource.Id.progress_circular = global::DotnetPush.Droid.Resource.Id.progress_circular;
- global::Xamarin.Forms.Platform.Resource.Id.progress_horizontal = global::DotnetPush.Droid.Resource.Id.progress_horizontal;
- global::Xamarin.Forms.Platform.Resource.Id.radio = global::DotnetPush.Droid.Resource.Id.radio;
- global::Xamarin.Forms.Platform.Resource.Id.right = global::DotnetPush.Droid.Resource.Id.right;
- global::Xamarin.Forms.Platform.Resource.Id.right_icon = global::DotnetPush.Droid.Resource.Id.right_icon;
- global::Xamarin.Forms.Platform.Resource.Id.right_side = global::DotnetPush.Droid.Resource.Id.right_side;
- global::Xamarin.Forms.Platform.Resource.Id.rounded = global::DotnetPush.Droid.Resource.Id.rounded;
- global::Xamarin.Forms.Platform.Resource.Id.row_index_key = global::DotnetPush.Droid.Resource.Id.row_index_key;
- global::Xamarin.Forms.Platform.Resource.Id.save_non_transition_alpha = global::DotnetPush.Droid.Resource.Id.save_non_transition_alpha;
- global::Xamarin.Forms.Platform.Resource.Id.save_overlay_view = global::DotnetPush.Droid.Resource.Id.save_overlay_view;
- global::Xamarin.Forms.Platform.Resource.Id.scale = global::DotnetPush.Droid.Resource.Id.scale;
- global::Xamarin.Forms.Platform.Resource.Id.screen = global::DotnetPush.Droid.Resource.Id.screen;
- global::Xamarin.Forms.Platform.Resource.Id.scroll = global::DotnetPush.Droid.Resource.Id.scroll;
- global::Xamarin.Forms.Platform.Resource.Id.scrollable = global::DotnetPush.Droid.Resource.Id.scrollable;
- global::Xamarin.Forms.Platform.Resource.Id.scrollIndicatorDown = global::DotnetPush.Droid.Resource.Id.scrollIndicatorDown;
- global::Xamarin.Forms.Platform.Resource.Id.scrollIndicatorUp = global::DotnetPush.Droid.Resource.Id.scrollIndicatorUp;
- global::Xamarin.Forms.Platform.Resource.Id.scrollView = global::DotnetPush.Droid.Resource.Id.scrollView;
- global::Xamarin.Forms.Platform.Resource.Id.search_badge = global::DotnetPush.Droid.Resource.Id.search_badge;
- global::Xamarin.Forms.Platform.Resource.Id.search_bar = global::DotnetPush.Droid.Resource.Id.search_bar;
- global::Xamarin.Forms.Platform.Resource.Id.search_button = global::DotnetPush.Droid.Resource.Id.search_button;
- global::Xamarin.Forms.Platform.Resource.Id.search_close_btn = global::DotnetPush.Droid.Resource.Id.search_close_btn;
- global::Xamarin.Forms.Platform.Resource.Id.search_edit_frame = global::DotnetPush.Droid.Resource.Id.search_edit_frame;
- global::Xamarin.Forms.Platform.Resource.Id.search_go_btn = global::DotnetPush.Droid.Resource.Id.search_go_btn;
- global::Xamarin.Forms.Platform.Resource.Id.search_mag_icon = global::DotnetPush.Droid.Resource.Id.search_mag_icon;
- global::Xamarin.Forms.Platform.Resource.Id.search_plate = global::DotnetPush.Droid.Resource.Id.search_plate;
- global::Xamarin.Forms.Platform.Resource.Id.search_src_text = global::DotnetPush.Droid.Resource.Id.search_src_text;
- global::Xamarin.Forms.Platform.Resource.Id.search_voice_btn = global::DotnetPush.Droid.Resource.Id.search_voice_btn;
- global::Xamarin.Forms.Platform.Resource.Id.selected = global::DotnetPush.Droid.Resource.Id.selected;
- global::Xamarin.Forms.Platform.Resource.Id.select_dialog_listview = global::DotnetPush.Droid.Resource.Id.select_dialog_listview;
- global::Xamarin.Forms.Platform.Resource.Id.shellcontent_appbar = global::DotnetPush.Droid.Resource.Id.shellcontent_appbar;
- global::Xamarin.Forms.Platform.Resource.Id.shellcontent_toolbar = global::DotnetPush.Droid.Resource.Id.shellcontent_toolbar;
- global::Xamarin.Forms.Platform.Resource.Id.SHIFT = global::DotnetPush.Droid.Resource.Id.SHIFT;
- global::Xamarin.Forms.Platform.Resource.Id.shortcut = global::DotnetPush.Droid.Resource.Id.shortcut;
- global::Xamarin.Forms.Platform.Resource.Id.showCustom = global::DotnetPush.Droid.Resource.Id.showCustom;
- global::Xamarin.Forms.Platform.Resource.Id.showHome = global::DotnetPush.Droid.Resource.Id.showHome;
- global::Xamarin.Forms.Platform.Resource.Id.showTitle = global::DotnetPush.Droid.Resource.Id.showTitle;
- global::Xamarin.Forms.Platform.Resource.Id.skipCollapsed = global::DotnetPush.Droid.Resource.Id.skipCollapsed;
- global::Xamarin.Forms.Platform.Resource.Id.slide = global::DotnetPush.Droid.Resource.Id.slide;
- global::Xamarin.Forms.Platform.Resource.Id.sliding_tabs = global::DotnetPush.Droid.Resource.Id.sliding_tabs;
- global::Xamarin.Forms.Platform.Resource.Id.smallLabel = global::DotnetPush.Droid.Resource.Id.smallLabel;
- global::Xamarin.Forms.Platform.Resource.Id.snackbar_action = global::DotnetPush.Droid.Resource.Id.snackbar_action;
- global::Xamarin.Forms.Platform.Resource.Id.snackbar_text = global::DotnetPush.Droid.Resource.Id.snackbar_text;
- global::Xamarin.Forms.Platform.Resource.Id.snap = global::DotnetPush.Droid.Resource.Id.snap;
- global::Xamarin.Forms.Platform.Resource.Id.snapMargins = global::DotnetPush.Droid.Resource.Id.snapMargins;
- global::Xamarin.Forms.Platform.Resource.Id.spacer = global::DotnetPush.Droid.Resource.Id.spacer;
- global::Xamarin.Forms.Platform.Resource.Id.split_action_bar = global::DotnetPush.Droid.Resource.Id.split_action_bar;
- global::Xamarin.Forms.Platform.Resource.Id.src_atop = global::DotnetPush.Droid.Resource.Id.src_atop;
- global::Xamarin.Forms.Platform.Resource.Id.src_in = global::DotnetPush.Droid.Resource.Id.src_in;
- global::Xamarin.Forms.Platform.Resource.Id.src_over = global::DotnetPush.Droid.Resource.Id.src_over;
- global::Xamarin.Forms.Platform.Resource.Id.start = global::DotnetPush.Droid.Resource.Id.start;
- global::Xamarin.Forms.Platform.Resource.Id.status_bar_latest_event_content = global::DotnetPush.Droid.Resource.Id.status_bar_latest_event_content;
- global::Xamarin.Forms.Platform.Resource.Id.stretch = global::DotnetPush.Droid.Resource.Id.stretch;
- global::Xamarin.Forms.Platform.Resource.Id.submenuarrow = global::DotnetPush.Droid.Resource.Id.submenuarrow;
- global::Xamarin.Forms.Platform.Resource.Id.submit_area = global::DotnetPush.Droid.Resource.Id.submit_area;
- global::Xamarin.Forms.Platform.Resource.Id.SYM = global::DotnetPush.Droid.Resource.Id.SYM;
- global::Xamarin.Forms.Platform.Resource.Id.tabMode = global::DotnetPush.Droid.Resource.Id.tabMode;
- global::Xamarin.Forms.Platform.Resource.Id.tag_accessibility_actions = global::DotnetPush.Droid.Resource.Id.tag_accessibility_actions;
- global::Xamarin.Forms.Platform.Resource.Id.tag_accessibility_clickable_spans = global::DotnetPush.Droid.Resource.Id.tag_accessibility_clickable_spans;
- global::Xamarin.Forms.Platform.Resource.Id.tag_accessibility_heading = global::DotnetPush.Droid.Resource.Id.tag_accessibility_heading;
- global::Xamarin.Forms.Platform.Resource.Id.tag_accessibility_pane_title = global::DotnetPush.Droid.Resource.Id.tag_accessibility_pane_title;
- global::Xamarin.Forms.Platform.Resource.Id.tag_screen_reader_focusable = global::DotnetPush.Droid.Resource.Id.tag_screen_reader_focusable;
- global::Xamarin.Forms.Platform.Resource.Id.tag_transition_group = global::DotnetPush.Droid.Resource.Id.tag_transition_group;
- global::Xamarin.Forms.Platform.Resource.Id.tag_unhandled_key_event_manager = global::DotnetPush.Droid.Resource.Id.tag_unhandled_key_event_manager;
- global::Xamarin.Forms.Platform.Resource.Id.tag_unhandled_key_listeners = global::DotnetPush.Droid.Resource.Id.tag_unhandled_key_listeners;
- global::Xamarin.Forms.Platform.Resource.Id.test_checkbox_android_button_tint = global::DotnetPush.Droid.Resource.Id.test_checkbox_android_button_tint;
- global::Xamarin.Forms.Platform.Resource.Id.test_checkbox_app_button_tint = global::DotnetPush.Droid.Resource.Id.test_checkbox_app_button_tint;
- global::Xamarin.Forms.Platform.Resource.Id.test_radiobutton_android_button_tint = global::DotnetPush.Droid.Resource.Id.test_radiobutton_android_button_tint;
- global::Xamarin.Forms.Platform.Resource.Id.test_radiobutton_app_button_tint = global::DotnetPush.Droid.Resource.Id.test_radiobutton_app_button_tint;
- global::Xamarin.Forms.Platform.Resource.Id.text = global::DotnetPush.Droid.Resource.Id.text;
- global::Xamarin.Forms.Platform.Resource.Id.text2 = global::DotnetPush.Droid.Resource.Id.text2;
- global::Xamarin.Forms.Platform.Resource.Id.textEnd = global::DotnetPush.Droid.Resource.Id.textEnd;
- global::Xamarin.Forms.Platform.Resource.Id.textinput_counter = global::DotnetPush.Droid.Resource.Id.textinput_counter;
- global::Xamarin.Forms.Platform.Resource.Id.textinput_error = global::DotnetPush.Droid.Resource.Id.textinput_error;
- global::Xamarin.Forms.Platform.Resource.Id.textinput_helper_text = global::DotnetPush.Droid.Resource.Id.textinput_helper_text;
- global::Xamarin.Forms.Platform.Resource.Id.textinput_placeholder = global::DotnetPush.Droid.Resource.Id.textinput_placeholder;
- global::Xamarin.Forms.Platform.Resource.Id.textinput_prefix_text = global::DotnetPush.Droid.Resource.Id.textinput_prefix_text;
- global::Xamarin.Forms.Platform.Resource.Id.textinput_suffix_text = global::DotnetPush.Droid.Resource.Id.textinput_suffix_text;
- global::Xamarin.Forms.Platform.Resource.Id.textSpacerNoButtons = global::DotnetPush.Droid.Resource.Id.textSpacerNoButtons;
- global::Xamarin.Forms.Platform.Resource.Id.textSpacerNoTitle = global::DotnetPush.Droid.Resource.Id.textSpacerNoTitle;
- global::Xamarin.Forms.Platform.Resource.Id.textStart = global::DotnetPush.Droid.Resource.Id.textStart;
- global::Xamarin.Forms.Platform.Resource.Id.text_input_end_icon = global::DotnetPush.Droid.Resource.Id.text_input_end_icon;
- global::Xamarin.Forms.Platform.Resource.Id.text_input_start_icon = global::DotnetPush.Droid.Resource.Id.text_input_start_icon;
- global::Xamarin.Forms.Platform.Resource.Id.time = global::DotnetPush.Droid.Resource.Id.time;
- global::Xamarin.Forms.Platform.Resource.Id.title = global::DotnetPush.Droid.Resource.Id.title;
- global::Xamarin.Forms.Platform.Resource.Id.titleDividerNoCustom = global::DotnetPush.Droid.Resource.Id.titleDividerNoCustom;
- global::Xamarin.Forms.Platform.Resource.Id.title_template = global::DotnetPush.Droid.Resource.Id.title_template;
- global::Xamarin.Forms.Platform.Resource.Id.toolbar = global::DotnetPush.Droid.Resource.Id.toolbar;
- global::Xamarin.Forms.Platform.Resource.Id.top = global::DotnetPush.Droid.Resource.Id.top;
- global::Xamarin.Forms.Platform.Resource.Id.topPanel = global::DotnetPush.Droid.Resource.Id.topPanel;
- global::Xamarin.Forms.Platform.Resource.Id.TOP_END = global::DotnetPush.Droid.Resource.Id.TOP_END;
- global::Xamarin.Forms.Platform.Resource.Id.TOP_START = global::DotnetPush.Droid.Resource.Id.TOP_START;
- global::Xamarin.Forms.Platform.Resource.Id.touch_outside = global::DotnetPush.Droid.Resource.Id.touch_outside;
- global::Xamarin.Forms.Platform.Resource.Id.transition_current_scene = global::DotnetPush.Droid.Resource.Id.transition_current_scene;
- global::Xamarin.Forms.Platform.Resource.Id.transition_layout_save = global::DotnetPush.Droid.Resource.Id.transition_layout_save;
- global::Xamarin.Forms.Platform.Resource.Id.transition_position = global::DotnetPush.Droid.Resource.Id.transition_position;
- global::Xamarin.Forms.Platform.Resource.Id.transition_scene_layoutid_cache = global::DotnetPush.Droid.Resource.Id.transition_scene_layoutid_cache;
- global::Xamarin.Forms.Platform.Resource.Id.transition_transform = global::DotnetPush.Droid.Resource.Id.transition_transform;
- global::Xamarin.Forms.Platform.Resource.Id.@unchecked = global::DotnetPush.Droid.Resource.Id.@unchecked;
- global::Xamarin.Forms.Platform.Resource.Id.uniform = global::DotnetPush.Droid.Resource.Id.uniform;
- global::Xamarin.Forms.Platform.Resource.Id.unlabeled = global::DotnetPush.Droid.Resource.Id.unlabeled;
- global::Xamarin.Forms.Platform.Resource.Id.up = global::DotnetPush.Droid.Resource.Id.up;
- global::Xamarin.Forms.Platform.Resource.Id.useLogo = global::DotnetPush.Droid.Resource.Id.useLogo;
- global::Xamarin.Forms.Platform.Resource.Id.view_offset_helper = global::DotnetPush.Droid.Resource.Id.view_offset_helper;
- global::Xamarin.Forms.Platform.Resource.Id.view_tree_saved_state_registry_owner = global::DotnetPush.Droid.Resource.Id.view_tree_saved_state_registry_owner;
- global::Xamarin.Forms.Platform.Resource.Id.visible = global::DotnetPush.Droid.Resource.Id.visible;
- global::Xamarin.Forms.Platform.Resource.Id.visible_removing_fragment_view_tag = global::DotnetPush.Droid.Resource.Id.visible_removing_fragment_view_tag;
- global::Xamarin.Forms.Platform.Resource.Id.withinBounds = global::DotnetPush.Droid.Resource.Id.withinBounds;
- global::Xamarin.Forms.Platform.Resource.Id.withText = global::DotnetPush.Droid.Resource.Id.withText;
- global::Xamarin.Forms.Platform.Resource.Id.wrap_content = global::DotnetPush.Droid.Resource.Id.wrap_content;
- global::Xamarin.Forms.Platform.Resource.Id.zero_corner_chip = global::DotnetPush.Droid.Resource.Id.zero_corner_chip;
- global::Xamarin.Forms.Platform.Resource.Integer.abc_config_activityDefaultDur = global::DotnetPush.Droid.Resource.Integer.abc_config_activityDefaultDur;
- global::Xamarin.Forms.Platform.Resource.Integer.abc_config_activityShortDur = global::DotnetPush.Droid.Resource.Integer.abc_config_activityShortDur;
- global::Xamarin.Forms.Platform.Resource.Integer.app_bar_elevation_anim_duration = global::DotnetPush.Droid.Resource.Integer.app_bar_elevation_anim_duration;
- global::Xamarin.Forms.Platform.Resource.Integer.bottom_sheet_slide_duration = global::DotnetPush.Droid.Resource.Integer.bottom_sheet_slide_duration;
- global::Xamarin.Forms.Platform.Resource.Integer.cancel_button_image_alpha = global::DotnetPush.Droid.Resource.Integer.cancel_button_image_alpha;
- global::Xamarin.Forms.Platform.Resource.Integer.config_tooltipAnimTime = global::DotnetPush.Droid.Resource.Integer.config_tooltipAnimTime;
- global::Xamarin.Forms.Platform.Resource.Integer.design_snackbar_text_max_lines = global::DotnetPush.Droid.Resource.Integer.design_snackbar_text_max_lines;
- global::Xamarin.Forms.Platform.Resource.Integer.design_tab_indicator_anim_duration_ms = global::DotnetPush.Droid.Resource.Integer.design_tab_indicator_anim_duration_ms;
- global::Xamarin.Forms.Platform.Resource.Integer.hide_password_duration = global::DotnetPush.Droid.Resource.Integer.hide_password_duration;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_badge_max_character_count = global::DotnetPush.Droid.Resource.Integer.mtrl_badge_max_character_count;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_btn_anim_delay_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_btn_anim_delay_ms;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_btn_anim_duration_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_btn_anim_duration_ms;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_calendar_header_orientation = global::DotnetPush.Droid.Resource.Integer.mtrl_calendar_header_orientation;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_calendar_selection_text_lines = global::DotnetPush.Droid.Resource.Integer.mtrl_calendar_selection_text_lines;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_calendar_year_selector_span = global::DotnetPush.Droid.Resource.Integer.mtrl_calendar_year_selector_span;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_card_anim_delay_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_card_anim_delay_ms;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_card_anim_duration_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_card_anim_duration_ms;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_chip_anim_duration = global::DotnetPush.Droid.Resource.Integer.mtrl_chip_anim_duration;
- global::Xamarin.Forms.Platform.Resource.Integer.mtrl_tab_indicator_anim_duration_ms = global::DotnetPush.Droid.Resource.Integer.mtrl_tab_indicator_anim_duration_ms;
- global::Xamarin.Forms.Platform.Resource.Integer.show_password_duration = global::DotnetPush.Droid.Resource.Integer.show_password_duration;
- global::Xamarin.Forms.Platform.Resource.Integer.status_bar_notification_info_maxnum = global::DotnetPush.Droid.Resource.Integer.status_bar_notification_info_maxnum;
- global::Xamarin.Forms.Platform.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_0 = global::DotnetPush.Droid.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_0;
- global::Xamarin.Forms.Platform.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_1 = global::DotnetPush.Droid.Resource.Interpolator.btn_checkbox_checked_mtrl_animation_interpolator_1;
- global::Xamarin.Forms.Platform.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_0 = global::DotnetPush.Droid.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_0;
- global::Xamarin.Forms.Platform.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_1 = global::DotnetPush.Droid.Resource.Interpolator.btn_checkbox_unchecked_mtrl_animation_interpolator_1;
- global::Xamarin.Forms.Platform.Resource.Interpolator.btn_radio_to_off_mtrl_animation_interpolator_0 = global::DotnetPush.Droid.Resource.Interpolator.btn_radio_to_off_mtrl_animation_interpolator_0;
- global::Xamarin.Forms.Platform.Resource.Interpolator.btn_radio_to_on_mtrl_animation_interpolator_0 = global::DotnetPush.Droid.Resource.Interpolator.btn_radio_to_on_mtrl_animation_interpolator_0;
- global::Xamarin.Forms.Platform.Resource.Interpolator.fast_out_slow_in = global::DotnetPush.Droid.Resource.Interpolator.fast_out_slow_in;
- global::Xamarin.Forms.Platform.Resource.Interpolator.mtrl_fast_out_linear_in = global::DotnetPush.Droid.Resource.Interpolator.mtrl_fast_out_linear_in;
- global::Xamarin.Forms.Platform.Resource.Interpolator.mtrl_fast_out_slow_in = global::DotnetPush.Droid.Resource.Interpolator.mtrl_fast_out_slow_in;
- global::Xamarin.Forms.Platform.Resource.Interpolator.mtrl_linear = global::DotnetPush.Droid.Resource.Interpolator.mtrl_linear;
- global::Xamarin.Forms.Platform.Resource.Interpolator.mtrl_linear_out_slow_in = global::DotnetPush.Droid.Resource.Interpolator.mtrl_linear_out_slow_in;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_action_bar_title_item = global::DotnetPush.Droid.Resource.Layout.abc_action_bar_title_item;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_action_bar_up_container = global::DotnetPush.Droid.Resource.Layout.abc_action_bar_up_container;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_action_menu_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_action_menu_item_layout;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_action_menu_layout = global::DotnetPush.Droid.Resource.Layout.abc_action_menu_layout;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_action_mode_bar = global::DotnetPush.Droid.Resource.Layout.abc_action_mode_bar;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_action_mode_close_item_material = global::DotnetPush.Droid.Resource.Layout.abc_action_mode_close_item_material;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_activity_chooser_view = global::DotnetPush.Droid.Resource.Layout.abc_activity_chooser_view;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_activity_chooser_view_list_item = global::DotnetPush.Droid.Resource.Layout.abc_activity_chooser_view_list_item;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_alert_dialog_button_bar_material = global::DotnetPush.Droid.Resource.Layout.abc_alert_dialog_button_bar_material;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_alert_dialog_material = global::DotnetPush.Droid.Resource.Layout.abc_alert_dialog_material;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_alert_dialog_title_material = global::DotnetPush.Droid.Resource.Layout.abc_alert_dialog_title_material;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_cascading_menu_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_cascading_menu_item_layout;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_dialog_title_material = global::DotnetPush.Droid.Resource.Layout.abc_dialog_title_material;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_expanded_menu_layout = global::DotnetPush.Droid.Resource.Layout.abc_expanded_menu_layout;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_list_menu_item_checkbox = global::DotnetPush.Droid.Resource.Layout.abc_list_menu_item_checkbox;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_list_menu_item_icon = global::DotnetPush.Droid.Resource.Layout.abc_list_menu_item_icon;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_list_menu_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_list_menu_item_layout;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_list_menu_item_radio = global::DotnetPush.Droid.Resource.Layout.abc_list_menu_item_radio;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_popup_menu_header_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_popup_menu_header_item_layout;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_popup_menu_item_layout = global::DotnetPush.Droid.Resource.Layout.abc_popup_menu_item_layout;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_screen_content_include = global::DotnetPush.Droid.Resource.Layout.abc_screen_content_include;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_screen_simple = global::DotnetPush.Droid.Resource.Layout.abc_screen_simple;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_screen_simple_overlay_action_mode = global::DotnetPush.Droid.Resource.Layout.abc_screen_simple_overlay_action_mode;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_screen_toolbar = global::DotnetPush.Droid.Resource.Layout.abc_screen_toolbar;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_search_dropdown_item_icons_2line = global::DotnetPush.Droid.Resource.Layout.abc_search_dropdown_item_icons_2line;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_search_view = global::DotnetPush.Droid.Resource.Layout.abc_search_view;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_select_dialog_material = global::DotnetPush.Droid.Resource.Layout.abc_select_dialog_material;
- global::Xamarin.Forms.Platform.Resource.Layout.abc_tooltip = global::DotnetPush.Droid.Resource.Layout.abc_tooltip;
- global::Xamarin.Forms.Platform.Resource.Layout.BottomTabLayout = global::DotnetPush.Droid.Resource.Layout.BottomTabLayout;
- global::Xamarin.Forms.Platform.Resource.Layout.custom_dialog = global::DotnetPush.Droid.Resource.Layout.custom_dialog;
- global::Xamarin.Forms.Platform.Resource.Layout.design_bottom_navigation_item = global::DotnetPush.Droid.Resource.Layout.design_bottom_navigation_item;
- global::Xamarin.Forms.Platform.Resource.Layout.design_bottom_sheet_dialog = global::DotnetPush.Droid.Resource.Layout.design_bottom_sheet_dialog;
- global::Xamarin.Forms.Platform.Resource.Layout.design_layout_snackbar = global::DotnetPush.Droid.Resource.Layout.design_layout_snackbar;
- global::Xamarin.Forms.Platform.Resource.Layout.design_layout_snackbar_include = global::DotnetPush.Droid.Resource.Layout.design_layout_snackbar_include;
- global::Xamarin.Forms.Platform.Resource.Layout.design_layout_tab_icon = global::DotnetPush.Droid.Resource.Layout.design_layout_tab_icon;
- global::Xamarin.Forms.Platform.Resource.Layout.design_layout_tab_text = global::DotnetPush.Droid.Resource.Layout.design_layout_tab_text;
- global::Xamarin.Forms.Platform.Resource.Layout.design_menu_item_action_area = global::DotnetPush.Droid.Resource.Layout.design_menu_item_action_area;
- global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_item = global::DotnetPush.Droid.Resource.Layout.design_navigation_item;
- global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_item_header = global::DotnetPush.Droid.Resource.Layout.design_navigation_item_header;
- global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_item_separator = global::DotnetPush.Droid.Resource.Layout.design_navigation_item_separator;
- global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_item_subheader = global::DotnetPush.Droid.Resource.Layout.design_navigation_item_subheader;
- global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_menu = global::DotnetPush.Droid.Resource.Layout.design_navigation_menu;
- global::Xamarin.Forms.Platform.Resource.Layout.design_navigation_menu_item = global::DotnetPush.Droid.Resource.Layout.design_navigation_menu_item;
- global::Xamarin.Forms.Platform.Resource.Layout.design_text_input_end_icon = global::DotnetPush.Droid.Resource.Layout.design_text_input_end_icon;
- global::Xamarin.Forms.Platform.Resource.Layout.design_text_input_start_icon = global::DotnetPush.Droid.Resource.Layout.design_text_input_start_icon;
- global::Xamarin.Forms.Platform.Resource.Layout.FallbackTabbarDoNotUse = global::DotnetPush.Droid.Resource.Layout.FallbackTabbarDoNotUse;
- global::Xamarin.Forms.Platform.Resource.Layout.FallbackToolbarDoNotUse = global::DotnetPush.Droid.Resource.Layout.FallbackToolbarDoNotUse;
- global::Xamarin.Forms.Platform.Resource.Layout.FlyoutContent = global::DotnetPush.Droid.Resource.Layout.FlyoutContent;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_dialog = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_dialog;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_dialog_actions = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_dialog_actions;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_dialog_title = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_dialog_title;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_select_dialog_item = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_select_dialog_item;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_select_dialog_multichoice = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_select_dialog_multichoice;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_alert_select_dialog_singlechoice = global::DotnetPush.Droid.Resource.Layout.mtrl_alert_select_dialog_singlechoice;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_day = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_day;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_days_of_week = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_days_of_week;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_day_of_week = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_day_of_week;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_horizontal = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_horizontal;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_month = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_month;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_months = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_months;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_month_labeled = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_month_labeled;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_month_navigation = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_month_navigation;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_vertical = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_vertical;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_calendar_year = global::DotnetPush.Droid.Resource.Layout.mtrl_calendar_year;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_layout_snackbar = global::DotnetPush.Droid.Resource.Layout.mtrl_layout_snackbar;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_layout_snackbar_include = global::DotnetPush.Droid.Resource.Layout.mtrl_layout_snackbar_include;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_actions = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_actions;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_dialog = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_dialog;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_fullscreen = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_fullscreen;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_dialog = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_dialog;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_fullscreen = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_fullscreen;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_selection_text = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_selection_text;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_title_text = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_title_text;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_header_toggle = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_header_toggle;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_text_input_date = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_text_input_date;
- global::Xamarin.Forms.Platform.Resource.Layout.mtrl_picker_text_input_date_range = global::DotnetPush.Droid.Resource.Layout.mtrl_picker_text_input_date_range;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_action = global::DotnetPush.Droid.Resource.Layout.notification_action;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_action_tombstone = global::DotnetPush.Droid.Resource.Layout.notification_action_tombstone;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_media_action = global::DotnetPush.Droid.Resource.Layout.notification_media_action;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_media_cancel_action = global::DotnetPush.Droid.Resource.Layout.notification_media_cancel_action;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_big_media = global::DotnetPush.Droid.Resource.Layout.notification_template_big_media;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_big_media_custom = global::DotnetPush.Droid.Resource.Layout.notification_template_big_media_custom;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_big_media_narrow = global::DotnetPush.Droid.Resource.Layout.notification_template_big_media_narrow;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_big_media_narrow_custom = global::DotnetPush.Droid.Resource.Layout.notification_template_big_media_narrow_custom;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_custom_big = global::DotnetPush.Droid.Resource.Layout.notification_template_custom_big;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_icon_group = global::DotnetPush.Droid.Resource.Layout.notification_template_icon_group;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_lines_media = global::DotnetPush.Droid.Resource.Layout.notification_template_lines_media;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_media = global::DotnetPush.Droid.Resource.Layout.notification_template_media;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_media_custom = global::DotnetPush.Droid.Resource.Layout.notification_template_media_custom;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_part_chronometer = global::DotnetPush.Droid.Resource.Layout.notification_template_part_chronometer;
- global::Xamarin.Forms.Platform.Resource.Layout.notification_template_part_time = global::DotnetPush.Droid.Resource.Layout.notification_template_part_time;
- global::Xamarin.Forms.Platform.Resource.Layout.RootLayout = global::DotnetPush.Droid.Resource.Layout.RootLayout;
- global::Xamarin.Forms.Platform.Resource.Layout.select_dialog_item_material = global::DotnetPush.Droid.Resource.Layout.select_dialog_item_material;
- global::Xamarin.Forms.Platform.Resource.Layout.select_dialog_multichoice_material = global::DotnetPush.Droid.Resource.Layout.select_dialog_multichoice_material;
- global::Xamarin.Forms.Platform.Resource.Layout.select_dialog_singlechoice_material = global::DotnetPush.Droid.Resource.Layout.select_dialog_singlechoice_material;
- global::Xamarin.Forms.Platform.Resource.Layout.ShellContent = global::DotnetPush.Droid.Resource.Layout.ShellContent;
- global::Xamarin.Forms.Platform.Resource.Layout.support_simple_spinner_dropdown_item = global::DotnetPush.Droid.Resource.Layout.support_simple_spinner_dropdown_item;
- global::Xamarin.Forms.Platform.Resource.Layout.Tabbar = global::DotnetPush.Droid.Resource.Layout.Tabbar;
- global::Xamarin.Forms.Platform.Resource.Layout.test_action_chip = global::DotnetPush.Droid.Resource.Layout.test_action_chip;
- global::Xamarin.Forms.Platform.Resource.Layout.test_chip_zero_corner_radius = global::DotnetPush.Droid.Resource.Layout.test_chip_zero_corner_radius;
- global::Xamarin.Forms.Platform.Resource.Layout.test_design_checkbox = global::DotnetPush.Droid.Resource.Layout.test_design_checkbox;
- global::Xamarin.Forms.Platform.Resource.Layout.test_design_radiobutton = global::DotnetPush.Droid.Resource.Layout.test_design_radiobutton;
- global::Xamarin.Forms.Platform.Resource.Layout.test_reflow_chipgroup = global::DotnetPush.Droid.Resource.Layout.test_reflow_chipgroup;
- global::Xamarin.Forms.Platform.Resource.Layout.test_toolbar = global::DotnetPush.Droid.Resource.Layout.test_toolbar;
- global::Xamarin.Forms.Platform.Resource.Layout.test_toolbar_custom_background = global::DotnetPush.Droid.Resource.Layout.test_toolbar_custom_background;
- global::Xamarin.Forms.Platform.Resource.Layout.test_toolbar_elevation = global::DotnetPush.Droid.Resource.Layout.test_toolbar_elevation;
- global::Xamarin.Forms.Platform.Resource.Layout.test_toolbar_surface = global::DotnetPush.Droid.Resource.Layout.test_toolbar_surface;
- global::Xamarin.Forms.Platform.Resource.Layout.text_view_without_line_height = global::DotnetPush.Droid.Resource.Layout.text_view_without_line_height;
- global::Xamarin.Forms.Platform.Resource.Layout.text_view_with_line_height_from_appearance = global::DotnetPush.Droid.Resource.Layout.text_view_with_line_height_from_appearance;
- global::Xamarin.Forms.Platform.Resource.Layout.text_view_with_line_height_from_layout = global::DotnetPush.Droid.Resource.Layout.text_view_with_line_height_from_layout;
- global::Xamarin.Forms.Platform.Resource.Layout.text_view_with_line_height_from_style = global::DotnetPush.Droid.Resource.Layout.text_view_with_line_height_from_style;
- global::Xamarin.Forms.Platform.Resource.Layout.text_view_with_theme_line_height = global::DotnetPush.Droid.Resource.Layout.text_view_with_theme_line_height;
- global::Xamarin.Forms.Platform.Resource.Layout.Toolbar = global::DotnetPush.Droid.Resource.Layout.Toolbar;
- global::Xamarin.Forms.Platform.Resource.Plurals.mtrl_badge_content_description = global::DotnetPush.Droid.Resource.Plurals.mtrl_badge_content_description;
- global::Xamarin.Forms.Platform.Resource.String.abc_action_bar_home_description = global::DotnetPush.Droid.Resource.String.abc_action_bar_home_description;
- global::Xamarin.Forms.Platform.Resource.String.abc_action_bar_up_description = global::DotnetPush.Droid.Resource.String.abc_action_bar_up_description;
- global::Xamarin.Forms.Platform.Resource.String.abc_action_menu_overflow_description = global::DotnetPush.Droid.Resource.String.abc_action_menu_overflow_description;
- global::Xamarin.Forms.Platform.Resource.String.abc_action_mode_done = global::DotnetPush.Droid.Resource.String.abc_action_mode_done;
- global::Xamarin.Forms.Platform.Resource.String.abc_activitychooserview_choose_application = global::DotnetPush.Droid.Resource.String.abc_activitychooserview_choose_application;
- global::Xamarin.Forms.Platform.Resource.String.abc_activity_chooser_view_see_all = global::DotnetPush.Droid.Resource.String.abc_activity_chooser_view_see_all;
- global::Xamarin.Forms.Platform.Resource.String.abc_capital_off = global::DotnetPush.Droid.Resource.String.abc_capital_off;
- global::Xamarin.Forms.Platform.Resource.String.abc_capital_on = global::DotnetPush.Droid.Resource.String.abc_capital_on;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_alt_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_alt_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_ctrl_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_ctrl_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_delete_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_delete_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_enter_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_enter_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_function_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_function_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_meta_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_meta_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_shift_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_shift_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_space_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_space_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_menu_sym_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_menu_sym_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_prepend_shortcut_label = global::DotnetPush.Droid.Resource.String.abc_prepend_shortcut_label;
- global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_clear = global::DotnetPush.Droid.Resource.String.abc_searchview_description_clear;
- global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_query = global::DotnetPush.Droid.Resource.String.abc_searchview_description_query;
- global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_search = global::DotnetPush.Droid.Resource.String.abc_searchview_description_search;
- global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_submit = global::DotnetPush.Droid.Resource.String.abc_searchview_description_submit;
- global::Xamarin.Forms.Platform.Resource.String.abc_searchview_description_voice = global::DotnetPush.Droid.Resource.String.abc_searchview_description_voice;
- global::Xamarin.Forms.Platform.Resource.String.abc_search_hint = global::DotnetPush.Droid.Resource.String.abc_search_hint;
- global::Xamarin.Forms.Platform.Resource.String.abc_shareactionprovider_share_with = global::DotnetPush.Droid.Resource.String.abc_shareactionprovider_share_with;
- global::Xamarin.Forms.Platform.Resource.String.abc_shareactionprovider_share_with_application = global::DotnetPush.Droid.Resource.String.abc_shareactionprovider_share_with_application;
- global::Xamarin.Forms.Platform.Resource.String.abc_toolbar_collapse_description = global::DotnetPush.Droid.Resource.String.abc_toolbar_collapse_description;
- global::Xamarin.Forms.Platform.Resource.String.appbar_scrolling_view_behavior = global::DotnetPush.Droid.Resource.String.appbar_scrolling_view_behavior;
- global::Xamarin.Forms.Platform.Resource.String.bottom_sheet_behavior = global::DotnetPush.Droid.Resource.String.bottom_sheet_behavior;
- global::Xamarin.Forms.Platform.Resource.String.character_counter_content_description = global::DotnetPush.Droid.Resource.String.character_counter_content_description;
- global::Xamarin.Forms.Platform.Resource.String.character_counter_overflowed_content_description = global::DotnetPush.Droid.Resource.String.character_counter_overflowed_content_description;
- global::Xamarin.Forms.Platform.Resource.String.character_counter_pattern = global::DotnetPush.Droid.Resource.String.character_counter_pattern;
- global::Xamarin.Forms.Platform.Resource.String.chip_text = global::DotnetPush.Droid.Resource.String.chip_text;
- global::Xamarin.Forms.Platform.Resource.String.clear_text_end_icon_content_description = global::DotnetPush.Droid.Resource.String.clear_text_end_icon_content_description;
- global::Xamarin.Forms.Platform.Resource.String.error_icon_content_description = global::DotnetPush.Droid.Resource.String.error_icon_content_description;
- global::Xamarin.Forms.Platform.Resource.String.exposed_dropdown_menu_content_description = global::DotnetPush.Droid.Resource.String.exposed_dropdown_menu_content_description;
- global::Xamarin.Forms.Platform.Resource.String.fab_transformation_scrim_behavior = global::DotnetPush.Droid.Resource.String.fab_transformation_scrim_behavior;
- global::Xamarin.Forms.Platform.Resource.String.fab_transformation_sheet_behavior = global::DotnetPush.Droid.Resource.String.fab_transformation_sheet_behavior;
- global::Xamarin.Forms.Platform.Resource.String.hide_bottom_view_on_scroll_behavior = global::DotnetPush.Droid.Resource.String.hide_bottom_view_on_scroll_behavior;
- global::Xamarin.Forms.Platform.Resource.String.icon_content_description = global::DotnetPush.Droid.Resource.String.icon_content_description;
- global::Xamarin.Forms.Platform.Resource.String.item_view_role_description = global::DotnetPush.Droid.Resource.String.item_view_role_description;
- global::Xamarin.Forms.Platform.Resource.String.material_slider_range_end = global::DotnetPush.Droid.Resource.String.material_slider_range_end;
- global::Xamarin.Forms.Platform.Resource.String.material_slider_range_start = global::DotnetPush.Droid.Resource.String.material_slider_range_start;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_badge_numberless_content_description = global::DotnetPush.Droid.Resource.String.mtrl_badge_numberless_content_description;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_chip_close_icon_content_description = global::DotnetPush.Droid.Resource.String.mtrl_chip_close_icon_content_description;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_exceed_max_badge_number_content_description = global::DotnetPush.Droid.Resource.String.mtrl_exceed_max_badge_number_content_description;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_exceed_max_badge_number_suffix = global::DotnetPush.Droid.Resource.String.mtrl_exceed_max_badge_number_suffix;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_a11y_next_month = global::DotnetPush.Droid.Resource.String.mtrl_picker_a11y_next_month;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_a11y_prev_month = global::DotnetPush.Droid.Resource.String.mtrl_picker_a11y_prev_month;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_announce_current_selection = global::DotnetPush.Droid.Resource.String.mtrl_picker_announce_current_selection;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_cancel = global::DotnetPush.Droid.Resource.String.mtrl_picker_cancel;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_confirm = global::DotnetPush.Droid.Resource.String.mtrl_picker_confirm;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_date_header_selected = global::DotnetPush.Droid.Resource.String.mtrl_picker_date_header_selected;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_date_header_title = global::DotnetPush.Droid.Resource.String.mtrl_picker_date_header_title;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_date_header_unselected = global::DotnetPush.Droid.Resource.String.mtrl_picker_date_header_unselected;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_day_of_week_column_header = global::DotnetPush.Droid.Resource.String.mtrl_picker_day_of_week_column_header;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_invalid_format = global::DotnetPush.Droid.Resource.String.mtrl_picker_invalid_format;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_invalid_format_example = global::DotnetPush.Droid.Resource.String.mtrl_picker_invalid_format_example;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_invalid_format_use = global::DotnetPush.Droid.Resource.String.mtrl_picker_invalid_format_use;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_invalid_range = global::DotnetPush.Droid.Resource.String.mtrl_picker_invalid_range;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_navigate_to_year_description = global::DotnetPush.Droid.Resource.String.mtrl_picker_navigate_to_year_description;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_out_of_range = global::DotnetPush.Droid.Resource.String.mtrl_picker_out_of_range;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_only_end_selected = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_only_end_selected;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_only_start_selected = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_only_start_selected;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_selected = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_selected;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_title = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_title;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_range_header_unselected = global::DotnetPush.Droid.Resource.String.mtrl_picker_range_header_unselected;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_save = global::DotnetPush.Droid.Resource.String.mtrl_picker_save;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_date_hint = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_date_hint;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_date_range_end_hint = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_date_range_end_hint;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_date_range_start_hint = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_date_range_start_hint;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_day_abbr = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_day_abbr;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_month_abbr = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_month_abbr;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_text_input_year_abbr = global::DotnetPush.Droid.Resource.String.mtrl_picker_text_input_year_abbr;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_toggle_to_calendar_input_mode = global::DotnetPush.Droid.Resource.String.mtrl_picker_toggle_to_calendar_input_mode;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_toggle_to_day_selection = global::DotnetPush.Droid.Resource.String.mtrl_picker_toggle_to_day_selection;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_toggle_to_text_input_mode = global::DotnetPush.Droid.Resource.String.mtrl_picker_toggle_to_text_input_mode;
- global::Xamarin.Forms.Platform.Resource.String.mtrl_picker_toggle_to_year_selection = global::DotnetPush.Droid.Resource.String.mtrl_picker_toggle_to_year_selection;
- global::Xamarin.Forms.Platform.Resource.String.overflow_tab_title = global::DotnetPush.Droid.Resource.String.overflow_tab_title;
- global::Xamarin.Forms.Platform.Resource.String.password_toggle_content_description = global::DotnetPush.Droid.Resource.String.password_toggle_content_description;
- global::Xamarin.Forms.Platform.Resource.String.path_password_eye = global::DotnetPush.Droid.Resource.String.path_password_eye;
- global::Xamarin.Forms.Platform.Resource.String.path_password_eye_mask_strike_through = global::DotnetPush.Droid.Resource.String.path_password_eye_mask_strike_through;
- global::Xamarin.Forms.Platform.Resource.String.path_password_eye_mask_visible = global::DotnetPush.Droid.Resource.String.path_password_eye_mask_visible;
- global::Xamarin.Forms.Platform.Resource.String.path_password_strike_through = global::DotnetPush.Droid.Resource.String.path_password_strike_through;
- global::Xamarin.Forms.Platform.Resource.String.search_menu_title = global::DotnetPush.Droid.Resource.String.search_menu_title;
- global::Xamarin.Forms.Platform.Resource.String.status_bar_notification_info_overflow = global::DotnetPush.Droid.Resource.String.status_bar_notification_info_overflow;
- global::Xamarin.Forms.Platform.Resource.Style.AlertDialog_AppCompat = global::DotnetPush.Droid.Resource.Style.AlertDialog_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.AlertDialog_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.AlertDialog_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.AndroidThemeColorAccentYellow = global::DotnetPush.Droid.Resource.Style.AndroidThemeColorAccentYellow;
- global::Xamarin.Forms.Platform.Resource.Style.Animation_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Animation_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Animation_AppCompat_DropDownUp = global::DotnetPush.Droid.Resource.Style.Animation_AppCompat_DropDownUp;
- global::Xamarin.Forms.Platform.Resource.Style.Animation_AppCompat_Tooltip = global::DotnetPush.Droid.Resource.Style.Animation_AppCompat_Tooltip;
- global::Xamarin.Forms.Platform.Resource.Style.Animation_Design_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Animation_Design_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Animation_MaterialComponents_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Animation_MaterialComponents_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.AppCompatDialogStyle = global::DotnetPush.Droid.Resource.Style.AppCompatDialogStyle;
- global::Xamarin.Forms.Platform.Resource.Style.Base_AlertDialog_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_AlertDialog_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_AlertDialog_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_AlertDialog_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Animation_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Animation_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Animation_AppCompat_DropDownUp = global::DotnetPush.Droid.Resource.Style.Base_Animation_AppCompat_DropDownUp;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Animation_AppCompat_Tooltip = global::DotnetPush.Droid.Resource.Style.Base_Animation_AppCompat_Tooltip;
- global::Xamarin.Forms.Platform.Resource.Style.Base_CardView = global::DotnetPush.Droid.Resource.Style.Base_CardView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_DialogWindowTitleBackground_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_DialogWindowTitleBackground_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_DialogWindowTitle_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_DialogWindowTitle_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Icon = global::DotnetPush.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Panel = global::DotnetPush.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Panel;
- global::Xamarin.Forms.Platform.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Text = global::DotnetPush.Droid.Resource.Style.Base_MaterialAlertDialog_MaterialComponents_Title_Text;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Body1 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body1;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Body2 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Body2;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Button = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Button;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Caption = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Caption;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Display1 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display1;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Display2 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display2;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Display3 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display3;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Display4 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Display4;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Headline = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Headline;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Large = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Large;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Large_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Medium = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Medium;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Medium_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Menu = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Menu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_SearchResult = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_SearchResult_Title;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Small = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Small;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Small_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Subhead = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Subhead;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Subhead_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Title;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Title_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Tooltip = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Tooltip;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Menu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_ActionMode_Title;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Colored = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Inverse = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Button_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_DropDownItem;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Header;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Large;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_PopupMenu_Small;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_Switch;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_MaterialComponents_Badge = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Badge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_MaterialComponents_Button = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Button;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_MaterialComponents_Headline6 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Headline6;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_MaterialComponents_Subtitle2 = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_MaterialComponents_Subtitle2;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title = global::DotnetPush.Droid.Resource.Style.Base_TextAppearance_Widget_AppCompat_Toolbar_Title;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Dark = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dark_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework;
- global::Xamarin.Forms.Platform.Resource.Style.Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::DotnetPush.Droid.Resource.Style.Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_CompactMenu = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_CompactMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_DarkActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Base_Theme_AppCompat_Light_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_CompactMenu = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_CompactMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Base_Theme_MaterialComponents_Light_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::DotnetPush.Droid.Resource.Style.Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_ThemeOverlay_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_AppCompat_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_MaterialComponents;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V21_Theme_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V21_Theme_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V22_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V22_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V22_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V22_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V23_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V23_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V23_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V23_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V26_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V26_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V26_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V26_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V26_Widget_AppCompat_Toolbar = global::DotnetPush.Droid.Resource.Style.Base_V26_Widget_AppCompat_Toolbar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V28_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V28_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V28_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V28_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V7_ThemeOverlay_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Base_V7_Theme_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Theme_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V7_Theme_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Base_V7_Theme_AppCompat_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Base_V7_Widget_AppCompat_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Widget_AppCompat_EditText = global::DotnetPush.Droid.Resource.Style.Base_V7_Widget_AppCompat_EditText;
- global::Xamarin.Forms.Platform.Resource.Style.Base_V7_Widget_AppCompat_Toolbar = global::DotnetPush.Droid.Resource.Style.Base_V7_Widget_AppCompat_Toolbar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabText;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionBar_TabView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionButton = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton_CloseMode;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionButton_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActionMode = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActionMode;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ActivityChooserView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ActivityChooserView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ButtonBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ButtonBar_AlertDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_Borderless = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_Borderless_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_ButtonBar_AlertDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_Colored = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Button_Small = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Button_Small;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_CheckBox;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_RadioButton;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_CompoundButton_Switch;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle_Common = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_DrawerArrowToggle_Common;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_DropDownItem_Spinner;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_EditText = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_EditText;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ImageButton = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ImageButton;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_ActionBar_TabView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Light_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListMenuView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListMenuView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListPopupWindow;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListView_DropDown = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListView_DropDown;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ListView_Menu = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ListView_Menu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_PopupMenu = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_PopupMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_PopupWindow = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_PopupWindow;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ProgressBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ProgressBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_ProgressBar_Horizontal;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_RatingBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_RatingBar_Indicator = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar_Indicator;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_RatingBar_Small = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_RatingBar_Small;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_SearchView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_SearchView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_SearchView_ActionBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_SearchView_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_SeekBar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_SeekBar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_SeekBar_Discrete = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_SeekBar_Discrete;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Spinner = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Spinner;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Spinner_Underlined = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Spinner_Underlined;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_TextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_TextView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_TextView_SpinnerItem = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_TextView_SpinnerItem;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Toolbar = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Toolbar;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation = global::DotnetPush.Droid.Resource.Style.Base_Widget_AppCompat_Toolbar_Button_Navigation;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_Design_TabLayout = global::DotnetPush.Droid.Resource.Style.Base_Widget_Design_TabLayout;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_CheckedTextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_CheckedTextView;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_Chip = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_Chip;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_PopupMenu = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ContextMenu = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ContextMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_Slider = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_Slider;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_TextInputEditText = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_TextInputEditText;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_TextInputLayout = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_TextInputLayout;
- global::Xamarin.Forms.Platform.Resource.Style.Base_Widget_MaterialComponents_TextView = global::DotnetPush.Droid.Resource.Style.Base_Widget_MaterialComponents_TextView;
- global::Xamarin.Forms.Platform.Resource.Style.CardView = global::DotnetPush.Droid.Resource.Style.CardView;
- global::Xamarin.Forms.Platform.Resource.Style.CardView_Dark = global::DotnetPush.Droid.Resource.Style.CardView_Dark;
- global::Xamarin.Forms.Platform.Resource.Style.CardView_Light = global::DotnetPush.Droid.Resource.Style.CardView_Light;
- global::Xamarin.Forms.Platform.Resource.Style.collectionViewTheme = global::DotnetPush.Droid.Resource.Style.collectionViewTheme;
- global::Xamarin.Forms.Platform.Resource.Style.EmptyTheme = global::DotnetPush.Droid.Resource.Style.EmptyTheme;
- global::Xamarin.Forms.Platform.Resource.Style.MainTheme = global::DotnetPush.Droid.Resource.Style.MainTheme;
- global::Xamarin.Forms.Platform.Resource.Style.MainTheme_Base = global::DotnetPush.Droid.Resource.Style.MainTheme_Base;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Body_Text = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Body_Text;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text;
- global::Xamarin.Forms.Platform.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = global::DotnetPush.Droid.Resource.Style.MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_AppCompat = global::DotnetPush.Droid.Resource.Style.Platform_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Platform_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Platform_MaterialComponents;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Platform_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Platform_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Platform_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_ThemeOverlay_AppCompat = global::DotnetPush.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_ThemeOverlay_AppCompat_Dark = global::DotnetPush.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat_Dark;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_ThemeOverlay_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Platform_ThemeOverlay_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_V21_AppCompat = global::DotnetPush.Droid.Resource.Style.Platform_V21_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_V21_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Platform_V21_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_V25_AppCompat = global::DotnetPush.Droid.Resource.Style.Platform_V25_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_V25_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Platform_V25_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Platform_Widget_AppCompat_Spinner = global::DotnetPush.Droid.Resource.Style.Platform_Widget_AppCompat_Spinner;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_DialogWindowTitle_AppCompat = global::DotnetPush.Droid.Resource.Style.RtlOverlay_DialogWindowTitle_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_ActionBar_TitleItem;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_DialogTitle_Icon = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_DialogTitle_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Text;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_PopupMenuItem_Title;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_SearchView_MagIcon;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Query;
- global::Xamarin.Forms.Platform.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text = global::DotnetPush.Droid.Resource.Style.RtlOverlay_Widget_AppCompat_Search_DropDown_Text;
- global::Xamarin.Forms.Platform.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton = global::DotnetPush.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = global::DotnetPush.Droid.Resource.Style.RtlUnderlay_Widget_AppCompat_ActionButton_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.scrollViewScrollBars = global::DotnetPush.Droid.Resource.Style.scrollViewScrollBars;
- global::Xamarin.Forms.Platform.Resource.Style.scrollViewTheme = global::DotnetPush.Droid.Resource.Style.scrollViewTheme;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_BottomLeftDifferentCornerSize;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_BottomRightCut = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_BottomRightCut;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_Cut = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_Cut;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_DifferentCornerSize = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_DifferentCornerSize;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_BottomSheet = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_BottomSheet;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_Chip = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_Chip;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_TopLeftCut = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_TopLeftCut;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearanceOverlay_TopRightDifferentCornerSize = global::DotnetPush.Droid.Resource.Style.ShapeAppearanceOverlay_TopRightDifferentCornerSize;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_LargeComponent = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_LargeComponent;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_MediumComponent = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_MediumComponent;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_SmallComponent = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_SmallComponent;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_Test = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_Test;
- global::Xamarin.Forms.Platform.Resource.Style.ShapeAppearance_MaterialComponents_Tooltip = global::DotnetPush.Droid.Resource.Style.ShapeAppearance_MaterialComponents_Tooltip;
- global::Xamarin.Forms.Platform.Resource.Style.TestStyleWithLineHeight = global::DotnetPush.Droid.Resource.Style.TestStyleWithLineHeight;
- global::Xamarin.Forms.Platform.Resource.Style.TestStyleWithLineHeightAppearance = global::DotnetPush.Droid.Resource.Style.TestStyleWithLineHeightAppearance;
- global::Xamarin.Forms.Platform.Resource.Style.TestStyleWithoutLineHeight = global::DotnetPush.Droid.Resource.Style.TestStyleWithoutLineHeight;
- global::Xamarin.Forms.Platform.Resource.Style.TestStyleWithThemeLineHeightAttribute = global::DotnetPush.Droid.Resource.Style.TestStyleWithThemeLineHeightAttribute;
- global::Xamarin.Forms.Platform.Resource.Style.TestThemeWithLineHeight = global::DotnetPush.Droid.Resource.Style.TestThemeWithLineHeight;
- global::Xamarin.Forms.Platform.Resource.Style.TestThemeWithLineHeightDisabled = global::DotnetPush.Droid.Resource.Style.TestThemeWithLineHeightDisabled;
- global::Xamarin.Forms.Platform.Resource.Style.Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = global::DotnetPush.Droid.Resource.Style.Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day;
- global::Xamarin.Forms.Platform.Resource.Style.Test_Theme_MaterialComponents_MaterialCalendar = global::DotnetPush.Droid.Resource.Style.Test_Theme_MaterialComponents_MaterialCalendar;
- global::Xamarin.Forms.Platform.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar = global::DotnetPush.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar;
- global::Xamarin.Forms.Platform.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day = global::DotnetPush.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day;
- global::Xamarin.Forms.Platform.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = global::DotnetPush.Droid.Resource.Style.Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Body1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Body1;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Body2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Body2;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Button = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Button;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Caption = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Caption;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Display1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Display1;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Display2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Display2;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Display3 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Display3;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Display4 = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Display4;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Headline = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Headline;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Large = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Large;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Large_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Large_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Light_SearchResult_Title;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Large;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Light_Widget_PopupMenu_Small;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Medium = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Medium;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Medium_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Medium_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Menu = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Menu;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_SearchResult_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_SearchResult_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_SearchResult_Title;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Small = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Small;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Small_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Small_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Subhead = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Subhead;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Subhead_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Title;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Title_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Title_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Tooltip = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Tooltip;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Menu;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Button = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Button_Borderless_Colored = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Borderless_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Button_Colored = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Button_Inverse = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Button_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_DropDownItem;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Header = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Header;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Large;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_PopupMenu_Small;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_Switch = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_Switch;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_AppCompat_Widget_TextView_SpinnerItem = global::DotnetPush.Droid.Resource.Style.TextAppearance_AppCompat_Widget_TextView_SpinnerItem;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Info = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Info;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Info_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Info_Media;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Line2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Line2_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Line2_Media;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Media;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Time = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Time;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Time_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Time_Media;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Title;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Compat_Notification_Title_Media = global::DotnetPush.Droid.Resource.Style.TextAppearance_Compat_Notification_Title_Media;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_CollapsingToolbar_Expanded = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_CollapsingToolbar_Expanded;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Counter = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Counter;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Counter_Overflow = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Counter_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Error = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Error;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_HelperText = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_HelperText;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Hint = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Hint;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Placeholder = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Placeholder;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Prefix = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Prefix;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Snackbar_Message = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Snackbar_Message;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Suffix = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Suffix;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Design_Tab = global::DotnetPush.Droid.Resource.Style.TextAppearance_Design_Tab;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Badge = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Badge;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Body1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Body1;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Body2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Body2;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Button = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Button;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Caption = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Caption;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Chip = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Chip;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline1;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline2;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline3 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline3;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline4 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline4;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline5 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline5;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Headline6 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Headline6;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Overline = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Overline;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Subtitle1 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Subtitle1;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Subtitle2 = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Subtitle2;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_MaterialComponents_Tooltip = global::DotnetPush.Droid.Resource.Style.TextAppearance_MaterialComponents_Tooltip;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item = global::DotnetPush.Droid.Resource.Style.TextAppearance_Widget_AppCompat_ExpandedMenu_Item;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle = global::DotnetPush.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Subtitle;
- global::Xamarin.Forms.Platform.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title = global::DotnetPush.Droid.Resource.Style.TextAppearance_Widget_AppCompat_Toolbar_Title;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlayColorAccentRed = global::DotnetPush.Droid.Resource.Style.ThemeOverlayColorAccentRed;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Dark = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Dark_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_DayNight = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_DayNight;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_DayNight_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_DayNight_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_Design_TextInputEditText = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_Design_TextInputEditText;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Primary = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Primary;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Surface = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_ActionBar_Surface;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Primary = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Primary;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Surface = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomAppBar_Surface;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dark = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dark_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Dialog_Alert_Framework;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Light_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Primary = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Primary;
- global::Xamarin.Forms.Platform.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Surface = global::DotnetPush.Droid.Resource.Style.ThemeOverlay_MaterialComponents_Toolbar_Surface;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_CompactMenu = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_CompactMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_DarkActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DayNight_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DayNight_NoActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Empty = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Empty;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_DarkActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_Light_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_Light_NoActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_AppCompat_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_AppCompat_NoActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_Design = global::DotnetPush.Droid.Resource.Style.Theme_Design;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_Design_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_Light = global::DotnetPush.Droid.Resource.Style.Theme_Design_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_Light_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_Design_Light_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_Light_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_Design_Light_NoActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_Design_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_Design_NoActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_CompactMenu = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_CompactMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DarkActionBar_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DayNight_NoActionBar_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_Alert_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Alert_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_FixedSize_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Dialog_MinWidth_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_BarSize = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_BarSize;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_BottomSheetDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_DarkActionBar_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_DialogWhenLarge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Alert_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_LargeTouch = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_LargeTouch;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_Light_NoActionBar_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_NoActionBar = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge = global::DotnetPush.Droid.Resource.Style.Theme_MaterialComponents_NoActionBar_Bridge;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar_TabBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar_TabText = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabText;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionBar_TabView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionBar_TabView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionButton = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionButton_CloseMode = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionButton_CloseMode;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionButton_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionButton_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActionMode = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActionMode;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ActivityChooserView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ActivityChooserView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ButtonBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ButtonBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ButtonBar_AlertDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_Borderless = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_Borderless;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_Borderless_Colored = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_Borderless_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_ButtonBar_AlertDialog;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_Colored = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Button_Small = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Button_Small;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_CompoundButton_CheckBox;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_CompoundButton_RadioButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_CompoundButton_Switch = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_CompoundButton_Switch;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_DrawerArrowToggle = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_DrawerArrowToggle;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_DropDownItem_Spinner = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_DropDownItem_Spinner;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_EditText = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_EditText;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ImageButton = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ImageButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_Solid_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabBar_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabText_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionBar_TabView_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionButton = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton_CloseMode;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionButton_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActionMode_Inverse;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ActivityChooserView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ActivityChooserView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_AutoCompleteTextView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_DropDownItem_Spinner;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ListPopupWindow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_ListView_DropDown = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_ListView_DropDown;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_PopupMenu = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_PopupMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_SearchView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_SearchView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Light_Spinner_DropDown_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListMenuView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListMenuView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListPopupWindow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListView_DropDown = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListView_DropDown;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ListView_Menu = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ListView_Menu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_PopupMenu = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_PopupMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_PopupWindow = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_PopupWindow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ProgressBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ProgressBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_ProgressBar_Horizontal;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_RatingBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_RatingBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_RatingBar_Indicator = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_RatingBar_Indicator;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_RatingBar_Small = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_RatingBar_Small;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_SearchView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_SearchView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_SearchView_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_SearchView_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_SeekBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_SeekBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_SeekBar_Discrete = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_SeekBar_Discrete;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Spinner = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Spinner;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Spinner_DropDown = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Spinner_DropDown;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Spinner_DropDown_ActionBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Spinner_Underlined = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Spinner_Underlined;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_TextView = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_TextView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_TextView_SpinnerItem = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_TextView_SpinnerItem;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Toolbar = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Toolbar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation = global::DotnetPush.Droid.Resource.Style.Widget_AppCompat_Toolbar_Button_Navigation;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Compat_NotificationActionContainer = global::DotnetPush.Droid.Resource.Style.Widget_Compat_NotificationActionContainer;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Compat_NotificationActionText = global::DotnetPush.Droid.Resource.Style.Widget_Compat_NotificationActionText;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_AppBarLayout = global::DotnetPush.Droid.Resource.Style.Widget_Design_AppBarLayout;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_BottomNavigationView = global::DotnetPush.Droid.Resource.Style.Widget_Design_BottomNavigationView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_BottomSheet_Modal = global::DotnetPush.Droid.Resource.Style.Widget_Design_BottomSheet_Modal;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_CollapsingToolbar = global::DotnetPush.Droid.Resource.Style.Widget_Design_CollapsingToolbar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_FloatingActionButton = global::DotnetPush.Droid.Resource.Style.Widget_Design_FloatingActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_NavigationView = global::DotnetPush.Droid.Resource.Style.Widget_Design_NavigationView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_ScrimInsetsFrameLayout = global::DotnetPush.Droid.Resource.Style.Widget_Design_ScrimInsetsFrameLayout;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_Snackbar = global::DotnetPush.Droid.Resource.Style.Widget_Design_Snackbar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_TabLayout = global::DotnetPush.Droid.Resource.Style.Widget_Design_TabLayout;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_TextInputEditText = global::DotnetPush.Droid.Resource.Style.Widget_Design_TextInputEditText;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Design_TextInputLayout = global::DotnetPush.Droid.Resource.Style.Widget_Design_TextInputLayout;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ActionBar_Primary = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Primary;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ActionBar_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_PrimarySurface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ActionBar_Surface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ActionBar_Surface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AppBarLayout_Primary = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_Primary;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AppBarLayout_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_PrimarySurface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AppBarLayout_Surface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AppBarLayout_Surface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Badge = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Badge;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomAppBar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomAppBar_Colored = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomAppBar_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomAppBar_PrimarySurface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomNavigationView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomNavigationView_Colored = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomNavigationView_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomNavigationView_PrimarySurface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomSheet = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomSheet;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_BottomSheet_Modal = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_BottomSheet_Modal;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_OutlinedButton_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Flush = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Flush;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Dialog_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_TextButton_Snackbar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_TextButton_Snackbar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Button_UnelevatedButton_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CardView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CardView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CheckedTextView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CheckedTextView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ChipGroup = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ChipGroup;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Chip_Action = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Chip_Action;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Chip_Choice = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Chip_Choice;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Chip_Entry = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Chip_Entry;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Chip_Filter = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Chip_Filter;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CompoundButton_CheckBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_CheckBox;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CompoundButton_RadioButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_RadioButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_CompoundButton_Switch = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_CompoundButton_Switch;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ExtendedFloatingActionButton_Icon;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_FloatingActionButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_FloatingActionButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Light_ActionBar_Solid = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Light_ActionBar_Solid;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialButtonToggleGroup = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialButtonToggleGroup;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_DayTextView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_DayTextView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Invalid = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Invalid;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Selected = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Selected;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Today = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Day_Today;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Fullscreen = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Fullscreen;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderDivider = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderDivider;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderLayout = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderLayout;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderTitle = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderTitle;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Item = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Item;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Selected = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Selected;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Today = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_MaterialCalendar_Year_Today;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_NavigationView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_NavigationView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_PopupMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_PopupMenu_ContextMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_ContextMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_PopupMenu_ListPopupWindow = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_ListPopupWindow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_PopupMenu_Overflow = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_PopupMenu_Overflow;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_ShapeableImageView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_ShapeableImageView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Slider = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Slider;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Snackbar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Snackbar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Snackbar_FullWidth = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Snackbar_FullWidth;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Snackbar_TextView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Snackbar_TextView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TabLayout = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TabLayout;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TabLayout_Colored = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TabLayout_Colored;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TabLayout_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TabLayout_PrimarySurface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_TextView = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_TextView;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Toolbar = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Toolbar;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Toolbar_Primary = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_Primary;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Toolbar_PrimarySurface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_PrimarySurface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Toolbar_Surface = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Toolbar_Surface;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_MaterialComponents_Tooltip = global::DotnetPush.Droid.Resource.Style.Widget_MaterialComponents_Tooltip;
- global::Xamarin.Forms.Platform.Resource.Style.Widget_Support_CoordinatorLayout = global::DotnetPush.Droid.Resource.Style.Widget_Support_CoordinatorLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar = global::DotnetPush.Droid.Resource.Styleable.ActionBar;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBarLayout = global::DotnetPush.Droid.Resource.Styleable.ActionBarLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBarLayout_android_layout_gravity = global::DotnetPush.Droid.Resource.Styleable.ActionBarLayout_android_layout_gravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_background = global::DotnetPush.Droid.Resource.Styleable.ActionBar_background;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_backgroundSplit = global::DotnetPush.Droid.Resource.Styleable.ActionBar_backgroundSplit;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_backgroundStacked = global::DotnetPush.Droid.Resource.Styleable.ActionBar_backgroundStacked;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetEnd = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetEndWithActions = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetEndWithActions;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetLeft = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetRight = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetStart = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_contentInsetStartWithNavigation = global::DotnetPush.Droid.Resource.Styleable.ActionBar_contentInsetStartWithNavigation;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_customNavigationLayout = global::DotnetPush.Droid.Resource.Styleable.ActionBar_customNavigationLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_displayOptions = global::DotnetPush.Droid.Resource.Styleable.ActionBar_displayOptions;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_divider = global::DotnetPush.Droid.Resource.Styleable.ActionBar_divider;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_elevation = global::DotnetPush.Droid.Resource.Styleable.ActionBar_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_height = global::DotnetPush.Droid.Resource.Styleable.ActionBar_height;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_hideOnContentScroll = global::DotnetPush.Droid.Resource.Styleable.ActionBar_hideOnContentScroll;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_homeAsUpIndicator = global::DotnetPush.Droid.Resource.Styleable.ActionBar_homeAsUpIndicator;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_homeLayout = global::DotnetPush.Droid.Resource.Styleable.ActionBar_homeLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_icon = global::DotnetPush.Droid.Resource.Styleable.ActionBar_icon;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_indeterminateProgressStyle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_indeterminateProgressStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_itemPadding = global::DotnetPush.Droid.Resource.Styleable.ActionBar_itemPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_logo = global::DotnetPush.Droid.Resource.Styleable.ActionBar_logo;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_navigationMode = global::DotnetPush.Droid.Resource.Styleable.ActionBar_navigationMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_popupTheme = global::DotnetPush.Droid.Resource.Styleable.ActionBar_popupTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_progressBarPadding = global::DotnetPush.Droid.Resource.Styleable.ActionBar_progressBarPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_progressBarStyle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_progressBarStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_subtitle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_subtitle;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_subtitleTextStyle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_subtitleTextStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_title = global::DotnetPush.Droid.Resource.Styleable.ActionBar_title;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionBar_titleTextStyle = global::DotnetPush.Droid.Resource.Styleable.ActionBar_titleTextStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMenuItemView = global::DotnetPush.Droid.Resource.Styleable.ActionMenuItemView;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMenuItemView_android_minWidth = global::DotnetPush.Droid.Resource.Styleable.ActionMenuItemView_android_minWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMenuView = global::DotnetPush.Droid.Resource.Styleable.ActionMenuView;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode = global::DotnetPush.Droid.Resource.Styleable.ActionMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_background = global::DotnetPush.Droid.Resource.Styleable.ActionMode_background;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_backgroundSplit = global::DotnetPush.Droid.Resource.Styleable.ActionMode_backgroundSplit;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_closeItemLayout = global::DotnetPush.Droid.Resource.Styleable.ActionMode_closeItemLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_height = global::DotnetPush.Droid.Resource.Styleable.ActionMode_height;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_subtitleTextStyle = global::DotnetPush.Droid.Resource.Styleable.ActionMode_subtitleTextStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActionMode_titleTextStyle = global::DotnetPush.Droid.Resource.Styleable.ActionMode_titleTextStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActivityChooserView = global::DotnetPush.Droid.Resource.Styleable.ActivityChooserView;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable = global::DotnetPush.Droid.Resource.Styleable.ActivityChooserView_expandActivityOverflowButtonDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.ActivityChooserView_initialActivityCount = global::DotnetPush.Droid.Resource.Styleable.ActivityChooserView_initialActivityCount;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog = global::DotnetPush.Droid.Resource.Styleable.AlertDialog;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_android_layout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_android_layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_buttonIconDimen = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_buttonIconDimen;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_buttonPanelSideLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_buttonPanelSideLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_listItemLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_listItemLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_listLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_listLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_multiChoiceItemLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_multiChoiceItemLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_showTitle = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_showTitle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AlertDialog_singleChoiceItemLayout = global::DotnetPush.Droid.Resource.Styleable.AlertDialog_singleChoiceItemLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_constantSize = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_constantSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_dither = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_dither;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_enterFadeDuration = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_enterFadeDuration;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_exitFadeDuration = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_exitFadeDuration;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_variablePadding = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_variablePadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableCompat_android_visible = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableCompat_android_visible;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableItem = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableItem_android_drawable = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableItem_android_drawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableItem_android_id = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableItem_android_id;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition_android_drawable = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_drawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition_android_fromId = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_fromId;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_reversible;
- global::Xamarin.Forms.Platform.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId = global::DotnetPush.Droid.Resource.Styleable.AnimatedStateListDrawableTransition_android_toId;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates_state_collapsed = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsed;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates_state_collapsible = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates_state_collapsible;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates_state_liftable = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates_state_liftable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayoutStates_state_lifted = global::DotnetPush.Droid.Resource.Styleable.AppBarLayoutStates_state_lifted;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_android_background = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_android_background;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_android_keyboardNavigationCluster;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_android_touchscreenBlocksFocus;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_elevation = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_expanded = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_expanded;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_Layout = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_Layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollFlags;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_Layout_layout_scrollInterpolator;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_liftOnScroll = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_liftOnScroll;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_liftOnScrollTargetViewId = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_liftOnScrollTargetViewId;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppBarLayout_statusBarForeground = global::DotnetPush.Droid.Resource.Styleable.AppBarLayout_statusBarForeground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView_android_src = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView_android_src;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView_srcCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView_srcCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView_tint = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView_tint;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatImageView_tintMode = global::DotnetPush.Droid.Resource.Styleable.AppCompatImageView_tintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar_android_thumb = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar_android_thumb;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar_tickMark = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar_tickMark;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar_tickMarkTint = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar_tickMarkTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatSeekBar_tickMarkTintMode = global::DotnetPush.Droid.Resource.Styleable.AppCompatSeekBar_tickMarkTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableBottom = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableEnd = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableLeft = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableRight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableStart = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_drawableTop = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_drawableTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextHelper_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextHelper_android_textAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_android_textAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizeMaxTextSize = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizeMaxTextSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizeMinTextSize = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizeMinTextSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizePresetSizes = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizePresetSizes;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizeStepGranularity = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizeStepGranularity;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_autoSizeTextType = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_autoSizeTextType;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableBottomCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableBottomCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableEndCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableEndCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableLeftCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableLeftCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableRightCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableRightCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableStartCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableStartCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableTint = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableTintMode = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_drawableTopCompat = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_drawableTopCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_firstBaselineToTopHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_firstBaselineToTopHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_fontFamily = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_fontFamily;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_fontVariationSettings;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_lastBaselineToBottomHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_lastBaselineToBottomHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_lineHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_lineHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_textAllCaps = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_textAllCaps;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTextView_textLocale = global::DotnetPush.Droid.Resource.Styleable.AppCompatTextView_textLocale;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarDivider = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarDivider;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarItemBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarItemBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarPopupTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarPopupTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarSize = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarSplitStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarSplitStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarTabBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarTabBarStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarTabStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarTabStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarTabTextStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarTabTextStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionBarWidgetTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionBarWidgetTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionDropDownStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionDropDownStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionMenuTextAppearance = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionMenuTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionMenuTextColor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionMenuTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCloseButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCloseDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeCloseDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCopyDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeCopyDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeCutDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeCutDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeFindDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeFindDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModePasteDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModePasteDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModePopupWindowStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModePopupWindowStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeSelectAllDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeSelectAllDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeShareDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeShareDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeSplitBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeSplitBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionModeWebSearchDrawable = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionModeWebSearchDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionOverflowButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionOverflowButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_actionOverflowMenuStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_actionOverflowMenuStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_activityChooserViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_activityChooserViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_alertDialogButtonGroupStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_alertDialogButtonGroupStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_alertDialogCenterButtons = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_alertDialogCenterButtons;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_alertDialogStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_alertDialogStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_alertDialogTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_alertDialogTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_android_windowAnimationStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_android_windowAnimationStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_android_windowIsFloating = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_android_windowIsFloating;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_autoCompleteTextViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_autoCompleteTextViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_borderlessButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_borderlessButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarNegativeButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarNegativeButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarNeutralButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarNeutralButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarPositiveButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarPositiveButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonBarStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_buttonStyleSmall = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_buttonStyleSmall;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_checkboxStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_checkboxStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_checkedTextViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_checkedTextViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorAccent = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorAccent;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorBackgroundFloating = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorBackgroundFloating;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorButtonNormal = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorButtonNormal;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorControlActivated = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorControlActivated;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorControlHighlight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorControlHighlight;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorControlNormal = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorControlNormal;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorError = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorError;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorPrimary = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorPrimary;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorPrimaryDark = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorPrimaryDark;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_colorSwitchThumbNormal = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_colorSwitchThumbNormal;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_controlBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_controlBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dialogCornerRadius = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dialogCornerRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dialogPreferredPadding = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dialogPreferredPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dialogTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dialogTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dividerHorizontal = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dividerHorizontal;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dividerVertical = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dividerVertical;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dropdownListPreferredItemHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_dropDownListViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_dropDownListViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_editTextBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_editTextBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_editTextColor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_editTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_editTextStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_editTextStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_homeAsUpIndicator = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_homeAsUpIndicator;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_imageButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_imageButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listChoiceBackgroundIndicator = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listChoiceBackgroundIndicator;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listChoiceIndicatorMultipleAnimated = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listChoiceIndicatorMultipleAnimated;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listChoiceIndicatorSingleAnimated = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listChoiceIndicatorSingleAnimated;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listDividerAlertDialog = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listDividerAlertDialog;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listMenuViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listMenuViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPopupWindowStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPopupWindowStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemHeight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemHeightLarge = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeightLarge;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemHeightSmall = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemHeightSmall;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingEnd = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingLeft = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingRight = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingStart = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_listPreferredItemPaddingStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_panelBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_panelBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_panelMenuListTheme = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_panelMenuListTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_panelMenuListWidth = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_panelMenuListWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_popupMenuStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_popupMenuStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_popupWindowStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_popupWindowStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_radioButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_radioButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_ratingBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_ratingBarStyleIndicator = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyleIndicator;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_ratingBarStyleSmall = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_ratingBarStyleSmall;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_searchViewStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_searchViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_seekBarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_seekBarStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_selectableItemBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_selectableItemBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_selectableItemBackgroundBorderless = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_selectableItemBackgroundBorderless;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_spinnerDropDownItemStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_spinnerDropDownItemStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_spinnerStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_spinnerStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_switchStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_switchStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceLargePopupMenu = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceLargePopupMenu;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceListItem = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceListItemSecondary = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItemSecondary;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceListItemSmall = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceListItemSmall;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearancePopupMenuHeader = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearancePopupMenuHeader;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultSubtitle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultSubtitle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultTitle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSearchResultTitle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textAppearanceSmallPopupMenu = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textAppearanceSmallPopupMenu;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textColorAlertDialogListItem = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textColorAlertDialogListItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_textColorSearchUrl = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_textColorSearchUrl;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_toolbarNavigationButtonStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_toolbarNavigationButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_toolbarStyle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_toolbarStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_tooltipForegroundColor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_tooltipForegroundColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_tooltipFrameBackground = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_tooltipFrameBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_viewInflaterClass = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_viewInflaterClass;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowActionBar = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowActionBar;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowActionBarOverlay = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowActionBarOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowActionModeOverlay = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowActionModeOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowFixedHeightMajor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowFixedHeightMajor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowFixedHeightMinor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowFixedHeightMinor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowFixedWidthMajor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowFixedWidthMajor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowFixedWidthMinor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowFixedWidthMinor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowMinWidthMajor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowMinWidthMajor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowMinWidthMinor = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowMinWidthMinor;
- global::Xamarin.Forms.Platform.Resource.Styleable.AppCompatTheme_windowNoTitle = global::DotnetPush.Droid.Resource.Styleable.AppCompatTheme_windowNoTitle;
- global::Xamarin.Forms.Platform.Resource.Styleable.Badge = global::DotnetPush.Droid.Resource.Styleable.Badge;
- global::Xamarin.Forms.Platform.Resource.Styleable.Badge_backgroundColor = global::DotnetPush.Droid.Resource.Styleable.Badge_backgroundColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Badge_badgeGravity = global::DotnetPush.Droid.Resource.Styleable.Badge_badgeGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.Badge_badgeTextColor = global::DotnetPush.Droid.Resource.Styleable.Badge_badgeTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Badge_horizontalOffset = global::DotnetPush.Droid.Resource.Styleable.Badge_horizontalOffset;
- global::Xamarin.Forms.Platform.Resource.Styleable.Badge_maxCharacterCount = global::DotnetPush.Droid.Resource.Styleable.Badge_maxCharacterCount;
- global::Xamarin.Forms.Platform.Resource.Styleable.Badge_number = global::DotnetPush.Droid.Resource.Styleable.Badge_number;
- global::Xamarin.Forms.Platform.Resource.Styleable.Badge_verticalOffset = global::DotnetPush.Droid.Resource.Styleable.Badge_verticalOffset;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_elevation = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabAlignmentMode = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabAlignmentMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabAnimationMode = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabAnimationMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabCradleMargin = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabCradleMargin;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabCradleRoundedCornerRadius = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabCradleRoundedCornerRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_fabCradleVerticalOffset = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_fabCradleVerticalOffset;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_hideOnScroll = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_hideOnScroll;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_paddingBottomSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_paddingBottomSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_paddingLeftSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_paddingLeftSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomAppBar_paddingRightSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.BottomAppBar_paddingRightSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_elevation = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemBackground = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemHorizontalTranslationEnabled = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemHorizontalTranslationEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemIconSize = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemIconSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemIconTint = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemRippleColor = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemRippleColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemTextAppearanceActive = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemTextAppearanceActive;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemTextAppearanceInactive = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemTextAppearanceInactive;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_itemTextColor = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_itemTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_labelVisibilityMode = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_labelVisibilityMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomNavigationView_menu = global::DotnetPush.Droid.Resource.Styleable.BottomNavigationView_menu;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_android_elevation = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_android_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_draggable = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_draggable;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_expandedOffset = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_expandedOffset;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_fitToContents = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_fitToContents;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_halfExpandedRatio = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_halfExpandedRatio;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_hideable = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_hideable;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_peekHeight = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_peekHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_saveFlags = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_saveFlags;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_gestureInsetBottomIgnored = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_gestureInsetBottomIgnored;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.BottomSheetBehavior_Layout_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.ButtonBarLayout = global::DotnetPush.Droid.Resource.Styleable.ButtonBarLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ButtonBarLayout_allowStacking = global::DotnetPush.Droid.Resource.Styleable.ButtonBarLayout_allowStacking;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView = global::DotnetPush.Droid.Resource.Styleable.CardView;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_android_minHeight = global::DotnetPush.Droid.Resource.Styleable.CardView_android_minHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_android_minWidth = global::DotnetPush.Droid.Resource.Styleable.CardView_android_minWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardBackgroundColor = global::DotnetPush.Droid.Resource.Styleable.CardView_cardBackgroundColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardCornerRadius = global::DotnetPush.Droid.Resource.Styleable.CardView_cardCornerRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardElevation = global::DotnetPush.Droid.Resource.Styleable.CardView_cardElevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardMaxElevation = global::DotnetPush.Droid.Resource.Styleable.CardView_cardMaxElevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardPreventCornerOverlap = global::DotnetPush.Droid.Resource.Styleable.CardView_cardPreventCornerOverlap;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_cardUseCompatPadding = global::DotnetPush.Droid.Resource.Styleable.CardView_cardUseCompatPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPadding = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPaddingBottom = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPaddingBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPaddingLeft = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPaddingLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPaddingRight = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPaddingRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.CardView_contentPaddingTop = global::DotnetPush.Droid.Resource.Styleable.CardView_contentPaddingTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip = global::DotnetPush.Droid.Resource.Styleable.Chip;
- global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup = global::DotnetPush.Droid.Resource.Styleable.ChipGroup;
- global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_checkedChip = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_checkedChip;
- global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_chipSpacing = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_chipSpacing;
- global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_chipSpacingHorizontal = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_chipSpacingHorizontal;
- global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_chipSpacingVertical = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_chipSpacingVertical;
- global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_selectionRequired = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_selectionRequired;
- global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_singleLine = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_singleLine;
- global::Xamarin.Forms.Platform.Resource.Styleable.ChipGroup_singleSelection = global::DotnetPush.Droid.Resource.Styleable.ChipGroup_singleSelection;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_checkable = global::DotnetPush.Droid.Resource.Styleable.Chip_android_checkable;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_ellipsize = global::DotnetPush.Droid.Resource.Styleable.Chip_android_ellipsize;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_maxWidth = global::DotnetPush.Droid.Resource.Styleable.Chip_android_maxWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_text = global::DotnetPush.Droid.Resource.Styleable.Chip_android_text;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.Chip_android_textAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_android_textColor = global::DotnetPush.Droid.Resource.Styleable.Chip_android_textColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_checkedIcon = global::DotnetPush.Droid.Resource.Styleable.Chip_checkedIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_checkedIconEnabled = global::DotnetPush.Droid.Resource.Styleable.Chip_checkedIconEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_checkedIconTint = global::DotnetPush.Droid.Resource.Styleable.Chip_checkedIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_checkedIconVisible = global::DotnetPush.Droid.Resource.Styleable.Chip_checkedIconVisible;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipBackgroundColor = global::DotnetPush.Droid.Resource.Styleable.Chip_chipBackgroundColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipCornerRadius = global::DotnetPush.Droid.Resource.Styleable.Chip_chipCornerRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipEndPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_chipEndPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIcon = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIconEnabled = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIconEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIconSize = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIconSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIconTint = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipIconVisible = global::DotnetPush.Droid.Resource.Styleable.Chip_chipIconVisible;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipMinHeight = global::DotnetPush.Droid.Resource.Styleable.Chip_chipMinHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipMinTouchTargetSize = global::DotnetPush.Droid.Resource.Styleable.Chip_chipMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipStartPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_chipStartPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipStrokeColor = global::DotnetPush.Droid.Resource.Styleable.Chip_chipStrokeColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipStrokeWidth = global::DotnetPush.Droid.Resource.Styleable.Chip_chipStrokeWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_chipSurfaceColor = global::DotnetPush.Droid.Resource.Styleable.Chip_chipSurfaceColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIcon = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconEnabled = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconEndPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconEndPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconSize = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconStartPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconStartPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconTint = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_closeIconVisible = global::DotnetPush.Droid.Resource.Styleable.Chip_closeIconVisible;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_ensureMinTouchTargetSize = global::DotnetPush.Droid.Resource.Styleable.Chip_ensureMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_hideMotionSpec = global::DotnetPush.Droid.Resource.Styleable.Chip_hideMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_iconEndPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_iconEndPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_iconStartPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_iconStartPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_rippleColor = global::DotnetPush.Droid.Resource.Styleable.Chip_rippleColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.Chip_shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.Chip_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_showMotionSpec = global::DotnetPush.Droid.Resource.Styleable.Chip_showMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_textEndPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_textEndPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Chip_textStartPadding = global::DotnetPush.Droid.Resource.Styleable.Chip_textStartPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_collapsedTitleTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_contentScrim = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_contentScrim;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleGravity = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMargin = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMargin;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginBottom = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginEnd = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleMarginTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_expandedTitleTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_Layout = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_maxLines = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_maxLines;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimAnimationDuration;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_scrimVisibleHeightTrigger;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_statusBarScrim;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_title = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_title;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_titleEnabled = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_titleEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.CollapsingToolbarLayout_toolbarId = global::DotnetPush.Droid.Resource.Styleable.CollapsingToolbarLayout_toolbarId;
- global::Xamarin.Forms.Platform.Resource.Styleable.ColorStateListItem = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.ColorStateListItem_alpha = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_alpha;
- global::Xamarin.Forms.Platform.Resource.Styleable.ColorStateListItem_android_alpha = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_android_alpha;
- global::Xamarin.Forms.Platform.Resource.Styleable.ColorStateListItem_android_color = global::DotnetPush.Droid.Resource.Styleable.ColorStateListItem_android_color;
- global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton = global::DotnetPush.Droid.Resource.Styleable.CompoundButton;
- global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton_android_button = global::DotnetPush.Droid.Resource.Styleable.CompoundButton_android_button;
- global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton_buttonCompat = global::DotnetPush.Droid.Resource.Styleable.CompoundButton_buttonCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton_buttonTint = global::DotnetPush.Droid.Resource.Styleable.CompoundButton_buttonTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.CompoundButton_buttonTintMode = global::DotnetPush.Droid.Resource.Styleable.CompoundButton_buttonTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_keylines = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_keylines;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_android_layout_gravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchor;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_anchorGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_behavior;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_dodgeInsetEdges;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_insetEdge;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_Layout_layout_keyline;
- global::Xamarin.Forms.Platform.Resource.Styleable.CoordinatorLayout_statusBarBackground = global::DotnetPush.Droid.Resource.Styleable.CoordinatorLayout_statusBarBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_arrowHeadLength = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_arrowHeadLength;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_arrowShaftLength = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_arrowShaftLength;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_barLength = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_barLength;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_color = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_color;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_drawableSize = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_drawableSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_gapBetweenBars = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_gapBetweenBars;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_spinBars = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_spinBars;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerArrowToggle_thickness = global::DotnetPush.Droid.Resource.Styleable.DrawerArrowToggle_thickness;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerLayout = global::DotnetPush.Droid.Resource.Styleable.DrawerLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.DrawerLayout_elevation = global::DotnetPush.Droid.Resource.Styleable.DrawerLayout_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_elevation = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_extendMotionSpec = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_extendMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_hideMotionSpec = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_hideMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_showMotionSpec = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_showMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Styleable.ExtendedFloatingActionButton_shrinkMotionSpec = global::DotnetPush.Droid.Resource.Styleable.ExtendedFloatingActionButton_shrinkMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_android_enabled = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_android_enabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_backgroundTintMode = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_backgroundTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_Behavior_Layout = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_Behavior_Layout_behavior_autoHide;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_borderWidth = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_borderWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_elevation = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_ensureMinTouchTargetSize = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_ensureMinTouchTargetSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_fabCustomSize = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_fabCustomSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_fabSize = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_fabSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_hideMotionSpec = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_hideMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_hoveredFocusedTranslationZ = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_hoveredFocusedTranslationZ;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_maxImageSize = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_maxImageSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_pressedTranslationZ = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_pressedTranslationZ;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_rippleColor = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_rippleColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_showMotionSpec = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_showMotionSpec;
- global::Xamarin.Forms.Platform.Resource.Styleable.FloatingActionButton_useCompatPadding = global::DotnetPush.Droid.Resource.Styleable.FloatingActionButton_useCompatPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.FlowLayout = global::DotnetPush.Droid.Resource.Styleable.FlowLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.FlowLayout_itemSpacing = global::DotnetPush.Droid.Resource.Styleable.FlowLayout_itemSpacing;
- global::Xamarin.Forms.Platform.Resource.Styleable.FlowLayout_lineSpacing = global::DotnetPush.Droid.Resource.Styleable.FlowLayout_lineSpacing;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily = global::DotnetPush.Droid.Resource.Styleable.FontFamily;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_font = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_font;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_fontStyle = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontVariationSettings;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_fontWeight = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_fontWeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_android_ttcIndex = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_android_ttcIndex;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_font = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_font;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_fontStyle = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontVariationSettings;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_fontWeight = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_fontWeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamilyFont_ttcIndex = global::DotnetPush.Droid.Resource.Styleable.FontFamilyFont_ttcIndex;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderAuthority = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderAuthority;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderCerts = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderCerts;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderFetchStrategy = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderFetchStrategy;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderFetchTimeout = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderFetchTimeout;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderPackage = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderPackage;
- global::Xamarin.Forms.Platform.Resource.Styleable.FontFamily_fontProviderQuery = global::DotnetPush.Droid.Resource.Styleable.FontFamily_fontProviderQuery;
- global::Xamarin.Forms.Platform.Resource.Styleable.ForegroundLinearLayout = global::DotnetPush.Droid.Resource.Styleable.ForegroundLinearLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ForegroundLinearLayout_android_foreground = global::DotnetPush.Droid.Resource.Styleable.ForegroundLinearLayout_android_foreground;
- global::Xamarin.Forms.Platform.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity = global::DotnetPush.Droid.Resource.Styleable.ForegroundLinearLayout_android_foregroundGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding = global::DotnetPush.Droid.Resource.Styleable.ForegroundLinearLayout_foregroundInsidePadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Fragment = global::DotnetPush.Droid.Resource.Styleable.Fragment;
- global::Xamarin.Forms.Platform.Resource.Styleable.FragmentContainerView = global::DotnetPush.Droid.Resource.Styleable.FragmentContainerView;
- global::Xamarin.Forms.Platform.Resource.Styleable.FragmentContainerView_android_name = global::DotnetPush.Droid.Resource.Styleable.FragmentContainerView_android_name;
- global::Xamarin.Forms.Platform.Resource.Styleable.FragmentContainerView_android_tag = global::DotnetPush.Droid.Resource.Styleable.FragmentContainerView_android_tag;
- global::Xamarin.Forms.Platform.Resource.Styleable.Fragment_android_id = global::DotnetPush.Droid.Resource.Styleable.Fragment_android_id;
- global::Xamarin.Forms.Platform.Resource.Styleable.Fragment_android_name = global::DotnetPush.Droid.Resource.Styleable.Fragment_android_name;
- global::Xamarin.Forms.Platform.Resource.Styleable.Fragment_android_tag = global::DotnetPush.Droid.Resource.Styleable.Fragment_android_tag;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColorItem = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColorItem_android_color = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem_android_color;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColorItem_android_offset = global::DotnetPush.Droid.Resource.Styleable.GradientColorItem_android_offset;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_centerColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_centerX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerX;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_centerY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_centerY;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_endColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_endX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endX;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_endY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_endY;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_gradientRadius = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_gradientRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_startColor = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_startX = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startX;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_startY = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_startY;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_tileMode = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_tileMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.GradientColor_android_type = global::DotnetPush.Droid.Resource.Styleable.GradientColor_android_type;
- global::Xamarin.Forms.Platform.Resource.Styleable.Insets = global::DotnetPush.Droid.Resource.Styleable.Insets;
- global::Xamarin.Forms.Platform.Resource.Styleable.Insets_paddingBottomSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.Insets_paddingBottomSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Styleable.Insets_paddingLeftSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.Insets_paddingLeftSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Styleable.Insets_paddingRightSystemWindowInsets = global::DotnetPush.Droid.Resource.Styleable.Insets_paddingRightSystemWindowInsets;
- global::Xamarin.Forms.Platform.Resource.Styleable.ItemsViewRendererTheme = global::DotnetPush.Droid.Resource.Styleable.ItemsViewRendererTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.ItemsViewRendererTheme_collectionViewStyle = global::DotnetPush.Droid.Resource.Styleable.ItemsViewRendererTheme_collectionViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_baselineAligned = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAligned;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_baselineAlignedChildIndex;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_gravity = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_gravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_orientation = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_orientation;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_android_weightSum = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_android_weightSum;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_divider = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_divider;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_dividerPadding = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_dividerPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_gravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_height;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_weight;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_Layout_android_layout_width;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_measureWithLargestChild;
- global::Xamarin.Forms.Platform.Resource.Styleable.LinearLayoutCompat_showDividers = global::DotnetPush.Droid.Resource.Styleable.LinearLayoutCompat_showDividers;
- global::Xamarin.Forms.Platform.Resource.Styleable.ListPopupWindow = global::DotnetPush.Droid.Resource.Styleable.ListPopupWindow;
- global::Xamarin.Forms.Platform.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset = global::DotnetPush.Droid.Resource.Styleable.ListPopupWindow_android_dropDownHorizontalOffset;
- global::Xamarin.Forms.Platform.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset = global::DotnetPush.Droid.Resource.Styleable.ListPopupWindow_android_dropDownVerticalOffset;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTheme = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog_backgroundInsetBottom = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog_backgroundInsetEnd = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog_backgroundInsetStart = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAlertDialog_backgroundInsetTop = global::DotnetPush.Droid.Resource.Styleable.MaterialAlertDialog_backgroundInsetTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAutoCompleteTextView = global::DotnetPush.Droid.Resource.Styleable.MaterialAutoCompleteTextView;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialAutoCompleteTextView_android_inputType = global::DotnetPush.Droid.Resource.Styleable.MaterialAutoCompleteTextView_android_inputType;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton = global::DotnetPush.Droid.Resource.Styleable.MaterialButton;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButtonToggleGroup = global::DotnetPush.Droid.Resource.Styleable.MaterialButtonToggleGroup;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButtonToggleGroup_checkedButton = global::DotnetPush.Droid.Resource.Styleable.MaterialButtonToggleGroup_checkedButton;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButtonToggleGroup_selectionRequired = global::DotnetPush.Droid.Resource.Styleable.MaterialButtonToggleGroup_selectionRequired;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButtonToggleGroup_singleSelection = global::DotnetPush.Droid.Resource.Styleable.MaterialButtonToggleGroup_singleSelection;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_background = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_background;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_checkable = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_checkable;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_insetBottom = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_insetBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_insetLeft = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_insetLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_insetRight = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_insetRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_android_insetTop = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_android_insetTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_backgroundTintMode = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_backgroundTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_cornerRadius = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_cornerRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_elevation = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_icon = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_icon;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconGravity = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconPadding = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconSize = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconTint = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_iconTintMode = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_iconTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_rippleColor = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_rippleColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_strokeColor = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_strokeColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialButton_strokeWidth = global::DotnetPush.Droid.Resource.Styleable.MaterialButton_strokeWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_android_insetBottom = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_android_insetBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_android_insetLeft = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_android_insetLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_android_insetRight = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_android_insetRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_android_insetTop = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_android_insetTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemFillColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemFillColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemShapeAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemShapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemShapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemShapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemStrokeColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemStrokeColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemStrokeWidth = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemStrokeWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendarItem_itemTextColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendarItem_itemTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_android_windowFullscreen = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_android_windowFullscreen;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_dayInvalidStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_dayInvalidStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_daySelectedStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_daySelectedStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_dayStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_dayStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_dayTodayStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_dayTodayStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_rangeFillColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_rangeFillColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_yearSelectedStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_yearSelectedStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_yearStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_yearStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCalendar_yearTodayStyle = global::DotnetPush.Droid.Resource.Styleable.MaterialCalendar_yearTodayStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_android_checkable = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_android_checkable;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_cardForegroundColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_cardForegroundColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_checkedIcon = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_checkedIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_checkedIconTint = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_checkedIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_rippleColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_rippleColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_state_dragged = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_state_dragged;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_strokeColor = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_strokeColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCardView_strokeWidth = global::DotnetPush.Droid.Resource.Styleable.MaterialCardView_strokeWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCheckBox = global::DotnetPush.Droid.Resource.Styleable.MaterialCheckBox;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCheckBox_buttonTint = global::DotnetPush.Droid.Resource.Styleable.MaterialCheckBox_buttonTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialCheckBox_useMaterialThemeColors = global::DotnetPush.Droid.Resource.Styleable.MaterialCheckBox_useMaterialThemeColors;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialRadioButton = global::DotnetPush.Droid.Resource.Styleable.MaterialRadioButton;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialRadioButton_buttonTint = global::DotnetPush.Droid.Resource.Styleable.MaterialRadioButton_buttonTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialRadioButton_useMaterialThemeColors = global::DotnetPush.Droid.Resource.Styleable.MaterialRadioButton_useMaterialThemeColors;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialShape = global::DotnetPush.Droid.Resource.Styleable.MaterialShape;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialShape_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialShape_shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialShape_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.MaterialShape_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextAppearance_android_lineHeight = global::DotnetPush.Droid.Resource.Styleable.MaterialTextAppearance_android_lineHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextAppearance_lineHeight = global::DotnetPush.Droid.Resource.Styleable.MaterialTextAppearance_lineHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextView = global::DotnetPush.Droid.Resource.Styleable.MaterialTextView;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextView_android_lineHeight = global::DotnetPush.Droid.Resource.Styleable.MaterialTextView_android_lineHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextView_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.MaterialTextView_android_textAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.MaterialTextView_lineHeight = global::DotnetPush.Droid.Resource.Styleable.MaterialTextView_lineHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup = global::DotnetPush.Droid.Resource.Styleable.MenuGroup;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_checkableBehavior = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_checkableBehavior;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_enabled = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_enabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_id = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_id;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_menuCategory = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_menuCategory;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_orderInCategory = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_orderInCategory;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuGroup_android_visible = global::DotnetPush.Droid.Resource.Styleable.MenuGroup_android_visible;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem = global::DotnetPush.Droid.Resource.Styleable.MenuItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_actionLayout = global::DotnetPush.Droid.Resource.Styleable.MenuItem_actionLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_actionProviderClass = global::DotnetPush.Droid.Resource.Styleable.MenuItem_actionProviderClass;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_actionViewClass = global::DotnetPush.Droid.Resource.Styleable.MenuItem_actionViewClass;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_alphabeticModifiers = global::DotnetPush.Droid.Resource.Styleable.MenuItem_alphabeticModifiers;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_alphabeticShortcut = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_alphabeticShortcut;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_checkable = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_checkable;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_checked = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_checked;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_enabled = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_enabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_icon = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_icon;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_id = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_id;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_menuCategory = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_menuCategory;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_numericShortcut = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_numericShortcut;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_onClick = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_onClick;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_orderInCategory = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_orderInCategory;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_title = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_title;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_titleCondensed = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_titleCondensed;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_android_visible = global::DotnetPush.Droid.Resource.Styleable.MenuItem_android_visible;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_contentDescription = global::DotnetPush.Droid.Resource.Styleable.MenuItem_contentDescription;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_iconTint = global::DotnetPush.Droid.Resource.Styleable.MenuItem_iconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_iconTintMode = global::DotnetPush.Droid.Resource.Styleable.MenuItem_iconTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_numericModifiers = global::DotnetPush.Droid.Resource.Styleable.MenuItem_numericModifiers;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_showAsAction = global::DotnetPush.Droid.Resource.Styleable.MenuItem_showAsAction;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuItem_tooltipText = global::DotnetPush.Droid.Resource.Styleable.MenuItem_tooltipText;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView = global::DotnetPush.Droid.Resource.Styleable.MenuView;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_headerBackground = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_headerBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_horizontalDivider = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_horizontalDivider;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_itemBackground = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_itemBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_itemIconDisabledAlpha = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_itemIconDisabledAlpha;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_itemTextAppearance = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_itemTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_verticalDivider = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_verticalDivider;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_android_windowAnimationStyle = global::DotnetPush.Droid.Resource.Styleable.MenuView_android_windowAnimationStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_preserveIconSpacing = global::DotnetPush.Droid.Resource.Styleable.MenuView_preserveIconSpacing;
- global::Xamarin.Forms.Platform.Resource.Styleable.MenuView_subMenuArrow = global::DotnetPush.Droid.Resource.Styleable.MenuView_subMenuArrow;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView = global::DotnetPush.Droid.Resource.Styleable.NavigationView;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_android_background = global::DotnetPush.Droid.Resource.Styleable.NavigationView_android_background;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_android_fitsSystemWindows = global::DotnetPush.Droid.Resource.Styleable.NavigationView_android_fitsSystemWindows;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_android_maxWidth = global::DotnetPush.Droid.Resource.Styleable.NavigationView_android_maxWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_elevation = global::DotnetPush.Droid.Resource.Styleable.NavigationView_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_headerLayout = global::DotnetPush.Droid.Resource.Styleable.NavigationView_headerLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemBackground = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemHorizontalPadding = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemHorizontalPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemIconPadding = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemIconPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemIconSize = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemIconSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemIconTint = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemMaxLines = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemMaxLines;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeAppearance = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeFillColor = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeFillColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeInsetBottom = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeInsetBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeInsetEnd = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeInsetEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeInsetStart = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeInsetStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemShapeInsetTop = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemShapeInsetTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemTextAppearance = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_itemTextColor = global::DotnetPush.Droid.Resource.Styleable.NavigationView_itemTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.NavigationView_menu = global::DotnetPush.Droid.Resource.Styleable.NavigationView_menu;
- global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindow = global::DotnetPush.Droid.Resource.Styleable.PopupWindow;
- global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindowBackgroundState = global::DotnetPush.Droid.Resource.Styleable.PopupWindowBackgroundState;
- global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor = global::DotnetPush.Droid.Resource.Styleable.PopupWindowBackgroundState_state_above_anchor;
- global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindow_android_popupAnimationStyle = global::DotnetPush.Droid.Resource.Styleable.PopupWindow_android_popupAnimationStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindow_android_popupBackground = global::DotnetPush.Droid.Resource.Styleable.PopupWindow_android_popupBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.PopupWindow_overlapAnchor = global::DotnetPush.Droid.Resource.Styleable.PopupWindow_overlapAnchor;
- global::Xamarin.Forms.Platform.Resource.Styleable.RangeSlider = global::DotnetPush.Droid.Resource.Styleable.RangeSlider;
- global::Xamarin.Forms.Platform.Resource.Styleable.RangeSlider_values = global::DotnetPush.Droid.Resource.Styleable.RangeSlider_values;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecycleListView = global::DotnetPush.Droid.Resource.Styleable.RecycleListView;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecycleListView_paddingBottomNoButtons = global::DotnetPush.Droid.Resource.Styleable.RecycleListView_paddingBottomNoButtons;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecycleListView_paddingTopNoTitle = global::DotnetPush.Droid.Resource.Styleable.RecycleListView_paddingTopNoTitle;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView = global::DotnetPush.Droid.Resource.Styleable.RecyclerView;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_android_clipToPadding = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_android_clipToPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_android_descendantFocusability = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_android_descendantFocusability;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_android_orientation = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_android_orientation;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollEnabled = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollHorizontalThumbDrawable = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollHorizontalThumbDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollHorizontalTrackDrawable = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollHorizontalTrackDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollVerticalThumbDrawable = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollVerticalThumbDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_fastScrollVerticalTrackDrawable = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_fastScrollVerticalTrackDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_layoutManager = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_layoutManager;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_reverseLayout = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_reverseLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_spanCount = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_spanCount;
- global::Xamarin.Forms.Platform.Resource.Styleable.RecyclerView_stackFromEnd = global::DotnetPush.Droid.Resource.Styleable.RecyclerView_stackFromEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.ScrimInsetsFrameLayout = global::DotnetPush.Droid.Resource.Styleable.ScrimInsetsFrameLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ScrimInsetsFrameLayout_insetForeground = global::DotnetPush.Droid.Resource.Styleable.ScrimInsetsFrameLayout_insetForeground;
- global::Xamarin.Forms.Platform.Resource.Styleable.ScrollingViewBehavior_Layout = global::DotnetPush.Droid.Resource.Styleable.ScrollingViewBehavior_Layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.ScrollingViewBehavior_Layout_behavior_overlapTop = global::DotnetPush.Droid.Resource.Styleable.ScrollingViewBehavior_Layout_behavior_overlapTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.ScrollViewRendererTheme = global::DotnetPush.Droid.Resource.Styleable.ScrollViewRendererTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.ScrollViewRendererTheme_scrollViewStyle = global::DotnetPush.Droid.Resource.Styleable.ScrollViewRendererTheme_scrollViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView = global::DotnetPush.Droid.Resource.Styleable.SearchView;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_android_focusable = global::DotnetPush.Droid.Resource.Styleable.SearchView_android_focusable;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_android_imeOptions = global::DotnetPush.Droid.Resource.Styleable.SearchView_android_imeOptions;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_android_inputType = global::DotnetPush.Droid.Resource.Styleable.SearchView_android_inputType;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_android_maxWidth = global::DotnetPush.Droid.Resource.Styleable.SearchView_android_maxWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_closeIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_closeIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_commitIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_commitIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_defaultQueryHint = global::DotnetPush.Droid.Resource.Styleable.SearchView_defaultQueryHint;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_goIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_goIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_iconifiedByDefault = global::DotnetPush.Droid.Resource.Styleable.SearchView_iconifiedByDefault;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_layout = global::DotnetPush.Droid.Resource.Styleable.SearchView_layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_queryBackground = global::DotnetPush.Droid.Resource.Styleable.SearchView_queryBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_queryHint = global::DotnetPush.Droid.Resource.Styleable.SearchView_queryHint;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_searchHintIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_searchHintIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_searchIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_searchIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_submitBackground = global::DotnetPush.Droid.Resource.Styleable.SearchView_submitBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_suggestionRowLayout = global::DotnetPush.Droid.Resource.Styleable.SearchView_suggestionRowLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.SearchView_voiceIcon = global::DotnetPush.Droid.Resource.Styleable.SearchView_voiceIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView_shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_strokeColor = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView_strokeColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeableImageView_strokeWidth = global::DotnetPush.Droid.Resource.Styleable.ShapeableImageView_strokeWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamily = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamily;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamilyBottomLeft = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyBottomLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamilyBottomRight = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyBottomRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamilyTopLeft = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyTopLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerFamilyTopRight = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerFamilyTopRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSize = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSizeBottomLeft = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSizeBottomLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSizeBottomRight = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSizeBottomRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSizeTopLeft = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSizeTopLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.ShapeAppearance_cornerSizeTopRight = global::DotnetPush.Droid.Resource.Styleable.ShapeAppearance_cornerSizeTopRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider = global::DotnetPush.Droid.Resource.Styleable.Slider;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_enabled = global::DotnetPush.Droid.Resource.Styleable.Slider_android_enabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_stepSize = global::DotnetPush.Droid.Resource.Styleable.Slider_android_stepSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_value = global::DotnetPush.Droid.Resource.Styleable.Slider_android_value;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_valueFrom = global::DotnetPush.Droid.Resource.Styleable.Slider_android_valueFrom;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_android_valueTo = global::DotnetPush.Droid.Resource.Styleable.Slider_android_valueTo;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_haloColor = global::DotnetPush.Droid.Resource.Styleable.Slider_haloColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_haloRadius = global::DotnetPush.Droid.Resource.Styleable.Slider_haloRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_labelBehavior = global::DotnetPush.Droid.Resource.Styleable.Slider_labelBehavior;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_labelStyle = global::DotnetPush.Droid.Resource.Styleable.Slider_labelStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_thumbColor = global::DotnetPush.Droid.Resource.Styleable.Slider_thumbColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_thumbElevation = global::DotnetPush.Droid.Resource.Styleable.Slider_thumbElevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_thumbRadius = global::DotnetPush.Droid.Resource.Styleable.Slider_thumbRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_tickColor = global::DotnetPush.Droid.Resource.Styleable.Slider_tickColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_tickColorActive = global::DotnetPush.Droid.Resource.Styleable.Slider_tickColorActive;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_tickColorInactive = global::DotnetPush.Droid.Resource.Styleable.Slider_tickColorInactive;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_trackColor = global::DotnetPush.Droid.Resource.Styleable.Slider_trackColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_trackColorActive = global::DotnetPush.Droid.Resource.Styleable.Slider_trackColorActive;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_trackColorInactive = global::DotnetPush.Droid.Resource.Styleable.Slider_trackColorInactive;
- global::Xamarin.Forms.Platform.Resource.Styleable.Slider_trackHeight = global::DotnetPush.Droid.Resource.Styleable.Slider_trackHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.Snackbar = global::DotnetPush.Droid.Resource.Styleable.Snackbar;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_actionTextColorAlpha = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_actionTextColorAlpha;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_android_maxWidth = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_android_maxWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_animationMode = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_animationMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_backgroundOverlayColorAlpha = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_backgroundOverlayColorAlpha;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_backgroundTintMode = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_backgroundTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_elevation = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_elevation;
- global::Xamarin.Forms.Platform.Resource.Styleable.SnackbarLayout_maxActionInlineWidth = global::DotnetPush.Droid.Resource.Styleable.SnackbarLayout_maxActionInlineWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.Snackbar_snackbarButtonStyle = global::DotnetPush.Droid.Resource.Styleable.Snackbar_snackbarButtonStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.Snackbar_snackbarStyle = global::DotnetPush.Droid.Resource.Styleable.Snackbar_snackbarStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.Snackbar_snackbarTextViewStyle = global::DotnetPush.Droid.Resource.Styleable.Snackbar_snackbarTextViewStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.Spinner = global::DotnetPush.Droid.Resource.Styleable.Spinner;
- global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_android_dropDownWidth = global::DotnetPush.Droid.Resource.Styleable.Spinner_android_dropDownWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_android_entries = global::DotnetPush.Droid.Resource.Styleable.Spinner_android_entries;
- global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_android_popupBackground = global::DotnetPush.Droid.Resource.Styleable.Spinner_android_popupBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_android_prompt = global::DotnetPush.Droid.Resource.Styleable.Spinner_android_prompt;
- global::Xamarin.Forms.Platform.Resource.Styleable.Spinner_popupTheme = global::DotnetPush.Droid.Resource.Styleable.Spinner_popupTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawableItem = global::DotnetPush.Droid.Resource.Styleable.StateListDrawableItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawableItem_android_drawable = global::DotnetPush.Droid.Resource.Styleable.StateListDrawableItem_android_drawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_constantSize = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_constantSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_dither = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_dither;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_enterFadeDuration = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_enterFadeDuration;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_exitFadeDuration = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_exitFadeDuration;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_variablePadding = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_variablePadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.StateListDrawable_android_visible = global::DotnetPush.Droid.Resource.Styleable.StateListDrawable_android_visible;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwipeRefreshLayout = global::DotnetPush.Droid.Resource.Styleable.SwipeRefreshLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = global::DotnetPush.Droid.Resource.Styleable.SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_android_textOff = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_android_textOff;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_android_textOn = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_android_textOn;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_android_thumb = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_android_thumb;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_showText = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_showText;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_splitTrack = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_splitTrack;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_switchMinWidth = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_switchMinWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_switchPadding = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_switchPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_switchTextAppearance = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_switchTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_thumbTextPadding = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_thumbTextPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_thumbTint = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_thumbTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_thumbTintMode = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_thumbTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_track = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_track;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_trackTint = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_trackTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchCompat_trackTintMode = global::DotnetPush.Droid.Resource.Styleable.SwitchCompat_trackTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchMaterial = global::DotnetPush.Droid.Resource.Styleable.SwitchMaterial;
- global::Xamarin.Forms.Platform.Resource.Styleable.SwitchMaterial_useMaterialThemeColors = global::DotnetPush.Droid.Resource.Styleable.SwitchMaterial_useMaterialThemeColors;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabItem = global::DotnetPush.Droid.Resource.Styleable.TabItem;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabItem_android_icon = global::DotnetPush.Droid.Resource.Styleable.TabItem_android_icon;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabItem_android_layout = global::DotnetPush.Droid.Resource.Styleable.TabItem_android_layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabItem_android_text = global::DotnetPush.Droid.Resource.Styleable.TabItem_android_text;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout = global::DotnetPush.Droid.Resource.Styleable.TabLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabBackground = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabBackground;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabContentStart = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabContentStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabGravity = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIconTint = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIconTintMode = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIconTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicator = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicator;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorAnimationDuration = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorAnimationDuration;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorColor = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorFullWidth = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorFullWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorGravity = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabIndicatorHeight = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabIndicatorHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabInlineLabel = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabInlineLabel;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabMaxWidth = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabMaxWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabMinWidth = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabMinWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabMode = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPadding = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPadding;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPaddingBottom = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPaddingBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPaddingEnd = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPaddingEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPaddingStart = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPaddingStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabPaddingTop = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabPaddingTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabRippleColor = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabRippleColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabSelectedTextColor = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabSelectedTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabTextColor = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TabLayout_tabUnboundedRipple = global::DotnetPush.Droid.Resource.Styleable.TabLayout_tabUnboundedRipple;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_fontFamily = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_fontFamily;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_shadowColor = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_shadowColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_shadowDx = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_shadowDx;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_shadowDy = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_shadowDy;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_shadowRadius = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_shadowRadius;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textColor = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textColorHint = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textColorHint;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textColorLink = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textColorLink;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textFontWeight = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textFontWeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textSize = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textSize;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_textStyle = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_textStyle;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_android_typeface = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_android_typeface;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_fontFamily = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_fontFamily;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_fontVariationSettings = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_fontVariationSettings;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_textAllCaps = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_textAllCaps;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextAppearance_textLocale = global::DotnetPush.Droid.Resource.Styleable.TextAppearance_textLocale;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputEditText = global::DotnetPush.Droid.Resource.Styleable.TextInputEditText;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputEditText_textInputLayoutFocusedRectEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputEditText_textInputLayoutFocusedRectEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_android_enabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_android_enabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_android_hint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_android_hint;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_android_textColorHint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_android_textColorHint;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxBackgroundColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxBackgroundColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxBackgroundMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxBackgroundMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCollapsedPaddingTop = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCollapsedPaddingTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomEnd = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomStart = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusBottomStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCornerRadiusTopEnd = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusTopEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxCornerRadiusTopStart = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxCornerRadiusTopStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxStrokeColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxStrokeColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxStrokeErrorColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxStrokeErrorColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxStrokeWidth = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxStrokeWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_boxStrokeWidthFocused = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_boxStrokeWidthFocused;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterMaxLength = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterMaxLength;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterOverflowTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterOverflowTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterOverflowTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterOverflowTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_counterTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_counterTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconCheckable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconCheckable;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconContentDescription = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconContentDescription;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconDrawable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconTint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_endIconTintMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_endIconTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorContentDescription = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorContentDescription;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorIconDrawable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorIconDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorIconTint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorIconTintMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorIconTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_errorTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_errorTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_helperText = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_helperText;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_helperTextEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_helperTextEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_helperTextTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_helperTextTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_helperTextTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_helperTextTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_hintAnimationEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_hintAnimationEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_hintEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_hintEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_hintTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_hintTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_hintTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_hintTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleContentDescription = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleContentDescription;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleDrawable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleEnabled = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleEnabled;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleTint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_passwordToggleTintMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_passwordToggleTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_placeholderText = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_placeholderText;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_placeholderTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_placeholderTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_placeholderTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_placeholderTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_prefixText = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_prefixText;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_prefixTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_prefixTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_prefixTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_prefixTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_shapeAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_shapeAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_shapeAppearanceOverlay = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_shapeAppearanceOverlay;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconCheckable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconCheckable;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconContentDescription = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconContentDescription;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconDrawable = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconDrawable;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconTint = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_startIconTintMode = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_startIconTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_suffixText = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_suffixText;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_suffixTextAppearance = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_suffixTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.TextInputLayout_suffixTextColor = global::DotnetPush.Droid.Resource.Styleable.TextInputLayout_suffixTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.ThemeEnforcement = global::DotnetPush.Droid.Resource.Styleable.ThemeEnforcement;
- global::Xamarin.Forms.Platform.Resource.Styleable.ThemeEnforcement_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.ThemeEnforcement_android_textAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.ThemeEnforcement_enforceMaterialTheme = global::DotnetPush.Droid.Resource.Styleable.ThemeEnforcement_enforceMaterialTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.ThemeEnforcement_enforceTextAppearance = global::DotnetPush.Droid.Resource.Styleable.ThemeEnforcement_enforceTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar = global::DotnetPush.Droid.Resource.Styleable.Toolbar;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_android_gravity = global::DotnetPush.Droid.Resource.Styleable.Toolbar_android_gravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_android_minHeight = global::DotnetPush.Droid.Resource.Styleable.Toolbar_android_minHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_buttonGravity = global::DotnetPush.Droid.Resource.Styleable.Toolbar_buttonGravity;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_collapseContentDescription = global::DotnetPush.Droid.Resource.Styleable.Toolbar_collapseContentDescription;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_collapseIcon = global::DotnetPush.Droid.Resource.Styleable.Toolbar_collapseIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetEnd = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetEndWithActions = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetEndWithActions;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetLeft = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetLeft;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetRight = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetRight;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetStart = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_contentInsetStartWithNavigation = global::DotnetPush.Droid.Resource.Styleable.Toolbar_contentInsetStartWithNavigation;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_logo = global::DotnetPush.Droid.Resource.Styleable.Toolbar_logo;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_logoDescription = global::DotnetPush.Droid.Resource.Styleable.Toolbar_logoDescription;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_maxButtonHeight = global::DotnetPush.Droid.Resource.Styleable.Toolbar_maxButtonHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_menu = global::DotnetPush.Droid.Resource.Styleable.Toolbar_menu;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_navigationContentDescription = global::DotnetPush.Droid.Resource.Styleable.Toolbar_navigationContentDescription;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_navigationIcon = global::DotnetPush.Droid.Resource.Styleable.Toolbar_navigationIcon;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_popupTheme = global::DotnetPush.Droid.Resource.Styleable.Toolbar_popupTheme;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_subtitle = global::DotnetPush.Droid.Resource.Styleable.Toolbar_subtitle;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_subtitleTextAppearance = global::DotnetPush.Droid.Resource.Styleable.Toolbar_subtitleTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_subtitleTextColor = global::DotnetPush.Droid.Resource.Styleable.Toolbar_subtitleTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_title = global::DotnetPush.Droid.Resource.Styleable.Toolbar_title;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMargin = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMargin;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMarginBottom = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMarginBottom;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMarginEnd = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMarginEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMargins = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMargins;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMarginStart = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMarginStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleMarginTop = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleMarginTop;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleTextAppearance = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleTextAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.Toolbar_titleTextColor = global::DotnetPush.Droid.Resource.Styleable.Toolbar_titleTextColor;
- global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip = global::DotnetPush.Droid.Resource.Styleable.Tooltip;
- global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_layout_margin = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_layout_margin;
- global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_minHeight = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_minHeight;
- global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_minWidth = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_minWidth;
- global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_padding = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_padding;
- global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_text = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_text;
- global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_android_textAppearance = global::DotnetPush.Droid.Resource.Styleable.Tooltip_android_textAppearance;
- global::Xamarin.Forms.Platform.Resource.Styleable.Tooltip_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.Tooltip_backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.View = global::DotnetPush.Droid.Resource.Styleable.View;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewBackgroundHelper = global::DotnetPush.Droid.Resource.Styleable.ViewBackgroundHelper;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewBackgroundHelper_android_background = global::DotnetPush.Droid.Resource.Styleable.ViewBackgroundHelper_android_background;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewBackgroundHelper_backgroundTint = global::DotnetPush.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTint;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewBackgroundHelper_backgroundTintMode = global::DotnetPush.Droid.Resource.Styleable.ViewBackgroundHelper_backgroundTintMode;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewPager2 = global::DotnetPush.Droid.Resource.Styleable.ViewPager2;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewPager2_android_orientation = global::DotnetPush.Droid.Resource.Styleable.ViewPager2_android_orientation;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewStubCompat = global::DotnetPush.Droid.Resource.Styleable.ViewStubCompat;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewStubCompat_android_id = global::DotnetPush.Droid.Resource.Styleable.ViewStubCompat_android_id;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewStubCompat_android_inflatedId = global::DotnetPush.Droid.Resource.Styleable.ViewStubCompat_android_inflatedId;
- global::Xamarin.Forms.Platform.Resource.Styleable.ViewStubCompat_android_layout = global::DotnetPush.Droid.Resource.Styleable.ViewStubCompat_android_layout;
- global::Xamarin.Forms.Platform.Resource.Styleable.View_android_focusable = global::DotnetPush.Droid.Resource.Styleable.View_android_focusable;
- global::Xamarin.Forms.Platform.Resource.Styleable.View_android_theme = global::DotnetPush.Droid.Resource.Styleable.View_android_theme;
- global::Xamarin.Forms.Platform.Resource.Styleable.View_paddingEnd = global::DotnetPush.Droid.Resource.Styleable.View_paddingEnd;
- global::Xamarin.Forms.Platform.Resource.Styleable.View_paddingStart = global::DotnetPush.Droid.Resource.Styleable.View_paddingStart;
- global::Xamarin.Forms.Platform.Resource.Styleable.View_theme = global::DotnetPush.Droid.Resource.Styleable.View_theme;
- global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge = global::DotnetPush.Droid.Resource.Xml.standalone_badge;
- global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge_gravity_bottom_end = global::DotnetPush.Droid.Resource.Xml.standalone_badge_gravity_bottom_end;
- global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge_gravity_bottom_start = global::DotnetPush.Droid.Resource.Xml.standalone_badge_gravity_bottom_start;
- global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge_gravity_top_start = global::DotnetPush.Droid.Resource.Xml.standalone_badge_gravity_top_start;
- global::Xamarin.Forms.Platform.Resource.Xml.standalone_badge_offset = global::DotnetPush.Droid.Resource.Xml.standalone_badge_offset;
- }
-
- public partial class Animation
- {
-
- // aapt resource value: 0x7F010000
- public const int abc_fade_in = 2130771968;
-
- // aapt resource value: 0x7F010001
- public const int abc_fade_out = 2130771969;
-
- // aapt resource value: 0x7F010002
- public const int abc_grow_fade_in_from_bottom = 2130771970;
-
- // aapt resource value: 0x7F010003
- public const int abc_popup_enter = 2130771971;
-
- // aapt resource value: 0x7F010004
- public const int abc_popup_exit = 2130771972;
-
- // aapt resource value: 0x7F010005
- public const int abc_shrink_fade_out_from_bottom = 2130771973;
-
- // aapt resource value: 0x7F010006
- public const int abc_slide_in_bottom = 2130771974;
-
- // aapt resource value: 0x7F010007
- public const int abc_slide_in_top = 2130771975;
-
- // aapt resource value: 0x7F010008
- public const int abc_slide_out_bottom = 2130771976;
-
- // aapt resource value: 0x7F010009
- public const int abc_slide_out_top = 2130771977;
-
- // aapt resource value: 0x7F01000A
- public const int abc_tooltip_enter = 2130771978;
-
- // aapt resource value: 0x7F01000B
- public const int abc_tooltip_exit = 2130771979;
-
- // aapt resource value: 0x7F01000C
- public const int btn_checkbox_to_checked_box_inner_merged_animation = 2130771980;
-
- // aapt resource value: 0x7F01000D
- public const int btn_checkbox_to_checked_box_outer_merged_animation = 2130771981;
-
- // aapt resource value: 0x7F01000E
- public const int btn_checkbox_to_checked_icon_null_animation = 2130771982;
-
- // aapt resource value: 0x7F01000F
- public const int btn_checkbox_to_unchecked_box_inner_merged_animation = 2130771983;
-
- // aapt resource value: 0x7F010010
- public const int btn_checkbox_to_unchecked_check_path_merged_animation = 2130771984;
-
- // aapt resource value: 0x7F010011
- public const int btn_checkbox_to_unchecked_icon_null_animation = 2130771985;
-
- // aapt resource value: 0x7F010012
- public const int btn_radio_to_off_mtrl_dot_group_animation = 2130771986;
-
- // aapt resource value: 0x7F010013
- public const int btn_radio_to_off_mtrl_ring_outer_animation = 2130771987;
-
- // aapt resource value: 0x7F010014
- public const int btn_radio_to_off_mtrl_ring_outer_path_animation = 2130771988;
-
- // aapt resource value: 0x7F010015
- public const int btn_radio_to_on_mtrl_dot_group_animation = 2130771989;
-
- // aapt resource value: 0x7F010016
- public const int btn_radio_to_on_mtrl_ring_outer_animation = 2130771990;
-
- // aapt resource value: 0x7F010017
- public const int btn_radio_to_on_mtrl_ring_outer_path_animation = 2130771991;
-
- // aapt resource value: 0x7F010018
- public const int design_bottom_sheet_slide_in = 2130771992;
-
- // aapt resource value: 0x7F010019
- public const int design_bottom_sheet_slide_out = 2130771993;
-
- // aapt resource value: 0x7F01001A
- public const int design_snackbar_in = 2130771994;
-
- // aapt resource value: 0x7F01001B
- public const int design_snackbar_out = 2130771995;
-
- // aapt resource value: 0x7F01001C
- public const int EnterFromLeft = 2130771996;
-
- // aapt resource value: 0x7F01001D
- public const int EnterFromRight = 2130771997;
-
- // aapt resource value: 0x7F01001E
- public const int ExitToLeft = 2130771998;
-
- // aapt resource value: 0x7F01001F
- public const int ExitToRight = 2130771999;
-
- // aapt resource value: 0x7F010020
- public const int fragment_close_enter = 2130772000;
-
- // aapt resource value: 0x7F010021
- public const int fragment_close_exit = 2130772001;
-
- // aapt resource value: 0x7F010022
- public const int fragment_fade_enter = 2130772002;
-
- // aapt resource value: 0x7F010023
- public const int fragment_fade_exit = 2130772003;
-
- // aapt resource value: 0x7F010024
- public const int fragment_fast_out_extra_slow_in = 2130772004;
-
- // aapt resource value: 0x7F010025
- public const int fragment_open_enter = 2130772005;
-
- // aapt resource value: 0x7F010026
- public const int fragment_open_exit = 2130772006;
-
- // aapt resource value: 0x7F010027
- public const int mtrl_bottom_sheet_slide_in = 2130772007;
-
- // aapt resource value: 0x7F010028
- public const int mtrl_bottom_sheet_slide_out = 2130772008;
-
- // aapt resource value: 0x7F010029
- public const int mtrl_card_lowers_interpolator = 2130772009;
-
- static Animation()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Animation()
- {
- }
- }
-
- public partial class Animator
- {
-
- // aapt resource value: 0x7F020000
- public const int design_appbar_state_list_animator = 2130837504;
-
- // aapt resource value: 0x7F020001
- public const int design_fab_hide_motion_spec = 2130837505;
-
- // aapt resource value: 0x7F020002
- public const int design_fab_show_motion_spec = 2130837506;
-
- // aapt resource value: 0x7F020003
- public const int mtrl_btn_state_list_anim = 2130837507;
-
- // aapt resource value: 0x7F020004
- public const int mtrl_btn_unelevated_state_list_anim = 2130837508;
-
- // aapt resource value: 0x7F020005
- public const int mtrl_card_state_list_anim = 2130837509;
-
- // aapt resource value: 0x7F020006
- public const int mtrl_chip_state_list_anim = 2130837510;
-
- // aapt resource value: 0x7F020007
- public const int mtrl_extended_fab_change_size_motion_spec = 2130837511;
-
- // aapt resource value: 0x7F020008
- public const int mtrl_extended_fab_hide_motion_spec = 2130837512;
-
- // aapt resource value: 0x7F020009
- public const int mtrl_extended_fab_show_motion_spec = 2130837513;
-
- // aapt resource value: 0x7F02000A
- public const int mtrl_extended_fab_state_list_animator = 2130837514;
-
- // aapt resource value: 0x7F02000B
- public const int mtrl_fab_hide_motion_spec = 2130837515;
-
- // aapt resource value: 0x7F02000C
- public const int mtrl_fab_show_motion_spec = 2130837516;
-
- // aapt resource value: 0x7F02000D
- public const int mtrl_fab_transformation_sheet_collapse_spec = 2130837517;
-
- // aapt resource value: 0x7F02000E
- public const int mtrl_fab_transformation_sheet_expand_spec = 2130837518;
-
- static Animator()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Animator()
- {
- }
- }
-
- public partial class Attribute
- {
-
- // aapt resource value: 0x7F030000
- public const int actionBarDivider = 2130903040;
-
- // aapt resource value: 0x7F030001
- public const int actionBarItemBackground = 2130903041;
-
- // aapt resource value: 0x7F030002
- public const int actionBarPopupTheme = 2130903042;
-
- // aapt resource value: 0x7F030003
- public const int actionBarSize = 2130903043;
-
- // aapt resource value: 0x7F030004
- public const int actionBarSplitStyle = 2130903044;
-
- // aapt resource value: 0x7F030005
- public const int actionBarStyle = 2130903045;
-
- // aapt resource value: 0x7F030006
- public const int actionBarTabBarStyle = 2130903046;
-
- // aapt resource value: 0x7F030007
- public const int actionBarTabStyle = 2130903047;
-
- // aapt resource value: 0x7F030008
- public const int actionBarTabTextStyle = 2130903048;
-
- // aapt resource value: 0x7F030009
- public const int actionBarTheme = 2130903049;
-
- // aapt resource value: 0x7F03000A
- public const int actionBarWidgetTheme = 2130903050;
-
- // aapt resource value: 0x7F03000B
- public const int actionButtonStyle = 2130903051;
-
- // aapt resource value: 0x7F03000C
- public const int actionDropDownStyle = 2130903052;
-
- // aapt resource value: 0x7F03000D
- public const int actionLayout = 2130903053;
-
- // aapt resource value: 0x7F03000E
- public const int actionMenuTextAppearance = 2130903054;
-
- // aapt resource value: 0x7F03000F
- public const int actionMenuTextColor = 2130903055;
-
- // aapt resource value: 0x7F030010
- public const int actionModeBackground = 2130903056;
-
- // aapt resource value: 0x7F030011
- public const int actionModeCloseButtonStyle = 2130903057;
-
- // aapt resource value: 0x7F030012
- public const int actionModeCloseDrawable = 2130903058;
-
- // aapt resource value: 0x7F030013
- public const int actionModeCopyDrawable = 2130903059;
-
- // aapt resource value: 0x7F030014
- public const int actionModeCutDrawable = 2130903060;
-
- // aapt resource value: 0x7F030015
- public const int actionModeFindDrawable = 2130903061;
-
- // aapt resource value: 0x7F030016
- public const int actionModePasteDrawable = 2130903062;
-
- // aapt resource value: 0x7F030017
- public const int actionModePopupWindowStyle = 2130903063;
-
- // aapt resource value: 0x7F030018
- public const int actionModeSelectAllDrawable = 2130903064;
-
- // aapt resource value: 0x7F030019
- public const int actionModeShareDrawable = 2130903065;
-
- // aapt resource value: 0x7F03001A
- public const int actionModeSplitBackground = 2130903066;
-
- // aapt resource value: 0x7F03001B
- public const int actionModeStyle = 2130903067;
-
- // aapt resource value: 0x7F03001C
- public const int actionModeWebSearchDrawable = 2130903068;
-
- // aapt resource value: 0x7F03001D
- public const int actionOverflowButtonStyle = 2130903069;
-
- // aapt resource value: 0x7F03001E
- public const int actionOverflowMenuStyle = 2130903070;
-
- // aapt resource value: 0x7F03001F
- public const int actionProviderClass = 2130903071;
-
- // aapt resource value: 0x7F030020
- public const int actionTextColorAlpha = 2130903072;
-
- // aapt resource value: 0x7F030021
- public const int actionViewClass = 2130903073;
-
- // aapt resource value: 0x7F030022
- public const int activityChooserViewStyle = 2130903074;
-
- // aapt resource value: 0x7F030023
- public const int alertDialogButtonGroupStyle = 2130903075;
-
- // aapt resource value: 0x7F030024
- public const int alertDialogCenterButtons = 2130903076;
-
- // aapt resource value: 0x7F030025
- public const int alertDialogStyle = 2130903077;
-
- // aapt resource value: 0x7F030026
- public const int alertDialogTheme = 2130903078;
-
- // aapt resource value: 0x7F030027
- public const int allowStacking = 2130903079;
-
- // aapt resource value: 0x7F030028
- public const int alpha = 2130903080;
-
- // aapt resource value: 0x7F030029
- public const int alphabeticModifiers = 2130903081;
-
- // aapt resource value: 0x7F03002A
- public const int animationMode = 2130903082;
-
- // aapt resource value: 0x7F03002B
- public const int appBarLayoutStyle = 2130903083;
-
- // aapt resource value: 0x7F03002C
- public const int arrowHeadLength = 2130903084;
-
- // aapt resource value: 0x7F03002D
- public const int arrowShaftLength = 2130903085;
-
- // aapt resource value: 0x7F03002E
- public const int autoCompleteTextViewStyle = 2130903086;
-
- // aapt resource value: 0x7F03002F
- public const int autoSizeMaxTextSize = 2130903087;
-
- // aapt resource value: 0x7F030030
- public const int autoSizeMinTextSize = 2130903088;
-
- // aapt resource value: 0x7F030031
- public const int autoSizePresetSizes = 2130903089;
-
- // aapt resource value: 0x7F030032
- public const int autoSizeStepGranularity = 2130903090;
-
- // aapt resource value: 0x7F030033
- public const int autoSizeTextType = 2130903091;
-
- // aapt resource value: 0x7F030034
- public const int background = 2130903092;
-
- // aapt resource value: 0x7F030035
- public const int backgroundColor = 2130903093;
-
- // aapt resource value: 0x7F030036
- public const int backgroundInsetBottom = 2130903094;
-
- // aapt resource value: 0x7F030037
- public const int backgroundInsetEnd = 2130903095;
-
- // aapt resource value: 0x7F030038
- public const int backgroundInsetStart = 2130903096;
-
- // aapt resource value: 0x7F030039
- public const int backgroundInsetTop = 2130903097;
-
- // aapt resource value: 0x7F03003A
- public const int backgroundOverlayColorAlpha = 2130903098;
-
- // aapt resource value: 0x7F03003B
- public const int backgroundSplit = 2130903099;
-
- // aapt resource value: 0x7F03003C
- public const int backgroundStacked = 2130903100;
-
- // aapt resource value: 0x7F03003D
- public const int backgroundTint = 2130903101;
-
- // aapt resource value: 0x7F03003E
- public const int backgroundTintMode = 2130903102;
-
- // aapt resource value: 0x7F03003F
- public const int badgeGravity = 2130903103;
-
- // aapt resource value: 0x7F030040
- public const int badgeStyle = 2130903104;
-
- // aapt resource value: 0x7F030041
- public const int badgeTextColor = 2130903105;
-
- // aapt resource value: 0x7F030042
- public const int barLength = 2130903106;
-
- // aapt resource value: 0x7F030043
- public const int behavior_autoHide = 2130903107;
-
- // aapt resource value: 0x7F030044
- public const int behavior_autoShrink = 2130903108;
-
- // aapt resource value: 0x7F030045
- public const int behavior_draggable = 2130903109;
-
- // aapt resource value: 0x7F030046
- public const int behavior_expandedOffset = 2130903110;
-
- // aapt resource value: 0x7F030047
- public const int behavior_fitToContents = 2130903111;
-
- // aapt resource value: 0x7F030048
- public const int behavior_halfExpandedRatio = 2130903112;
-
- // aapt resource value: 0x7F030049
- public const int behavior_hideable = 2130903113;
-
- // aapt resource value: 0x7F03004A
- public const int behavior_overlapTop = 2130903114;
-
- // aapt resource value: 0x7F03004B
- public const int behavior_peekHeight = 2130903115;
-
- // aapt resource value: 0x7F03004C
- public const int behavior_saveFlags = 2130903116;
-
- // aapt resource value: 0x7F03004D
- public const int behavior_skipCollapsed = 2130903117;
-
- // aapt resource value: 0x7F03004F
- public const int borderlessButtonStyle = 2130903119;
-
- // aapt resource value: 0x7F03004E
- public const int borderWidth = 2130903118;
-
- // aapt resource value: 0x7F030050
- public const int bottomAppBarStyle = 2130903120;
-
- // aapt resource value: 0x7F030051
- public const int bottomNavigationStyle = 2130903121;
-
- // aapt resource value: 0x7F030052
- public const int bottomSheetDialogTheme = 2130903122;
-
- // aapt resource value: 0x7F030053
- public const int bottomSheetStyle = 2130903123;
-
- // aapt resource value: 0x7F030054
- public const int boxBackgroundColor = 2130903124;
-
- // aapt resource value: 0x7F030055
- public const int boxBackgroundMode = 2130903125;
-
- // aapt resource value: 0x7F030056
- public const int boxCollapsedPaddingTop = 2130903126;
-
- // aapt resource value: 0x7F030057
- public const int boxCornerRadiusBottomEnd = 2130903127;
-
- // aapt resource value: 0x7F030058
- public const int boxCornerRadiusBottomStart = 2130903128;
-
- // aapt resource value: 0x7F030059
- public const int boxCornerRadiusTopEnd = 2130903129;
-
- // aapt resource value: 0x7F03005A
- public const int boxCornerRadiusTopStart = 2130903130;
-
- // aapt resource value: 0x7F03005B
- public const int boxStrokeColor = 2130903131;
-
- // aapt resource value: 0x7F03005C
- public const int boxStrokeErrorColor = 2130903132;
-
- // aapt resource value: 0x7F03005D
- public const int boxStrokeWidth = 2130903133;
-
- // aapt resource value: 0x7F03005E
- public const int boxStrokeWidthFocused = 2130903134;
-
- // aapt resource value: 0x7F03005F
- public const int buttonBarButtonStyle = 2130903135;
-
- // aapt resource value: 0x7F030060
- public const int buttonBarNegativeButtonStyle = 2130903136;
-
- // aapt resource value: 0x7F030061
- public const int buttonBarNeutralButtonStyle = 2130903137;
-
- // aapt resource value: 0x7F030062
- public const int buttonBarPositiveButtonStyle = 2130903138;
-
- // aapt resource value: 0x7F030063
- public const int buttonBarStyle = 2130903139;
-
- // aapt resource value: 0x7F030064
- public const int buttonCompat = 2130903140;
-
- // aapt resource value: 0x7F030065
- public const int buttonGravity = 2130903141;
-
- // aapt resource value: 0x7F030066
- public const int buttonIconDimen = 2130903142;
-
- // aapt resource value: 0x7F030067
- public const int buttonPanelSideLayout = 2130903143;
-
- // aapt resource value: 0x7F030068
- public const int buttonStyle = 2130903144;
-
- // aapt resource value: 0x7F030069
- public const int buttonStyleSmall = 2130903145;
-
- // aapt resource value: 0x7F03006A
- public const int buttonTint = 2130903146;
-
- // aapt resource value: 0x7F03006B
- public const int buttonTintMode = 2130903147;
-
- // aapt resource value: 0x7F03006C
- public const int cardBackgroundColor = 2130903148;
-
- // aapt resource value: 0x7F03006D
- public const int cardCornerRadius = 2130903149;
-
- // aapt resource value: 0x7F03006E
- public const int cardElevation = 2130903150;
-
- // aapt resource value: 0x7F03006F
- public const int cardForegroundColor = 2130903151;
-
- // aapt resource value: 0x7F030070
- public const int cardMaxElevation = 2130903152;
-
- // aapt resource value: 0x7F030071
- public const int cardPreventCornerOverlap = 2130903153;
-
- // aapt resource value: 0x7F030072
- public const int cardUseCompatPadding = 2130903154;
-
- // aapt resource value: 0x7F030073
- public const int cardViewStyle = 2130903155;
-
- // aapt resource value: 0x7F030074
- public const int checkboxStyle = 2130903156;
-
- // aapt resource value: 0x7F030075
- public const int checkedButton = 2130903157;
-
- // aapt resource value: 0x7F030076
- public const int checkedChip = 2130903158;
-
- // aapt resource value: 0x7F030077
- public const int checkedIcon = 2130903159;
-
- // aapt resource value: 0x7F030078
- public const int checkedIconEnabled = 2130903160;
-
- // aapt resource value: 0x7F030079
- public const int checkedIconTint = 2130903161;
-
- // aapt resource value: 0x7F03007A
- public const int checkedIconVisible = 2130903162;
-
- // aapt resource value: 0x7F03007B
- public const int checkedTextViewStyle = 2130903163;
-
- // aapt resource value: 0x7F03007C
- public const int chipBackgroundColor = 2130903164;
-
- // aapt resource value: 0x7F03007D
- public const int chipCornerRadius = 2130903165;
-
- // aapt resource value: 0x7F03007E
- public const int chipEndPadding = 2130903166;
-
- // aapt resource value: 0x7F03007F
- public const int chipGroupStyle = 2130903167;
-
- // aapt resource value: 0x7F030080
- public const int chipIcon = 2130903168;
-
- // aapt resource value: 0x7F030081
- public const int chipIconEnabled = 2130903169;
-
- // aapt resource value: 0x7F030082
- public const int chipIconSize = 2130903170;
-
- // aapt resource value: 0x7F030083
- public const int chipIconTint = 2130903171;
-
- // aapt resource value: 0x7F030084
- public const int chipIconVisible = 2130903172;
-
- // aapt resource value: 0x7F030085
- public const int chipMinHeight = 2130903173;
-
- // aapt resource value: 0x7F030086
- public const int chipMinTouchTargetSize = 2130903174;
-
- // aapt resource value: 0x7F030087
- public const int chipSpacing = 2130903175;
-
- // aapt resource value: 0x7F030088
- public const int chipSpacingHorizontal = 2130903176;
-
- // aapt resource value: 0x7F030089
- public const int chipSpacingVertical = 2130903177;
-
- // aapt resource value: 0x7F03008A
- public const int chipStandaloneStyle = 2130903178;
-
- // aapt resource value: 0x7F03008B
- public const int chipStartPadding = 2130903179;
-
- // aapt resource value: 0x7F03008C
- public const int chipStrokeColor = 2130903180;
-
- // aapt resource value: 0x7F03008D
- public const int chipStrokeWidth = 2130903181;
-
- // aapt resource value: 0x7F03008E
- public const int chipStyle = 2130903182;
-
- // aapt resource value: 0x7F03008F
- public const int chipSurfaceColor = 2130903183;
-
- // aapt resource value: 0x7F030090
- public const int closeIcon = 2130903184;
-
- // aapt resource value: 0x7F030091
- public const int closeIconEnabled = 2130903185;
-
- // aapt resource value: 0x7F030092
- public const int closeIconEndPadding = 2130903186;
-
- // aapt resource value: 0x7F030093
- public const int closeIconSize = 2130903187;
-
- // aapt resource value: 0x7F030094
- public const int closeIconStartPadding = 2130903188;
-
- // aapt resource value: 0x7F030095
- public const int closeIconTint = 2130903189;
-
- // aapt resource value: 0x7F030096
- public const int closeIconVisible = 2130903190;
-
- // aapt resource value: 0x7F030097
- public const int closeItemLayout = 2130903191;
-
- // aapt resource value: 0x7F030098
- public const int collapseContentDescription = 2130903192;
-
- // aapt resource value: 0x7F03009A
- public const int collapsedTitleGravity = 2130903194;
-
- // aapt resource value: 0x7F03009B
- public const int collapsedTitleTextAppearance = 2130903195;
-
- // aapt resource value: 0x7F030099
- public const int collapseIcon = 2130903193;
-
- // aapt resource value: 0x7F03009C
- public const int collectionViewStyle = 2130903196;
-
- // aapt resource value: 0x7F03009D
- public const int color = 2130903197;
-
- // aapt resource value: 0x7F03009E
- public const int colorAccent = 2130903198;
-
- // aapt resource value: 0x7F03009F
- public const int colorBackgroundFloating = 2130903199;
-
- // aapt resource value: 0x7F0300A0
- public const int colorButtonNormal = 2130903200;
-
- // aapt resource value: 0x7F0300A1
- public const int colorControlActivated = 2130903201;
-
- // aapt resource value: 0x7F0300A2
- public const int colorControlHighlight = 2130903202;
-
- // aapt resource value: 0x7F0300A3
- public const int colorControlNormal = 2130903203;
-
- // aapt resource value: 0x7F0300A4
- public const int colorError = 2130903204;
-
- // aapt resource value: 0x7F0300A5
- public const int colorOnBackground = 2130903205;
-
- // aapt resource value: 0x7F0300A6
- public const int colorOnError = 2130903206;
-
- // aapt resource value: 0x7F0300A7
- public const int colorOnPrimary = 2130903207;
-
- // aapt resource value: 0x7F0300A8
- public const int colorOnPrimarySurface = 2130903208;
-
- // aapt resource value: 0x7F0300A9
- public const int colorOnSecondary = 2130903209;
-
- // aapt resource value: 0x7F0300AA
- public const int colorOnSurface = 2130903210;
-
- // aapt resource value: 0x7F0300AB
- public const int colorPrimary = 2130903211;
-
- // aapt resource value: 0x7F0300AC
- public const int colorPrimaryDark = 2130903212;
-
- // aapt resource value: 0x7F0300AD
- public const int colorPrimarySurface = 2130903213;
-
- // aapt resource value: 0x7F0300AE
- public const int colorPrimaryVariant = 2130903214;
-
- // aapt resource value: 0x7F0300AF
- public const int colorSecondary = 2130903215;
-
- // aapt resource value: 0x7F0300B0
- public const int colorSecondaryVariant = 2130903216;
-
- // aapt resource value: 0x7F0300B1
- public const int colorSurface = 2130903217;
-
- // aapt resource value: 0x7F0300B2
- public const int colorSwitchThumbNormal = 2130903218;
-
- // aapt resource value: 0x7F0300B3
- public const int commitIcon = 2130903219;
-
- // aapt resource value: 0x7F0300B4
- public const int contentDescription = 2130903220;
-
- // aapt resource value: 0x7F0300B5
- public const int contentInsetEnd = 2130903221;
-
- // aapt resource value: 0x7F0300B6
- public const int contentInsetEndWithActions = 2130903222;
-
- // aapt resource value: 0x7F0300B7
- public const int contentInsetLeft = 2130903223;
-
- // aapt resource value: 0x7F0300B8
- public const int contentInsetRight = 2130903224;
-
- // aapt resource value: 0x7F0300B9
- public const int contentInsetStart = 2130903225;
-
- // aapt resource value: 0x7F0300BA
- public const int contentInsetStartWithNavigation = 2130903226;
-
- // aapt resource value: 0x7F0300BB
- public const int contentPadding = 2130903227;
-
- // aapt resource value: 0x7F0300BC
- public const int contentPaddingBottom = 2130903228;
-
- // aapt resource value: 0x7F0300BD
- public const int contentPaddingLeft = 2130903229;
-
- // aapt resource value: 0x7F0300BE
- public const int contentPaddingRight = 2130903230;
-
- // aapt resource value: 0x7F0300BF
- public const int contentPaddingTop = 2130903231;
-
- // aapt resource value: 0x7F0300C0
- public const int contentScrim = 2130903232;
-
- // aapt resource value: 0x7F0300C1
- public const int controlBackground = 2130903233;
-
- // aapt resource value: 0x7F0300C2
- public const int coordinatorLayoutStyle = 2130903234;
-
- // aapt resource value: 0x7F0300C3
- public const int cornerFamily = 2130903235;
-
- // aapt resource value: 0x7F0300C4
- public const int cornerFamilyBottomLeft = 2130903236;
-
- // aapt resource value: 0x7F0300C5
- public const int cornerFamilyBottomRight = 2130903237;
-
- // aapt resource value: 0x7F0300C6
- public const int cornerFamilyTopLeft = 2130903238;
-
- // aapt resource value: 0x7F0300C7
- public const int cornerFamilyTopRight = 2130903239;
-
- // aapt resource value: 0x7F0300C8
- public const int cornerRadius = 2130903240;
-
- // aapt resource value: 0x7F0300C9
- public const int cornerSize = 2130903241;
-
- // aapt resource value: 0x7F0300CA
- public const int cornerSizeBottomLeft = 2130903242;
-
- // aapt resource value: 0x7F0300CB
- public const int cornerSizeBottomRight = 2130903243;
-
- // aapt resource value: 0x7F0300CC
- public const int cornerSizeTopLeft = 2130903244;
-
- // aapt resource value: 0x7F0300CD
- public const int cornerSizeTopRight = 2130903245;
-
- // aapt resource value: 0x7F0300CE
- public const int counterEnabled = 2130903246;
-
- // aapt resource value: 0x7F0300CF
- public const int counterMaxLength = 2130903247;
-
- // aapt resource value: 0x7F0300D0
- public const int counterOverflowTextAppearance = 2130903248;
-
- // aapt resource value: 0x7F0300D1
- public const int counterOverflowTextColor = 2130903249;
-
- // aapt resource value: 0x7F0300D2
- public const int counterTextAppearance = 2130903250;
-
- // aapt resource value: 0x7F0300D3
- public const int counterTextColor = 2130903251;
-
- // aapt resource value: 0x7F0300D4
- public const int customNavigationLayout = 2130903252;
-
- // aapt resource value: 0x7F0300D5
- public const int dayInvalidStyle = 2130903253;
-
- // aapt resource value: 0x7F0300D6
- public const int daySelectedStyle = 2130903254;
-
- // aapt resource value: 0x7F0300D7
- public const int dayStyle = 2130903255;
-
- // aapt resource value: 0x7F0300D8
- public const int dayTodayStyle = 2130903256;
-
- // aapt resource value: 0x7F0300D9
- public const int defaultQueryHint = 2130903257;
-
- // aapt resource value: 0x7F0300DA
- public const int dialogCornerRadius = 2130903258;
-
- // aapt resource value: 0x7F0300DB
- public const int dialogPreferredPadding = 2130903259;
-
- // aapt resource value: 0x7F0300DC
- public const int dialogTheme = 2130903260;
-
- // aapt resource value: 0x7F0300DD
- public const int displayOptions = 2130903261;
-
- // aapt resource value: 0x7F0300DE
- public const int divider = 2130903262;
-
- // aapt resource value: 0x7F0300DF
- public const int dividerHorizontal = 2130903263;
-
- // aapt resource value: 0x7F0300E0
- public const int dividerPadding = 2130903264;
-
- // aapt resource value: 0x7F0300E1
- public const int dividerVertical = 2130903265;
-
- // aapt resource value: 0x7F0300E2
- public const int drawableBottomCompat = 2130903266;
-
- // aapt resource value: 0x7F0300E3
- public const int drawableEndCompat = 2130903267;
-
- // aapt resource value: 0x7F0300E4
- public const int drawableLeftCompat = 2130903268;
-
- // aapt resource value: 0x7F0300E5
- public const int drawableRightCompat = 2130903269;
-
- // aapt resource value: 0x7F0300E6
- public const int drawableSize = 2130903270;
-
- // aapt resource value: 0x7F0300E7
- public const int drawableStartCompat = 2130903271;
-
- // aapt resource value: 0x7F0300E8
- public const int drawableTint = 2130903272;
-
- // aapt resource value: 0x7F0300E9
- public const int drawableTintMode = 2130903273;
-
- // aapt resource value: 0x7F0300EA
- public const int drawableTopCompat = 2130903274;
-
- // aapt resource value: 0x7F0300EB
- public const int drawerArrowStyle = 2130903275;
-
- // aapt resource value: 0x7F0300EC
- public const int drawerLayoutStyle = 2130903276;
-
- // aapt resource value: 0x7F0300EE
- public const int dropdownListPreferredItemHeight = 2130903278;
-
- // aapt resource value: 0x7F0300ED
- public const int dropDownListViewStyle = 2130903277;
-
- // aapt resource value: 0x7F0300EF
- public const int editTextBackground = 2130903279;
-
- // aapt resource value: 0x7F0300F0
- public const int editTextColor = 2130903280;
-
- // aapt resource value: 0x7F0300F1
- public const int editTextStyle = 2130903281;
-
- // aapt resource value: 0x7F0300F2
- public const int elevation = 2130903282;
-
- // aapt resource value: 0x7F0300F3
- public const int elevationOverlayColor = 2130903283;
-
- // aapt resource value: 0x7F0300F4
- public const int elevationOverlayEnabled = 2130903284;
-
- // aapt resource value: 0x7F0300F5
- public const int endIconCheckable = 2130903285;
-
- // aapt resource value: 0x7F0300F6
- public const int endIconContentDescription = 2130903286;
-
- // aapt resource value: 0x7F0300F7
- public const int endIconDrawable = 2130903287;
-
- // aapt resource value: 0x7F0300F8
- public const int endIconMode = 2130903288;
-
- // aapt resource value: 0x7F0300F9
- public const int endIconTint = 2130903289;
-
- // aapt resource value: 0x7F0300FA
- public const int endIconTintMode = 2130903290;
-
- // aapt resource value: 0x7F0300FB
- public const int enforceMaterialTheme = 2130903291;
-
- // aapt resource value: 0x7F0300FC
- public const int enforceTextAppearance = 2130903292;
-
- // aapt resource value: 0x7F0300FD
- public const int ensureMinTouchTargetSize = 2130903293;
-
- // aapt resource value: 0x7F0300FE
- public const int errorContentDescription = 2130903294;
-
- // aapt resource value: 0x7F0300FF
- public const int errorEnabled = 2130903295;
-
- // aapt resource value: 0x7F030100
- public const int errorIconDrawable = 2130903296;
-
- // aapt resource value: 0x7F030101
- public const int errorIconTint = 2130903297;
-
- // aapt resource value: 0x7F030102
- public const int errorIconTintMode = 2130903298;
-
- // aapt resource value: 0x7F030103
- public const int errorTextAppearance = 2130903299;
-
- // aapt resource value: 0x7F030104
- public const int errorTextColor = 2130903300;
-
- // aapt resource value: 0x7F030105
- public const int expandActivityOverflowButtonDrawable = 2130903301;
-
- // aapt resource value: 0x7F030106
- public const int expanded = 2130903302;
-
- // aapt resource value: 0x7F030107
- public const int expandedTitleGravity = 2130903303;
-
- // aapt resource value: 0x7F030108
- public const int expandedTitleMargin = 2130903304;
-
- // aapt resource value: 0x7F030109
- public const int expandedTitleMarginBottom = 2130903305;
-
- // aapt resource value: 0x7F03010A
- public const int expandedTitleMarginEnd = 2130903306;
-
- // aapt resource value: 0x7F03010B
- public const int expandedTitleMarginStart = 2130903307;
-
- // aapt resource value: 0x7F03010C
- public const int expandedTitleMarginTop = 2130903308;
-
- // aapt resource value: 0x7F03010D
- public const int expandedTitleTextAppearance = 2130903309;
-
- // aapt resource value: 0x7F03010F
- public const int extendedFloatingActionButtonStyle = 2130903311;
-
- // aapt resource value: 0x7F03010E
- public const int extendMotionSpec = 2130903310;
-
- // aapt resource value: 0x7F030110
- public const int fabAlignmentMode = 2130903312;
-
- // aapt resource value: 0x7F030111
- public const int fabAnimationMode = 2130903313;
-
- // aapt resource value: 0x7F030112
- public const int fabCradleMargin = 2130903314;
-
- // aapt resource value: 0x7F030113
- public const int fabCradleRoundedCornerRadius = 2130903315;
-
- // aapt resource value: 0x7F030114
- public const int fabCradleVerticalOffset = 2130903316;
-
- // aapt resource value: 0x7F030115
- public const int fabCustomSize = 2130903317;
-
- // aapt resource value: 0x7F030116
- public const int fabSize = 2130903318;
-
- // aapt resource value: 0x7F030117
- public const int fastScrollEnabled = 2130903319;
-
- // aapt resource value: 0x7F030118
- public const int fastScrollHorizontalThumbDrawable = 2130903320;
-
- // aapt resource value: 0x7F030119
- public const int fastScrollHorizontalTrackDrawable = 2130903321;
-
- // aapt resource value: 0x7F03011A
- public const int fastScrollVerticalThumbDrawable = 2130903322;
-
- // aapt resource value: 0x7F03011B
- public const int fastScrollVerticalTrackDrawable = 2130903323;
-
- // aapt resource value: 0x7F03011C
- public const int firstBaselineToTopHeight = 2130903324;
-
- // aapt resource value: 0x7F03011D
- public const int floatingActionButtonStyle = 2130903325;
-
- // aapt resource value: 0x7F03011E
- public const int font = 2130903326;
-
- // aapt resource value: 0x7F03011F
- public const int fontFamily = 2130903327;
-
- // aapt resource value: 0x7F030120
- public const int fontProviderAuthority = 2130903328;
-
- // aapt resource value: 0x7F030121
- public const int fontProviderCerts = 2130903329;
-
- // aapt resource value: 0x7F030122
- public const int fontProviderFetchStrategy = 2130903330;
-
- // aapt resource value: 0x7F030123
- public const int fontProviderFetchTimeout = 2130903331;
-
- // aapt resource value: 0x7F030124
- public const int fontProviderPackage = 2130903332;
-
- // aapt resource value: 0x7F030125
- public const int fontProviderQuery = 2130903333;
-
- // aapt resource value: 0x7F030126
- public const int fontProviderSystemFontFamily = 2130903334;
-
- // aapt resource value: 0x7F030127
- public const int fontStyle = 2130903335;
-
- // aapt resource value: 0x7F030128
- public const int fontVariationSettings = 2130903336;
-
- // aapt resource value: 0x7F030129
- public const int fontWeight = 2130903337;
-
- // aapt resource value: 0x7F03012A
- public const int foregroundInsidePadding = 2130903338;
-
- // aapt resource value: 0x7F03012B
- public const int gapBetweenBars = 2130903339;
-
- // aapt resource value: 0x7F03012C
- public const int gestureInsetBottomIgnored = 2130903340;
-
- // aapt resource value: 0x7F03012D
- public const int goIcon = 2130903341;
-
- // aapt resource value: 0x7F03012E
- public const int haloColor = 2130903342;
-
- // aapt resource value: 0x7F03012F
- public const int haloRadius = 2130903343;
-
- // aapt resource value: 0x7F030130
- public const int headerLayout = 2130903344;
-
- // aapt resource value: 0x7F030131
- public const int height = 2130903345;
-
- // aapt resource value: 0x7F030132
- public const int helperText = 2130903346;
-
- // aapt resource value: 0x7F030133
- public const int helperTextEnabled = 2130903347;
-
- // aapt resource value: 0x7F030134
- public const int helperTextTextAppearance = 2130903348;
-
- // aapt resource value: 0x7F030135
- public const int helperTextTextColor = 2130903349;
-
- // aapt resource value: 0x7F030136
- public const int hideMotionSpec = 2130903350;
-
- // aapt resource value: 0x7F030137
- public const int hideOnContentScroll = 2130903351;
-
- // aapt resource value: 0x7F030138
- public const int hideOnScroll = 2130903352;
-
- // aapt resource value: 0x7F030139
- public const int hintAnimationEnabled = 2130903353;
-
- // aapt resource value: 0x7F03013A
- public const int hintEnabled = 2130903354;
-
- // aapt resource value: 0x7F03013B
- public const int hintTextAppearance = 2130903355;
-
- // aapt resource value: 0x7F03013C
- public const int hintTextColor = 2130903356;
-
- // aapt resource value: 0x7F03013D
- public const int homeAsUpIndicator = 2130903357;
-
- // aapt resource value: 0x7F03013E
- public const int homeLayout = 2130903358;
-
- // aapt resource value: 0x7F03013F
- public const int horizontalOffset = 2130903359;
-
- // aapt resource value: 0x7F030140
- public const int hoveredFocusedTranslationZ = 2130903360;
-
- // aapt resource value: 0x7F030141
- public const int icon = 2130903361;
-
- // aapt resource value: 0x7F030142
- public const int iconEndPadding = 2130903362;
-
- // aapt resource value: 0x7F030143
- public const int iconGravity = 2130903363;
-
- // aapt resource value: 0x7F030149
- public const int iconifiedByDefault = 2130903369;
-
- // aapt resource value: 0x7F030144
- public const int iconPadding = 2130903364;
-
- // aapt resource value: 0x7F030145
- public const int iconSize = 2130903365;
-
- // aapt resource value: 0x7F030146
- public const int iconStartPadding = 2130903366;
-
- // aapt resource value: 0x7F030147
- public const int iconTint = 2130903367;
-
- // aapt resource value: 0x7F030148
- public const int iconTintMode = 2130903368;
-
- // aapt resource value: 0x7F03014A
- public const int imageButtonStyle = 2130903370;
-
- // aapt resource value: 0x7F03014B
- public const int indeterminateProgressStyle = 2130903371;
-
- // aapt resource value: 0x7F03014C
- public const int initialActivityCount = 2130903372;
-
- // aapt resource value: 0x7F03014D
- public const int insetForeground = 2130903373;
-
- // aapt resource value: 0x7F03014E
- public const int isLightTheme = 2130903374;
-
- // aapt resource value: 0x7F03014F
- public const int isMaterialTheme = 2130903375;
-
- // aapt resource value: 0x7F030150
- public const int itemBackground = 2130903376;
-
- // aapt resource value: 0x7F030151
- public const int itemFillColor = 2130903377;
-
- // aapt resource value: 0x7F030152
- public const int itemHorizontalPadding = 2130903378;
-
- // aapt resource value: 0x7F030153
- public const int itemHorizontalTranslationEnabled = 2130903379;
-
- // aapt resource value: 0x7F030154
- public const int itemIconPadding = 2130903380;
-
- // aapt resource value: 0x7F030155
- public const int itemIconSize = 2130903381;
-
- // aapt resource value: 0x7F030156
- public const int itemIconTint = 2130903382;
-
- // aapt resource value: 0x7F030157
- public const int itemMaxLines = 2130903383;
-
- // aapt resource value: 0x7F030158
- public const int itemPadding = 2130903384;
-
- // aapt resource value: 0x7F030159
- public const int itemRippleColor = 2130903385;
-
- // aapt resource value: 0x7F03015A
- public const int itemShapeAppearance = 2130903386;
-
- // aapt resource value: 0x7F03015B
- public const int itemShapeAppearanceOverlay = 2130903387;
-
- // aapt resource value: 0x7F03015C
- public const int itemShapeFillColor = 2130903388;
-
- // aapt resource value: 0x7F03015D
- public const int itemShapeInsetBottom = 2130903389;
-
- // aapt resource value: 0x7F03015E
- public const int itemShapeInsetEnd = 2130903390;
-
- // aapt resource value: 0x7F03015F
- public const int itemShapeInsetStart = 2130903391;
-
- // aapt resource value: 0x7F030160
- public const int itemShapeInsetTop = 2130903392;
-
- // aapt resource value: 0x7F030161
- public const int itemSpacing = 2130903393;
-
- // aapt resource value: 0x7F030162
- public const int itemStrokeColor = 2130903394;
-
- // aapt resource value: 0x7F030163
- public const int itemStrokeWidth = 2130903395;
-
- // aapt resource value: 0x7F030164
- public const int itemTextAppearance = 2130903396;
-
- // aapt resource value: 0x7F030165
- public const int itemTextAppearanceActive = 2130903397;
-
- // aapt resource value: 0x7F030166
- public const int itemTextAppearanceInactive = 2130903398;
-
- // aapt resource value: 0x7F030167
- public const int itemTextColor = 2130903399;
-
- // aapt resource value: 0x7F030168
- public const int keylines = 2130903400;
-
- // aapt resource value: 0x7F030169
- public const int labelBehavior = 2130903401;
-
- // aapt resource value: 0x7F03016A
- public const int labelStyle = 2130903402;
-
- // aapt resource value: 0x7F03016B
- public const int labelVisibilityMode = 2130903403;
-
- // aapt resource value: 0x7F03016C
- public const int lastBaselineToBottomHeight = 2130903404;
-
- // aapt resource value: 0x7F03016D
- public const int layout = 2130903405;
-
- // aapt resource value: 0x7F03016E
- public const int layoutManager = 2130903406;
-
- // aapt resource value: 0x7F03016F
- public const int layout_anchor = 2130903407;
-
- // aapt resource value: 0x7F030170
- public const int layout_anchorGravity = 2130903408;
-
- // aapt resource value: 0x7F030171
- public const int layout_behavior = 2130903409;
-
- // aapt resource value: 0x7F030172
- public const int layout_collapseMode = 2130903410;
-
- // aapt resource value: 0x7F030173
- public const int layout_collapseParallaxMultiplier = 2130903411;
-
- // aapt resource value: 0x7F030174
- public const int layout_dodgeInsetEdges = 2130903412;
-
- // aapt resource value: 0x7F030175
- public const int layout_insetEdge = 2130903413;
-
- // aapt resource value: 0x7F030176
- public const int layout_keyline = 2130903414;
-
- // aapt resource value: 0x7F030177
- public const int layout_scrollFlags = 2130903415;
-
- // aapt resource value: 0x7F030178
- public const int layout_scrollInterpolator = 2130903416;
-
- // aapt resource value: 0x7F030179
- public const int liftOnScroll = 2130903417;
-
- // aapt resource value: 0x7F03017A
- public const int liftOnScrollTargetViewId = 2130903418;
-
- // aapt resource value: 0x7F03017B
- public const int lineHeight = 2130903419;
-
- // aapt resource value: 0x7F03017C
- public const int lineSpacing = 2130903420;
-
- // aapt resource value: 0x7F03017D
- public const int listChoiceBackgroundIndicator = 2130903421;
-
- // aapt resource value: 0x7F03017E
- public const int listChoiceIndicatorMultipleAnimated = 2130903422;
-
- // aapt resource value: 0x7F03017F
- public const int listChoiceIndicatorSingleAnimated = 2130903423;
-
- // aapt resource value: 0x7F030180
- public const int listDividerAlertDialog = 2130903424;
-
- // aapt resource value: 0x7F030181
- public const int listItemLayout = 2130903425;
-
- // aapt resource value: 0x7F030182
- public const int listLayout = 2130903426;
-
- // aapt resource value: 0x7F030183
- public const int listMenuViewStyle = 2130903427;
-
- // aapt resource value: 0x7F030184
- public const int listPopupWindowStyle = 2130903428;
-
- // aapt resource value: 0x7F030185
- public const int listPreferredItemHeight = 2130903429;
-
- // aapt resource value: 0x7F030186
- public const int listPreferredItemHeightLarge = 2130903430;
-
- // aapt resource value: 0x7F030187
- public const int listPreferredItemHeightSmall = 2130903431;
-
- // aapt resource value: 0x7F030188
- public const int listPreferredItemPaddingEnd = 2130903432;
-
- // aapt resource value: 0x7F030189
- public const int listPreferredItemPaddingLeft = 2130903433;
-
- // aapt resource value: 0x7F03018A
- public const int listPreferredItemPaddingRight = 2130903434;
-
- // aapt resource value: 0x7F03018B
- public const int listPreferredItemPaddingStart = 2130903435;
-
- // aapt resource value: 0x7F03018C
- public const int logo = 2130903436;
-
- // aapt resource value: 0x7F03018D
- public const int logoDescription = 2130903437;
-
- // aapt resource value: 0x7F03018E
- public const int materialAlertDialogBodyTextStyle = 2130903438;
-
- // aapt resource value: 0x7F03018F
- public const int materialAlertDialogTheme = 2130903439;
-
- // aapt resource value: 0x7F030190
- public const int materialAlertDialogTitleIconStyle = 2130903440;
-
- // aapt resource value: 0x7F030191
- public const int materialAlertDialogTitlePanelStyle = 2130903441;
-
- // aapt resource value: 0x7F030192
- public const int materialAlertDialogTitleTextStyle = 2130903442;
-
- // aapt resource value: 0x7F030193
- public const int materialButtonOutlinedStyle = 2130903443;
-
- // aapt resource value: 0x7F030194
- public const int materialButtonStyle = 2130903444;
-
- // aapt resource value: 0x7F030195
- public const int materialButtonToggleGroupStyle = 2130903445;
-
- // aapt resource value: 0x7F030196
- public const int materialCalendarDay = 2130903446;
-
- // aapt resource value: 0x7F030197
- public const int materialCalendarFullscreenTheme = 2130903447;
-
- // aapt resource value: 0x7F030198
- public const int materialCalendarHeaderConfirmButton = 2130903448;
-
- // aapt resource value: 0x7F030199
- public const int materialCalendarHeaderDivider = 2130903449;
-
- // aapt resource value: 0x7F03019A
- public const int materialCalendarHeaderLayout = 2130903450;
-
- // aapt resource value: 0x7F03019B
- public const int materialCalendarHeaderSelection = 2130903451;
-
- // aapt resource value: 0x7F03019C
- public const int materialCalendarHeaderTitle = 2130903452;
-
- // aapt resource value: 0x7F03019D
- public const int materialCalendarHeaderToggleButton = 2130903453;
-
- // aapt resource value: 0x7F03019E
- public const int materialCalendarStyle = 2130903454;
-
- // aapt resource value: 0x7F03019F
- public const int materialCalendarTheme = 2130903455;
-
- // aapt resource value: 0x7F0301A0
- public const int materialCardViewStyle = 2130903456;
-
- // aapt resource value: 0x7F0301A1
- public const int materialThemeOverlay = 2130903457;
-
- // aapt resource value: 0x7F0301A2
- public const int maxActionInlineWidth = 2130903458;
-
- // aapt resource value: 0x7F0301A3
- public const int maxButtonHeight = 2130903459;
-
- // aapt resource value: 0x7F0301A4
- public const int maxCharacterCount = 2130903460;
-
- // aapt resource value: 0x7F0301A5
- public const int maxImageSize = 2130903461;
-
- // aapt resource value: 0x7F0301A6
- public const int maxLines = 2130903462;
-
- // aapt resource value: 0x7F0301A7
- public const int measureWithLargestChild = 2130903463;
-
- // aapt resource value: 0x7F0301A8
- public const int menu = 2130903464;
-
- // aapt resource value: 0x7F0301A9
- public const int minTouchTargetSize = 2130903465;
-
- // aapt resource value: 0x7F0301AA
- public const int multiChoiceItemLayout = 2130903466;
-
- // aapt resource value: 0x7F0301AB
- public const int navigationContentDescription = 2130903467;
-
- // aapt resource value: 0x7F0301AC
- public const int navigationIcon = 2130903468;
-
- // aapt resource value: 0x7F0301AD
- public const int navigationMode = 2130903469;
-
- // aapt resource value: 0x7F0301AE
- public const int navigationViewStyle = 2130903470;
-
- // aapt resource value: 0x7F0301AF
- public const int number = 2130903471;
-
- // aapt resource value: 0x7F0301B0
- public const int numericModifiers = 2130903472;
-
- // aapt resource value: 0x7F0301B1
- public const int overlapAnchor = 2130903473;
-
- // aapt resource value: 0x7F0301B2
- public const int paddingBottomNoButtons = 2130903474;
-
- // aapt resource value: 0x7F0301B3
- public const int paddingBottomSystemWindowInsets = 2130903475;
-
- // aapt resource value: 0x7F0301B4
- public const int paddingEnd = 2130903476;
-
- // aapt resource value: 0x7F0301B5
- public const int paddingLeftSystemWindowInsets = 2130903477;
-
- // aapt resource value: 0x7F0301B6
- public const int paddingRightSystemWindowInsets = 2130903478;
-
- // aapt resource value: 0x7F0301B7
- public const int paddingStart = 2130903479;
-
- // aapt resource value: 0x7F0301B8
- public const int paddingTopNoTitle = 2130903480;
-
- // aapt resource value: 0x7F0301B9
- public const int panelBackground = 2130903481;
-
- // aapt resource value: 0x7F0301BA
- public const int panelMenuListTheme = 2130903482;
-
- // aapt resource value: 0x7F0301BB
- public const int panelMenuListWidth = 2130903483;
-
- // aapt resource value: 0x7F0301BC
- public const int passwordToggleContentDescription = 2130903484;
-
- // aapt resource value: 0x7F0301BD
- public const int passwordToggleDrawable = 2130903485;
-
- // aapt resource value: 0x7F0301BE
- public const int passwordToggleEnabled = 2130903486;
-
- // aapt resource value: 0x7F0301BF
- public const int passwordToggleTint = 2130903487;
-
- // aapt resource value: 0x7F0301C0
- public const int passwordToggleTintMode = 2130903488;
-
- // aapt resource value: 0x7F0301C1
- public const int placeholderText = 2130903489;
-
- // aapt resource value: 0x7F0301C2
- public const int placeholderTextAppearance = 2130903490;
-
- // aapt resource value: 0x7F0301C3
- public const int placeholderTextColor = 2130903491;
-
- // aapt resource value: 0x7F0301C4
- public const int popupMenuBackground = 2130903492;
-
- // aapt resource value: 0x7F0301C5
- public const int popupMenuStyle = 2130903493;
-
- // aapt resource value: 0x7F0301C6
- public const int popupTheme = 2130903494;
-
- // aapt resource value: 0x7F0301C7
- public const int popupWindowStyle = 2130903495;
-
- // aapt resource value: 0x7F0301C8
- public const int prefixText = 2130903496;
-
- // aapt resource value: 0x7F0301C9
- public const int prefixTextAppearance = 2130903497;
-
- // aapt resource value: 0x7F0301CA
- public const int prefixTextColor = 2130903498;
-
- // aapt resource value: 0x7F0301CB
- public const int preserveIconSpacing = 2130903499;
-
- // aapt resource value: 0x7F0301CC
- public const int pressedTranslationZ = 2130903500;
-
- // aapt resource value: 0x7F0301CD
- public const int progressBarPadding = 2130903501;
-
- // aapt resource value: 0x7F0301CE
- public const int progressBarStyle = 2130903502;
-
- // aapt resource value: 0x7F0301CF
- public const int queryBackground = 2130903503;
-
- // aapt resource value: 0x7F0301D0
- public const int queryHint = 2130903504;
-
- // aapt resource value: 0x7F0301D1
- public const int radioButtonStyle = 2130903505;
-
- // aapt resource value: 0x7F0301D2
- public const int rangeFillColor = 2130903506;
-
- // aapt resource value: 0x7F0301D3
- public const int ratingBarStyle = 2130903507;
-
- // aapt resource value: 0x7F0301D4
- public const int ratingBarStyleIndicator = 2130903508;
-
- // aapt resource value: 0x7F0301D5
- public const int ratingBarStyleSmall = 2130903509;
-
- // aapt resource value: 0x7F0301D6
- public const int recyclerViewStyle = 2130903510;
-
- // aapt resource value: 0x7F0301D7
- public const int reverseLayout = 2130903511;
-
- // aapt resource value: 0x7F0301D8
- public const int rippleColor = 2130903512;
-
- // aapt resource value: 0x7F0301D9
- public const int scrimAnimationDuration = 2130903513;
-
- // aapt resource value: 0x7F0301DA
- public const int scrimBackground = 2130903514;
-
- // aapt resource value: 0x7F0301DB
- public const int scrimVisibleHeightTrigger = 2130903515;
-
- // aapt resource value: 0x7F0301DC
- public const int scrollViewStyle = 2130903516;
-
- // aapt resource value: 0x7F0301DD
- public const int searchHintIcon = 2130903517;
-
- // aapt resource value: 0x7F0301DE
- public const int searchIcon = 2130903518;
-
- // aapt resource value: 0x7F0301DF
- public const int searchViewStyle = 2130903519;
-
- // aapt resource value: 0x7F0301E0
- public const int seekBarStyle = 2130903520;
-
- // aapt resource value: 0x7F0301E1
- public const int selectableItemBackground = 2130903521;
-
- // aapt resource value: 0x7F0301E2
- public const int selectableItemBackgroundBorderless = 2130903522;
-
- // aapt resource value: 0x7F0301E3
- public const int selectionRequired = 2130903523;
-
- // aapt resource value: 0x7F0301E4
- public const int shapeAppearance = 2130903524;
-
- // aapt resource value: 0x7F0301E5
- public const int shapeAppearanceLargeComponent = 2130903525;
-
- // aapt resource value: 0x7F0301E6
- public const int shapeAppearanceMediumComponent = 2130903526;
-
- // aapt resource value: 0x7F0301E7
- public const int shapeAppearanceOverlay = 2130903527;
-
- // aapt resource value: 0x7F0301E8
- public const int shapeAppearanceSmallComponent = 2130903528;
-
- // aapt resource value: 0x7F0301E9
- public const int showAsAction = 2130903529;
-
- // aapt resource value: 0x7F0301EA
- public const int showDividers = 2130903530;
-
- // aapt resource value: 0x7F0301EB
- public const int showMotionSpec = 2130903531;
-
- // aapt resource value: 0x7F0301EC
- public const int showText = 2130903532;
-
- // aapt resource value: 0x7F0301ED
- public const int showTitle = 2130903533;
-
- // aapt resource value: 0x7F0301EE
- public const int shrinkMotionSpec = 2130903534;
-
- // aapt resource value: 0x7F0301EF
- public const int singleChoiceItemLayout = 2130903535;
-
- // aapt resource value: 0x7F0301F0
- public const int singleLine = 2130903536;
-
- // aapt resource value: 0x7F0301F1
- public const int singleSelection = 2130903537;
-
- // aapt resource value: 0x7F0301F2
- public const int sliderStyle = 2130903538;
-
- // aapt resource value: 0x7F0301F3
- public const int snackbarButtonStyle = 2130903539;
-
- // aapt resource value: 0x7F0301F4
- public const int snackbarStyle = 2130903540;
-
- // aapt resource value: 0x7F0301F5
- public const int snackbarTextViewStyle = 2130903541;
-
- // aapt resource value: 0x7F0301F6
- public const int spanCount = 2130903542;
-
- // aapt resource value: 0x7F0301F7
- public const int spinBars = 2130903543;
-
- // aapt resource value: 0x7F0301F8
- public const int spinnerDropDownItemStyle = 2130903544;
-
- // aapt resource value: 0x7F0301F9
- public const int spinnerStyle = 2130903545;
-
- // aapt resource value: 0x7F0301FA
- public const int splitTrack = 2130903546;
-
- // aapt resource value: 0x7F0301FB
- public const int srcCompat = 2130903547;
-
- // aapt resource value: 0x7F0301FC
- public const int stackFromEnd = 2130903548;
-
- // aapt resource value: 0x7F0301FD
- public const int startIconCheckable = 2130903549;
-
- // aapt resource value: 0x7F0301FE
- public const int startIconContentDescription = 2130903550;
-
- // aapt resource value: 0x7F0301FF
- public const int startIconDrawable = 2130903551;
-
- // aapt resource value: 0x7F030200
- public const int startIconTint = 2130903552;
-
- // aapt resource value: 0x7F030201
- public const int startIconTintMode = 2130903553;
-
- // aapt resource value: 0x7F030202
- public const int state_above_anchor = 2130903554;
-
- // aapt resource value: 0x7F030203
- public const int state_collapsed = 2130903555;
-
- // aapt resource value: 0x7F030204
- public const int state_collapsible = 2130903556;
-
- // aapt resource value: 0x7F030205
- public const int state_dragged = 2130903557;
-
- // aapt resource value: 0x7F030206
- public const int state_liftable = 2130903558;
-
- // aapt resource value: 0x7F030207
- public const int state_lifted = 2130903559;
-
- // aapt resource value: 0x7F030208
- public const int statusBarBackground = 2130903560;
-
- // aapt resource value: 0x7F030209
- public const int statusBarForeground = 2130903561;
-
- // aapt resource value: 0x7F03020A
- public const int statusBarScrim = 2130903562;
-
- // aapt resource value: 0x7F03020B
- public const int strokeColor = 2130903563;
-
- // aapt resource value: 0x7F03020C
- public const int strokeWidth = 2130903564;
-
- // aapt resource value: 0x7F03020D
- public const int subMenuArrow = 2130903565;
-
- // aapt resource value: 0x7F03020E
- public const int submitBackground = 2130903566;
-
- // aapt resource value: 0x7F03020F
- public const int subtitle = 2130903567;
-
- // aapt resource value: 0x7F030210
- public const int subtitleTextAppearance = 2130903568;
-
- // aapt resource value: 0x7F030211
- public const int subtitleTextColor = 2130903569;
-
- // aapt resource value: 0x7F030212
- public const int subtitleTextStyle = 2130903570;
-
- // aapt resource value: 0x7F030213
- public const int suffixText = 2130903571;
-
- // aapt resource value: 0x7F030214
- public const int suffixTextAppearance = 2130903572;
-
- // aapt resource value: 0x7F030215
- public const int suffixTextColor = 2130903573;
-
- // aapt resource value: 0x7F030216
- public const int suggestionRowLayout = 2130903574;
-
- // aapt resource value: 0x7F030217
- public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903575;
-
- // aapt resource value: 0x7F030218
- public const int switchMinWidth = 2130903576;
-
- // aapt resource value: 0x7F030219
- public const int switchPadding = 2130903577;
-
- // aapt resource value: 0x7F03021A
- public const int switchStyle = 2130903578;
-
- // aapt resource value: 0x7F03021B
- public const int switchTextAppearance = 2130903579;
-
- // aapt resource value: 0x7F03021C
- public const int tabBackground = 2130903580;
-
- // aapt resource value: 0x7F03021D
- public const int tabContentStart = 2130903581;
-
- // aapt resource value: 0x7F03021E
- public const int tabGravity = 2130903582;
-
- // aapt resource value: 0x7F03021F
- public const int tabIconTint = 2130903583;
-
- // aapt resource value: 0x7F030220
- public const int tabIconTintMode = 2130903584;
-
- // aapt resource value: 0x7F030221
- public const int tabIndicator = 2130903585;
-
- // aapt resource value: 0x7F030222
- public const int tabIndicatorAnimationDuration = 2130903586;
-
- // aapt resource value: 0x7F030223
- public const int tabIndicatorColor = 2130903587;
-
- // aapt resource value: 0x7F030224
- public const int tabIndicatorFullWidth = 2130903588;
-
- // aapt resource value: 0x7F030225
- public const int tabIndicatorGravity = 2130903589;
-
- // aapt resource value: 0x7F030226
- public const int tabIndicatorHeight = 2130903590;
-
- // aapt resource value: 0x7F030227
- public const int tabInlineLabel = 2130903591;
-
- // aapt resource value: 0x7F030228
- public const int tabMaxWidth = 2130903592;
-
- // aapt resource value: 0x7F030229
- public const int tabMinWidth = 2130903593;
-
- // aapt resource value: 0x7F03022A
- public const int tabMode = 2130903594;
-
- // aapt resource value: 0x7F03022B
- public const int tabPadding = 2130903595;
-
- // aapt resource value: 0x7F03022C
- public const int tabPaddingBottom = 2130903596;
-
- // aapt resource value: 0x7F03022D
- public const int tabPaddingEnd = 2130903597;
-
- // aapt resource value: 0x7F03022E
- public const int tabPaddingStart = 2130903598;
-
- // aapt resource value: 0x7F03022F
- public const int tabPaddingTop = 2130903599;
-
- // aapt resource value: 0x7F030230
- public const int tabRippleColor = 2130903600;
-
- // aapt resource value: 0x7F030231
- public const int tabSelectedTextColor = 2130903601;
-
- // aapt resource value: 0x7F030232
- public const int tabStyle = 2130903602;
-
- // aapt resource value: 0x7F030233
- public const int tabTextAppearance = 2130903603;
-
- // aapt resource value: 0x7F030234
- public const int tabTextColor = 2130903604;
-
- // aapt resource value: 0x7F030235
- public const int tabUnboundedRipple = 2130903605;
-
- // aapt resource value: 0x7F030236
- public const int textAllCaps = 2130903606;
-
- // aapt resource value: 0x7F030237
- public const int textAppearanceBody1 = 2130903607;
-
- // aapt resource value: 0x7F030238
- public const int textAppearanceBody2 = 2130903608;
-
- // aapt resource value: 0x7F030239
- public const int textAppearanceButton = 2130903609;
-
- // aapt resource value: 0x7F03023A
- public const int textAppearanceCaption = 2130903610;
-
- // aapt resource value: 0x7F03023B
- public const int textAppearanceHeadline1 = 2130903611;
-
- // aapt resource value: 0x7F03023C
- public const int textAppearanceHeadline2 = 2130903612;
-
- // aapt resource value: 0x7F03023D
- public const int textAppearanceHeadline3 = 2130903613;
-
- // aapt resource value: 0x7F03023E
- public const int textAppearanceHeadline4 = 2130903614;
-
- // aapt resource value: 0x7F03023F
- public const int textAppearanceHeadline5 = 2130903615;
-
- // aapt resource value: 0x7F030240
- public const int textAppearanceHeadline6 = 2130903616;
-
- // aapt resource value: 0x7F030241
- public const int textAppearanceLargePopupMenu = 2130903617;
-
- // aapt resource value: 0x7F030242
- public const int textAppearanceLineHeightEnabled = 2130903618;
-
- // aapt resource value: 0x7F030243
- public const int textAppearanceListItem = 2130903619;
-
- // aapt resource value: 0x7F030244
- public const int textAppearanceListItemSecondary = 2130903620;
-
- // aapt resource value: 0x7F030245
- public const int textAppearanceListItemSmall = 2130903621;
-
- // aapt resource value: 0x7F030246
- public const int textAppearanceOverline = 2130903622;
-
- // aapt resource value: 0x7F030247
- public const int textAppearancePopupMenuHeader = 2130903623;
-
- // aapt resource value: 0x7F030248
- public const int textAppearanceSearchResultSubtitle = 2130903624;
-
- // aapt resource value: 0x7F030249
- public const int textAppearanceSearchResultTitle = 2130903625;
-
- // aapt resource value: 0x7F03024A
- public const int textAppearanceSmallPopupMenu = 2130903626;
-
- // aapt resource value: 0x7F03024B
- public const int textAppearanceSubtitle1 = 2130903627;
-
- // aapt resource value: 0x7F03024C
- public const int textAppearanceSubtitle2 = 2130903628;
-
- // aapt resource value: 0x7F03024D
- public const int textColorAlertDialogListItem = 2130903629;
-
- // aapt resource value: 0x7F03024E
- public const int textColorSearchUrl = 2130903630;
-
- // aapt resource value: 0x7F03024F
- public const int textEndPadding = 2130903631;
-
- // aapt resource value: 0x7F030250
- public const int textInputLayoutFocusedRectEnabled = 2130903632;
-
- // aapt resource value: 0x7F030251
- public const int textInputStyle = 2130903633;
-
- // aapt resource value: 0x7F030252
- public const int textLocale = 2130903634;
-
- // aapt resource value: 0x7F030253
- public const int textStartPadding = 2130903635;
-
- // aapt resource value: 0x7F030254
- public const int theme = 2130903636;
-
- // aapt resource value: 0x7F030255
- public const int themeLineHeight = 2130903637;
-
- // aapt resource value: 0x7F030256
- public const int thickness = 2130903638;
-
- // aapt resource value: 0x7F030257
- public const int thumbColor = 2130903639;
-
- // aapt resource value: 0x7F030258
- public const int thumbElevation = 2130903640;
-
- // aapt resource value: 0x7F030259
- public const int thumbRadius = 2130903641;
-
- // aapt resource value: 0x7F03025A
- public const int thumbTextPadding = 2130903642;
-
- // aapt resource value: 0x7F03025B
- public const int thumbTint = 2130903643;
-
- // aapt resource value: 0x7F03025C
- public const int thumbTintMode = 2130903644;
-
- // aapt resource value: 0x7F03025D
- public const int tickColor = 2130903645;
-
- // aapt resource value: 0x7F03025E
- public const int tickColorActive = 2130903646;
-
- // aapt resource value: 0x7F03025F
- public const int tickColorInactive = 2130903647;
-
- // aapt resource value: 0x7F030260
- public const int tickMark = 2130903648;
-
- // aapt resource value: 0x7F030261
- public const int tickMarkTint = 2130903649;
-
- // aapt resource value: 0x7F030262
- public const int tickMarkTintMode = 2130903650;
-
- // aapt resource value: 0x7F030263
- public const int tint = 2130903651;
-
- // aapt resource value: 0x7F030264
- public const int tintMode = 2130903652;
-
- // aapt resource value: 0x7F030265
- public const int title = 2130903653;
-
- // aapt resource value: 0x7F030266
- public const int titleEnabled = 2130903654;
-
- // aapt resource value: 0x7F030267
- public const int titleMargin = 2130903655;
-
- // aapt resource value: 0x7F030268
- public const int titleMarginBottom = 2130903656;
-
- // aapt resource value: 0x7F030269
- public const int titleMarginEnd = 2130903657;
-
- // aapt resource value: 0x7F03026C
- public const int titleMargins = 2130903660;
-
- // aapt resource value: 0x7F03026A
- public const int titleMarginStart = 2130903658;
-
- // aapt resource value: 0x7F03026B
- public const int titleMarginTop = 2130903659;
-
- // aapt resource value: 0x7F03026D
- public const int titleTextAppearance = 2130903661;
-
- // aapt resource value: 0x7F03026E
- public const int titleTextColor = 2130903662;
-
- // aapt resource value: 0x7F03026F
- public const int titleTextStyle = 2130903663;
-
- // aapt resource value: 0x7F030270
- public const int toolbarId = 2130903664;
-
- // aapt resource value: 0x7F030271
- public const int toolbarNavigationButtonStyle = 2130903665;
-
- // aapt resource value: 0x7F030272
- public const int toolbarStyle = 2130903666;
-
- // aapt resource value: 0x7F030273
- public const int tooltipForegroundColor = 2130903667;
-
- // aapt resource value: 0x7F030274
- public const int tooltipFrameBackground = 2130903668;
-
- // aapt resource value: 0x7F030275
- public const int tooltipStyle = 2130903669;
-
- // aapt resource value: 0x7F030276
- public const int tooltipText = 2130903670;
-
- // aapt resource value: 0x7F030277
- public const int track = 2130903671;
-
- // aapt resource value: 0x7F030278
- public const int trackColor = 2130903672;
-
- // aapt resource value: 0x7F030279
- public const int trackColorActive = 2130903673;
-
- // aapt resource value: 0x7F03027A
- public const int trackColorInactive = 2130903674;
-
- // aapt resource value: 0x7F03027B
- public const int trackHeight = 2130903675;
-
- // aapt resource value: 0x7F03027C
- public const int trackTint = 2130903676;
-
- // aapt resource value: 0x7F03027D
- public const int trackTintMode = 2130903677;
-
- // aapt resource value: 0x7F03027E
- public const int transitionShapeAppearance = 2130903678;
-
- // aapt resource value: 0x7F03027F
- public const int ttcIndex = 2130903679;
-
- // aapt resource value: 0x7F030280
- public const int useCompatPadding = 2130903680;
-
- // aapt resource value: 0x7F030281
- public const int useMaterialThemeColors = 2130903681;
-
- // aapt resource value: 0x7F030282
- public const int values = 2130903682;
-
- // aapt resource value: 0x7F030283
- public const int verticalOffset = 2130903683;
-
- // aapt resource value: 0x7F030284
- public const int viewInflaterClass = 2130903684;
-
- // aapt resource value: 0x7F030285
- public const int voiceIcon = 2130903685;
-
- // aapt resource value: 0x7F030286
- public const int windowActionBar = 2130903686;
-
- // aapt resource value: 0x7F030287
- public const int windowActionBarOverlay = 2130903687;
-
- // aapt resource value: 0x7F030288
- public const int windowActionModeOverlay = 2130903688;
-
- // aapt resource value: 0x7F030289
- public const int windowFixedHeightMajor = 2130903689;
-
- // aapt resource value: 0x7F03028A
- public const int windowFixedHeightMinor = 2130903690;
-
- // aapt resource value: 0x7F03028B
- public const int windowFixedWidthMajor = 2130903691;
-
- // aapt resource value: 0x7F03028C
- public const int windowFixedWidthMinor = 2130903692;
-
- // aapt resource value: 0x7F03028D
- public const int windowMinWidthMajor = 2130903693;
-
- // aapt resource value: 0x7F03028E
- public const int windowMinWidthMinor = 2130903694;
-
- // aapt resource value: 0x7F03028F
- public const int windowNoTitle = 2130903695;
-
- // aapt resource value: 0x7F030290
- public const int yearSelectedStyle = 2130903696;
-
- // aapt resource value: 0x7F030291
- public const int yearStyle = 2130903697;
-
- // aapt resource value: 0x7F030292
- public const int yearTodayStyle = 2130903698;
-
- static Attribute()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Attribute()
- {
- }
- }
-
- public partial class Boolean
- {
-
- // aapt resource value: 0x7F040000
- public const int abc_action_bar_embed_tabs = 2130968576;
-
- // aapt resource value: 0x7F040001
- public const int abc_allow_stacked_button_bar = 2130968577;
-
- // aapt resource value: 0x7F040002
- public const int abc_config_actionMenuItemAllCaps = 2130968578;
-
- // aapt resource value: 0x7F040003
- public const int mtrl_btn_textappearance_all_caps = 2130968579;
-
- static Boolean()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Boolean()
- {
- }
- }
-
- public partial class Color
- {
-
- // aapt resource value: 0x7F050000
- public const int abc_background_cache_hint_selector_material_dark = 2131034112;
-
- // aapt resource value: 0x7F050001
- public const int abc_background_cache_hint_selector_material_light = 2131034113;
-
- // aapt resource value: 0x7F050002
- public const int abc_btn_colored_borderless_text_material = 2131034114;
-
- // aapt resource value: 0x7F050003
- public const int abc_btn_colored_text_material = 2131034115;
-
- // aapt resource value: 0x7F050004
- public const int abc_color_highlight_material = 2131034116;
-
- // aapt resource value: 0x7F050005
- public const int abc_decor_view_status_guard = 2131034117;
-
- // aapt resource value: 0x7F050006
- public const int abc_decor_view_status_guard_light = 2131034118;
-
- // aapt resource value: 0x7F050007
- public const int abc_hint_foreground_material_dark = 2131034119;
-
- // aapt resource value: 0x7F050008
- public const int abc_hint_foreground_material_light = 2131034120;
-
- // aapt resource value: 0x7F050009
- public const int abc_primary_text_disable_only_material_dark = 2131034121;
-
- // aapt resource value: 0x7F05000A
- public const int abc_primary_text_disable_only_material_light = 2131034122;
-
- // aapt resource value: 0x7F05000B
- public const int abc_primary_text_material_dark = 2131034123;
-
- // aapt resource value: 0x7F05000C
- public const int abc_primary_text_material_light = 2131034124;
-
- // aapt resource value: 0x7F05000D
- public const int abc_search_url_text = 2131034125;
-
- // aapt resource value: 0x7F05000E
- public const int abc_search_url_text_normal = 2131034126;
-
- // aapt resource value: 0x7F05000F
- public const int abc_search_url_text_pressed = 2131034127;
-
- // aapt resource value: 0x7F050010
- public const int abc_search_url_text_selected = 2131034128;
-
- // aapt resource value: 0x7F050011
- public const int abc_secondary_text_material_dark = 2131034129;
-
- // aapt resource value: 0x7F050012
- public const int abc_secondary_text_material_light = 2131034130;
-
- // aapt resource value: 0x7F050013
- public const int abc_tint_btn_checkable = 2131034131;
-
- // aapt resource value: 0x7F050014
- public const int abc_tint_default = 2131034132;
-
- // aapt resource value: 0x7F050015
- public const int abc_tint_edittext = 2131034133;
-
- // aapt resource value: 0x7F050016
- public const int abc_tint_seek_thumb = 2131034134;
-
- // aapt resource value: 0x7F050017
- public const int abc_tint_spinner = 2131034135;
-
- // aapt resource value: 0x7F050018
- public const int abc_tint_switch_track = 2131034136;
-
- // aapt resource value: 0x7F050019
- public const int accent_material_dark = 2131034137;
-
- // aapt resource value: 0x7F05001A
- public const int accent_material_light = 2131034138;
-
- // aapt resource value: 0x7F05001B
- public const int androidx_core_ripple_material_light = 2131034139;
-
- // aapt resource value: 0x7F05001C
- public const int androidx_core_secondary_text_default_material_light = 2131034140;
-
- // aapt resource value: 0x7F05001D
- public const int background_floating_material_dark = 2131034141;
-
- // aapt resource value: 0x7F05001E
- public const int background_floating_material_light = 2131034142;
-
- // aapt resource value: 0x7F05001F
- public const int background_material_dark = 2131034143;
-
- // aapt resource value: 0x7F050020
- public const int background_material_light = 2131034144;
-
- // aapt resource value: 0x7F050021
- public const int bright_foreground_disabled_material_dark = 2131034145;
-
- // aapt resource value: 0x7F050022
- public const int bright_foreground_disabled_material_light = 2131034146;
-
- // aapt resource value: 0x7F050023
- public const int bright_foreground_inverse_material_dark = 2131034147;
-
- // aapt resource value: 0x7F050024
- public const int bright_foreground_inverse_material_light = 2131034148;
-
- // aapt resource value: 0x7F050025
- public const int bright_foreground_material_dark = 2131034149;
-
- // aapt resource value: 0x7F050026
- public const int bright_foreground_material_light = 2131034150;
-
- // aapt resource value: 0x7F050027
- public const int browser_actions_bg_grey = 2131034151;
-
- // aapt resource value: 0x7F050028
- public const int browser_actions_divider_color = 2131034152;
-
- // aapt resource value: 0x7F050029
- public const int browser_actions_text_color = 2131034153;
-
- // aapt resource value: 0x7F05002A
- public const int browser_actions_title_color = 2131034154;
-
- // aapt resource value: 0x7F05002B
- public const int button_material_dark = 2131034155;
-
- // aapt resource value: 0x7F05002C
- public const int button_material_light = 2131034156;
-
- // aapt resource value: 0x7F05002D
- public const int cardview_dark_background = 2131034157;
-
- // aapt resource value: 0x7F05002E
- public const int cardview_light_background = 2131034158;
-
- // aapt resource value: 0x7F05002F
- public const int cardview_shadow_end_color = 2131034159;
-
- // aapt resource value: 0x7F050030
- public const int cardview_shadow_start_color = 2131034160;
-
- // aapt resource value: 0x7F050031
- public const int checkbox_themeable_attribute_color = 2131034161;
-
- // aapt resource value: 0x7F050032
- public const int colorAccent = 2131034162;
-
- // aapt resource value: 0x7F050033
- public const int colorPrimary = 2131034163;
-
- // aapt resource value: 0x7F050034
- public const int colorPrimaryDark = 2131034164;
-
- // aapt resource value: 0x7F050035
- public const int design_bottom_navigation_shadow_color = 2131034165;
-
- // aapt resource value: 0x7F050036
- public const int design_box_stroke_color = 2131034166;
-
- // aapt resource value: 0x7F050037
- public const int design_dark_default_color_background = 2131034167;
-
- // aapt resource value: 0x7F050038
- public const int design_dark_default_color_error = 2131034168;
-
- // aapt resource value: 0x7F050039
- public const int design_dark_default_color_on_background = 2131034169;
-
- // aapt resource value: 0x7F05003A
- public const int design_dark_default_color_on_error = 2131034170;
-
- // aapt resource value: 0x7F05003B
- public const int design_dark_default_color_on_primary = 2131034171;
-
- // aapt resource value: 0x7F05003C
- public const int design_dark_default_color_on_secondary = 2131034172;
-
- // aapt resource value: 0x7F05003D
- public const int design_dark_default_color_on_surface = 2131034173;
-
- // aapt resource value: 0x7F05003E
- public const int design_dark_default_color_primary = 2131034174;
-
- // aapt resource value: 0x7F05003F
- public const int design_dark_default_color_primary_dark = 2131034175;
-
- // aapt resource value: 0x7F050040
- public const int design_dark_default_color_primary_variant = 2131034176;
-
- // aapt resource value: 0x7F050041
- public const int design_dark_default_color_secondary = 2131034177;
-
- // aapt resource value: 0x7F050042
- public const int design_dark_default_color_secondary_variant = 2131034178;
-
- // aapt resource value: 0x7F050043
- public const int design_dark_default_color_surface = 2131034179;
-
- // aapt resource value: 0x7F050044
- public const int design_default_color_background = 2131034180;
-
- // aapt resource value: 0x7F050045
- public const int design_default_color_error = 2131034181;
-
- // aapt resource value: 0x7F050046
- public const int design_default_color_on_background = 2131034182;
-
- // aapt resource value: 0x7F050047
- public const int design_default_color_on_error = 2131034183;
-
- // aapt resource value: 0x7F050048
- public const int design_default_color_on_primary = 2131034184;
-
- // aapt resource value: 0x7F050049
- public const int design_default_color_on_secondary = 2131034185;
-
- // aapt resource value: 0x7F05004A
- public const int design_default_color_on_surface = 2131034186;
-
- // aapt resource value: 0x7F05004B
- public const int design_default_color_primary = 2131034187;
-
- // aapt resource value: 0x7F05004C
- public const int design_default_color_primary_dark = 2131034188;
-
- // aapt resource value: 0x7F05004D
- public const int design_default_color_primary_variant = 2131034189;
-
- // aapt resource value: 0x7F05004E
- public const int design_default_color_secondary = 2131034190;
-
- // aapt resource value: 0x7F05004F
- public const int design_default_color_secondary_variant = 2131034191;
-
- // aapt resource value: 0x7F050050
- public const int design_default_color_surface = 2131034192;
-
- // aapt resource value: 0x7F050051
- public const int design_error = 2131034193;
-
- // aapt resource value: 0x7F050052
- public const int design_fab_shadow_end_color = 2131034194;
-
- // aapt resource value: 0x7F050053
- public const int design_fab_shadow_mid_color = 2131034195;
-
- // aapt resource value: 0x7F050054
- public const int design_fab_shadow_start_color = 2131034196;
-
- // aapt resource value: 0x7F050055
- public const int design_fab_stroke_end_inner_color = 2131034197;
-
- // aapt resource value: 0x7F050056
- public const int design_fab_stroke_end_outer_color = 2131034198;
-
- // aapt resource value: 0x7F050057
- public const int design_fab_stroke_top_inner_color = 2131034199;
-
- // aapt resource value: 0x7F050058
- public const int design_fab_stroke_top_outer_color = 2131034200;
-
- // aapt resource value: 0x7F050059
- public const int design_icon_tint = 2131034201;
-
- // aapt resource value: 0x7F05005A
- public const int design_snackbar_background_color = 2131034202;
-
- // aapt resource value: 0x7F05005B
- public const int dim_foreground_disabled_material_dark = 2131034203;
-
- // aapt resource value: 0x7F05005C
- public const int dim_foreground_disabled_material_light = 2131034204;
-
- // aapt resource value: 0x7F05005D
- public const int dim_foreground_material_dark = 2131034205;
-
- // aapt resource value: 0x7F05005E
- public const int dim_foreground_material_light = 2131034206;
-
- // aapt resource value: 0x7F05005F
- public const int error_color_material_dark = 2131034207;
-
- // aapt resource value: 0x7F050060
- public const int error_color_material_light = 2131034208;
-
- // aapt resource value: 0x7F050061
- public const int foreground_material_dark = 2131034209;
-
- // aapt resource value: 0x7F050062
- public const int foreground_material_light = 2131034210;
-
- // aapt resource value: 0x7F050063
- public const int highlighted_text_material_dark = 2131034211;
-
- // aapt resource value: 0x7F050064
- public const int highlighted_text_material_light = 2131034212;
-
- // aapt resource value: 0x7F050065
- public const int launcher_background = 2131034213;
-
- // aapt resource value: 0x7F050066
- public const int material_blue_grey_800 = 2131034214;
-
- // aapt resource value: 0x7F050067
- public const int material_blue_grey_900 = 2131034215;
-
- // aapt resource value: 0x7F050068
- public const int material_blue_grey_950 = 2131034216;
-
- // aapt resource value: 0x7F050069
- public const int material_deep_teal_200 = 2131034217;
-
- // aapt resource value: 0x7F05006A
- public const int material_deep_teal_500 = 2131034218;
-
- // aapt resource value: 0x7F05006B
- public const int material_grey_100 = 2131034219;
-
- // aapt resource value: 0x7F05006C
- public const int material_grey_300 = 2131034220;
-
- // aapt resource value: 0x7F05006D
- public const int material_grey_50 = 2131034221;
-
- // aapt resource value: 0x7F05006E
- public const int material_grey_600 = 2131034222;
-
- // aapt resource value: 0x7F05006F
- public const int material_grey_800 = 2131034223;
-
- // aapt resource value: 0x7F050070
- public const int material_grey_850 = 2131034224;
-
- // aapt resource value: 0x7F050071
- public const int material_grey_900 = 2131034225;
-
- // aapt resource value: 0x7F050072
- public const int material_on_background_disabled = 2131034226;
-
- // aapt resource value: 0x7F050073
- public const int material_on_background_emphasis_high_type = 2131034227;
-
- // aapt resource value: 0x7F050074
- public const int material_on_background_emphasis_medium = 2131034228;
-
- // aapt resource value: 0x7F050075
- public const int material_on_primary_disabled = 2131034229;
-
- // aapt resource value: 0x7F050076
- public const int material_on_primary_emphasis_high_type = 2131034230;
-
- // aapt resource value: 0x7F050077
- public const int material_on_primary_emphasis_medium = 2131034231;
-
- // aapt resource value: 0x7F050078
- public const int material_on_surface_disabled = 2131034232;
-
- // aapt resource value: 0x7F050079
- public const int material_on_surface_emphasis_high_type = 2131034233;
-
- // aapt resource value: 0x7F05007A
- public const int material_on_surface_emphasis_medium = 2131034234;
-
- // aapt resource value: 0x7F05007B
- public const int material_on_surface_stroke = 2131034235;
-
- // aapt resource value: 0x7F05007C
- public const int material_slider_active_tick_marks_color = 2131034236;
-
- // aapt resource value: 0x7F05007D
- public const int material_slider_active_track_color = 2131034237;
-
- // aapt resource value: 0x7F05007E
- public const int material_slider_halo_color = 2131034238;
-
- // aapt resource value: 0x7F05007F
- public const int material_slider_inactive_tick_marks_color = 2131034239;
-
- // aapt resource value: 0x7F050080
- public const int material_slider_inactive_track_color = 2131034240;
-
- // aapt resource value: 0x7F050081
- public const int material_slider_thumb_color = 2131034241;
-
- // aapt resource value: 0x7F050082
- public const int mtrl_bottom_nav_colored_item_tint = 2131034242;
-
- // aapt resource value: 0x7F050083
- public const int mtrl_bottom_nav_colored_ripple_color = 2131034243;
-
- // aapt resource value: 0x7F050084
- public const int mtrl_bottom_nav_item_tint = 2131034244;
-
- // aapt resource value: 0x7F050085
- public const int mtrl_bottom_nav_ripple_color = 2131034245;
-
- // aapt resource value: 0x7F050086
- public const int mtrl_btn_bg_color_selector = 2131034246;
-
- // aapt resource value: 0x7F050087
- public const int mtrl_btn_ripple_color = 2131034247;
-
- // aapt resource value: 0x7F050088
- public const int mtrl_btn_stroke_color_selector = 2131034248;
-
- // aapt resource value: 0x7F050089
- public const int mtrl_btn_text_btn_bg_color_selector = 2131034249;
-
- // aapt resource value: 0x7F05008A
- public const int mtrl_btn_text_btn_ripple_color = 2131034250;
-
- // aapt resource value: 0x7F05008B
- public const int mtrl_btn_text_color_disabled = 2131034251;
-
- // aapt resource value: 0x7F05008C
- public const int mtrl_btn_text_color_selector = 2131034252;
-
- // aapt resource value: 0x7F05008D
- public const int mtrl_btn_transparent_bg_color = 2131034253;
-
- // aapt resource value: 0x7F05008E
- public const int mtrl_calendar_item_stroke_color = 2131034254;
-
- // aapt resource value: 0x7F05008F
- public const int mtrl_calendar_selected_range = 2131034255;
-
- // aapt resource value: 0x7F050090
- public const int mtrl_card_view_foreground = 2131034256;
-
- // aapt resource value: 0x7F050091
- public const int mtrl_card_view_ripple = 2131034257;
-
- // aapt resource value: 0x7F050092
- public const int mtrl_chip_background_color = 2131034258;
-
- // aapt resource value: 0x7F050093
- public const int mtrl_chip_close_icon_tint = 2131034259;
-
- // aapt resource value: 0x7F050094
- public const int mtrl_chip_ripple_color = 2131034260;
-
- // aapt resource value: 0x7F050095
- public const int mtrl_chip_surface_color = 2131034261;
-
- // aapt resource value: 0x7F050096
- public const int mtrl_chip_text_color = 2131034262;
-
- // aapt resource value: 0x7F050097
- public const int mtrl_choice_chip_background_color = 2131034263;
-
- // aapt resource value: 0x7F050098
- public const int mtrl_choice_chip_ripple_color = 2131034264;
-
- // aapt resource value: 0x7F050099
- public const int mtrl_choice_chip_text_color = 2131034265;
-
- // aapt resource value: 0x7F05009A
- public const int mtrl_error = 2131034266;
-
- // aapt resource value: 0x7F05009B
- public const int mtrl_fab_bg_color_selector = 2131034267;
-
- // aapt resource value: 0x7F05009C
- public const int mtrl_fab_icon_text_color_selector = 2131034268;
-
- // aapt resource value: 0x7F05009D
- public const int mtrl_fab_ripple_color = 2131034269;
-
- // aapt resource value: 0x7F05009E
- public const int mtrl_filled_background_color = 2131034270;
-
- // aapt resource value: 0x7F05009F
- public const int mtrl_filled_icon_tint = 2131034271;
-
- // aapt resource value: 0x7F0500A0
- public const int mtrl_filled_stroke_color = 2131034272;
-
- // aapt resource value: 0x7F0500A1
- public const int mtrl_indicator_text_color = 2131034273;
-
- // aapt resource value: 0x7F0500A2
- public const int mtrl_navigation_item_background_color = 2131034274;
-
- // aapt resource value: 0x7F0500A3
- public const int mtrl_navigation_item_icon_tint = 2131034275;
-
- // aapt resource value: 0x7F0500A4
- public const int mtrl_navigation_item_text_color = 2131034276;
-
- // aapt resource value: 0x7F0500A5
- public const int mtrl_on_primary_text_btn_text_color_selector = 2131034277;
-
- // aapt resource value: 0x7F0500A6
- public const int mtrl_outlined_icon_tint = 2131034278;
-
- // aapt resource value: 0x7F0500A7
- public const int mtrl_outlined_stroke_color = 2131034279;
-
- // aapt resource value: 0x7F0500A8
- public const int mtrl_popupmenu_overlay_color = 2131034280;
-
- // aapt resource value: 0x7F0500A9
- public const int mtrl_scrim_color = 2131034281;
-
- // aapt resource value: 0x7F0500AA
- public const int mtrl_tabs_colored_ripple_color = 2131034282;
-
- // aapt resource value: 0x7F0500AB
- public const int mtrl_tabs_icon_color_selector = 2131034283;
-
- // aapt resource value: 0x7F0500AC
- public const int mtrl_tabs_icon_color_selector_colored = 2131034284;
-
- // aapt resource value: 0x7F0500AD
- public const int mtrl_tabs_legacy_text_color_selector = 2131034285;
-
- // aapt resource value: 0x7F0500AE
- public const int mtrl_tabs_ripple_color = 2131034286;
-
- // aapt resource value: 0x7F0500B0
- public const int mtrl_textinput_default_box_stroke_color = 2131034288;
-
- // aapt resource value: 0x7F0500B1
- public const int mtrl_textinput_disabled_color = 2131034289;
-
- // aapt resource value: 0x7F0500B2
- public const int mtrl_textinput_filled_box_default_background_color = 2131034290;
-
- // aapt resource value: 0x7F0500B3
- public const int mtrl_textinput_focused_box_stroke_color = 2131034291;
-
- // aapt resource value: 0x7F0500B4
- public const int mtrl_textinput_hovered_box_stroke_color = 2131034292;
-
- // aapt resource value: 0x7F0500AF
- public const int mtrl_text_btn_text_color_selector = 2131034287;
-
- // aapt resource value: 0x7F0500B5
- public const int notification_action_color_filter = 2131034293;
-
- // aapt resource value: 0x7F0500B6
- public const int notification_icon_bg_color = 2131034294;
-
- // aapt resource value: 0x7F0500B7
- public const int notification_material_background_media_default_color = 2131034295;
-
- // aapt resource value: 0x7F0500B8
- public const int primary_dark_material_dark = 2131034296;
-
- // aapt resource value: 0x7F0500B9
- public const int primary_dark_material_light = 2131034297;
-
- // aapt resource value: 0x7F0500BA
- public const int primary_material_dark = 2131034298;
-
- // aapt resource value: 0x7F0500BB
- public const int primary_material_light = 2131034299;
-
- // aapt resource value: 0x7F0500BC
- public const int primary_text_default_material_dark = 2131034300;
-
- // aapt resource value: 0x7F0500BD
- public const int primary_text_default_material_light = 2131034301;
-
- // aapt resource value: 0x7F0500BE
- public const int primary_text_disabled_material_dark = 2131034302;
-
- // aapt resource value: 0x7F0500BF
- public const int primary_text_disabled_material_light = 2131034303;
-
- // aapt resource value: 0x7F0500C0
- public const int radiobutton_themeable_attribute_color = 2131034304;
-
- // aapt resource value: 0x7F0500C1
- public const int ripple_material_dark = 2131034305;
-
- // aapt resource value: 0x7F0500C2
- public const int ripple_material_light = 2131034306;
-
- // aapt resource value: 0x7F0500C3
- public const int secondary_text_default_material_dark = 2131034307;
-
- // aapt resource value: 0x7F0500C4
- public const int secondary_text_default_material_light = 2131034308;
-
- // aapt resource value: 0x7F0500C5
- public const int secondary_text_disabled_material_dark = 2131034309;
-
- // aapt resource value: 0x7F0500C6
- public const int secondary_text_disabled_material_light = 2131034310;
-
- // aapt resource value: 0x7F0500C7
- public const int switch_thumb_disabled_material_dark = 2131034311;
-
- // aapt resource value: 0x7F0500C8
- public const int switch_thumb_disabled_material_light = 2131034312;
-
- // aapt resource value: 0x7F0500C9
- public const int switch_thumb_material_dark = 2131034313;
-
- // aapt resource value: 0x7F0500CA
- public const int switch_thumb_material_light = 2131034314;
-
- // aapt resource value: 0x7F0500CB
- public const int switch_thumb_normal_material_dark = 2131034315;
-
- // aapt resource value: 0x7F0500CC
- public const int switch_thumb_normal_material_light = 2131034316;
-
- // aapt resource value: 0x7F0500CD
- public const int test_mtrl_calendar_day = 2131034317;
-
- // aapt resource value: 0x7F0500CE
- public const int test_mtrl_calendar_day_selected = 2131034318;
-
- // aapt resource value: 0x7F0500CF
- public const int tooltip_background_dark = 2131034319;
-
- // aapt resource value: 0x7F0500D0
- public const int tooltip_background_light = 2131034320;
-
- static Color()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Color()
- {
- }
- }
-
- public partial class Dimension
- {
-
- // aapt resource value: 0x7F060000
- public const int abc_action_bar_content_inset_material = 2131099648;
-
- // aapt resource value: 0x7F060001
- public const int abc_action_bar_content_inset_with_nav = 2131099649;
-
- // aapt resource value: 0x7F060002
- public const int abc_action_bar_default_height_material = 2131099650;
-
- // aapt resource value: 0x7F060003
- public const int abc_action_bar_default_padding_end_material = 2131099651;
-
- // aapt resource value: 0x7F060004
- public const int abc_action_bar_default_padding_start_material = 2131099652;
-
- // aapt resource value: 0x7F060005
- public const int abc_action_bar_elevation_material = 2131099653;
-
- // aapt resource value: 0x7F060006
- public const int abc_action_bar_icon_vertical_padding_material = 2131099654;
-
- // aapt resource value: 0x7F060007
- public const int abc_action_bar_overflow_padding_end_material = 2131099655;
-
- // aapt resource value: 0x7F060008
- public const int abc_action_bar_overflow_padding_start_material = 2131099656;
-
- // aapt resource value: 0x7F060009
- public const int abc_action_bar_stacked_max_height = 2131099657;
-
- // aapt resource value: 0x7F06000A
- public const int abc_action_bar_stacked_tab_max_width = 2131099658;
-
- // aapt resource value: 0x7F06000B
- public const int abc_action_bar_subtitle_bottom_margin_material = 2131099659;
-
- // aapt resource value: 0x7F06000C
- public const int abc_action_bar_subtitle_top_margin_material = 2131099660;
-
- // aapt resource value: 0x7F06000D
- public const int abc_action_button_min_height_material = 2131099661;
-
- // aapt resource value: 0x7F06000E
- public const int abc_action_button_min_width_material = 2131099662;
-
- // aapt resource value: 0x7F06000F
- public const int abc_action_button_min_width_overflow_material = 2131099663;
-
- // aapt resource value: 0x7F060010
- public const int abc_alert_dialog_button_bar_height = 2131099664;
-
- // aapt resource value: 0x7F060011
- public const int abc_alert_dialog_button_dimen = 2131099665;
-
- // aapt resource value: 0x7F060012
- public const int abc_button_inset_horizontal_material = 2131099666;
-
- // aapt resource value: 0x7F060013
- public const int abc_button_inset_vertical_material = 2131099667;
-
- // aapt resource value: 0x7F060014
- public const int abc_button_padding_horizontal_material = 2131099668;
-
- // aapt resource value: 0x7F060015
- public const int abc_button_padding_vertical_material = 2131099669;
-
- // aapt resource value: 0x7F060016
- public const int abc_cascading_menus_min_smallest_width = 2131099670;
-
- // aapt resource value: 0x7F060017
- public const int abc_config_prefDialogWidth = 2131099671;
-
- // aapt resource value: 0x7F060018
- public const int abc_control_corner_material = 2131099672;
-
- // aapt resource value: 0x7F060019
- public const int abc_control_inset_material = 2131099673;
-
- // aapt resource value: 0x7F06001A
- public const int abc_control_padding_material = 2131099674;
-
- // aapt resource value: 0x7F06001B
- public const int abc_dialog_corner_radius_material = 2131099675;
-
- // aapt resource value: 0x7F06001C
- public const int abc_dialog_fixed_height_major = 2131099676;
-
- // aapt resource value: 0x7F06001D
- public const int abc_dialog_fixed_height_minor = 2131099677;
-
- // aapt resource value: 0x7F06001E
- public const int abc_dialog_fixed_width_major = 2131099678;
-
- // aapt resource value: 0x7F06001F
- public const int abc_dialog_fixed_width_minor = 2131099679;
-
- // aapt resource value: 0x7F060020
- public const int abc_dialog_list_padding_bottom_no_buttons = 2131099680;
-
- // aapt resource value: 0x7F060021
- public const int abc_dialog_list_padding_top_no_title = 2131099681;
-
- // aapt resource value: 0x7F060022
- public const int abc_dialog_min_width_major = 2131099682;
-
- // aapt resource value: 0x7F060023
- public const int abc_dialog_min_width_minor = 2131099683;
-
- // aapt resource value: 0x7F060024
- public const int abc_dialog_padding_material = 2131099684;
-
- // aapt resource value: 0x7F060025
- public const int abc_dialog_padding_top_material = 2131099685;
-
- // aapt resource value: 0x7F060026
- public const int abc_dialog_title_divider_material = 2131099686;
-
- // aapt resource value: 0x7F060027
- public const int abc_disabled_alpha_material_dark = 2131099687;
-
- // aapt resource value: 0x7F060028
- public const int abc_disabled_alpha_material_light = 2131099688;
-
- // aapt resource value: 0x7F060029
- public const int abc_dropdownitem_icon_width = 2131099689;
-
- // aapt resource value: 0x7F06002A
- public const int abc_dropdownitem_text_padding_left = 2131099690;
-
- // aapt resource value: 0x7F06002B
- public const int abc_dropdownitem_text_padding_right = 2131099691;
-
- // aapt resource value: 0x7F06002C
- public const int abc_edit_text_inset_bottom_material = 2131099692;
-
- // aapt resource value: 0x7F06002D
- public const int abc_edit_text_inset_horizontal_material = 2131099693;
-
- // aapt resource value: 0x7F06002E
- public const int abc_edit_text_inset_top_material = 2131099694;
-
- // aapt resource value: 0x7F06002F
- public const int abc_floating_window_z = 2131099695;
-
- // aapt resource value: 0x7F060030
- public const int abc_list_item_height_large_material = 2131099696;
-
- // aapt resource value: 0x7F060031
- public const int abc_list_item_height_material = 2131099697;
-
- // aapt resource value: 0x7F060032
- public const int abc_list_item_height_small_material = 2131099698;
-
- // aapt resource value: 0x7F060033
- public const int abc_list_item_padding_horizontal_material = 2131099699;
-
- // aapt resource value: 0x7F060034
- public const int abc_panel_menu_list_width = 2131099700;
-
- // aapt resource value: 0x7F060035
- public const int abc_progress_bar_height_material = 2131099701;
-
- // aapt resource value: 0x7F060036
- public const int abc_search_view_preferred_height = 2131099702;
-
- // aapt resource value: 0x7F060037
- public const int abc_search_view_preferred_width = 2131099703;
-
- // aapt resource value: 0x7F060038
- public const int abc_seekbar_track_background_height_material = 2131099704;
-
- // aapt resource value: 0x7F060039
- public const int abc_seekbar_track_progress_height_material = 2131099705;
-
- // aapt resource value: 0x7F06003A
- public const int abc_select_dialog_padding_start_material = 2131099706;
-
- // aapt resource value: 0x7F06003B
- public const int abc_switch_padding = 2131099707;
-
- // aapt resource value: 0x7F06003C
- public const int abc_text_size_body_1_material = 2131099708;
-
- // aapt resource value: 0x7F06003D
- public const int abc_text_size_body_2_material = 2131099709;
-
- // aapt resource value: 0x7F06003E
- public const int abc_text_size_button_material = 2131099710;
-
- // aapt resource value: 0x7F06003F
- public const int abc_text_size_caption_material = 2131099711;
-
- // aapt resource value: 0x7F060040
- public const int abc_text_size_display_1_material = 2131099712;
-
- // aapt resource value: 0x7F060041
- public const int abc_text_size_display_2_material = 2131099713;
-
- // aapt resource value: 0x7F060042
- public const int abc_text_size_display_3_material = 2131099714;
-
- // aapt resource value: 0x7F060043
- public const int abc_text_size_display_4_material = 2131099715;
-
- // aapt resource value: 0x7F060044
- public const int abc_text_size_headline_material = 2131099716;
-
- // aapt resource value: 0x7F060045
- public const int abc_text_size_large_material = 2131099717;
-
- // aapt resource value: 0x7F060046
- public const int abc_text_size_medium_material = 2131099718;
-
- // aapt resource value: 0x7F060047
- public const int abc_text_size_menu_header_material = 2131099719;
-
- // aapt resource value: 0x7F060048
- public const int abc_text_size_menu_material = 2131099720;
-
- // aapt resource value: 0x7F060049
- public const int abc_text_size_small_material = 2131099721;
-
- // aapt resource value: 0x7F06004A
- public const int abc_text_size_subhead_material = 2131099722;
-
- // aapt resource value: 0x7F06004B
- public const int abc_text_size_subtitle_material_toolbar = 2131099723;
-
- // aapt resource value: 0x7F06004C
- public const int abc_text_size_title_material = 2131099724;
-
- // aapt resource value: 0x7F06004D
- public const int abc_text_size_title_material_toolbar = 2131099725;
-
- // aapt resource value: 0x7F06004E
- public const int action_bar_size = 2131099726;
-
- // aapt resource value: 0x7F06004F
- public const int appcompat_dialog_background_inset = 2131099727;
-
- // aapt resource value: 0x7F060050
- public const int browser_actions_context_menu_max_width = 2131099728;
-
- // aapt resource value: 0x7F060051
- public const int browser_actions_context_menu_min_padding = 2131099729;
-
- // aapt resource value: 0x7F060052
- public const int cardview_compat_inset_shadow = 2131099730;
-
- // aapt resource value: 0x7F060053
- public const int cardview_default_elevation = 2131099731;
-
- // aapt resource value: 0x7F060054
- public const int cardview_default_radius = 2131099732;
-
- // aapt resource value: 0x7F060055
- public const int compat_button_inset_horizontal_material = 2131099733;
-
- // aapt resource value: 0x7F060056
- public const int compat_button_inset_vertical_material = 2131099734;
-
- // aapt resource value: 0x7F060057
- public const int compat_button_padding_horizontal_material = 2131099735;
-
- // aapt resource value: 0x7F060058
- public const int compat_button_padding_vertical_material = 2131099736;
-
- // aapt resource value: 0x7F060059
- public const int compat_control_corner_material = 2131099737;
-
- // aapt resource value: 0x7F06005A
- public const int compat_notification_large_icon_max_height = 2131099738;
-
- // aapt resource value: 0x7F06005B
- public const int compat_notification_large_icon_max_width = 2131099739;
-
- // aapt resource value: 0x7F06005D
- public const int default_dimension = 2131099741;
-
- // aapt resource value: 0x7F06005C
- public const int def_drawer_elevation = 2131099740;
-
- // aapt resource value: 0x7F06005E
- public const int design_appbar_elevation = 2131099742;
-
- // aapt resource value: 0x7F06005F
- public const int design_bottom_navigation_active_item_max_width = 2131099743;
-
- // aapt resource value: 0x7F060060
- public const int design_bottom_navigation_active_item_min_width = 2131099744;
-
- // aapt resource value: 0x7F060061
- public const int design_bottom_navigation_active_text_size = 2131099745;
-
- // aapt resource value: 0x7F060062
- public const int design_bottom_navigation_elevation = 2131099746;
-
- // aapt resource value: 0x7F060063
- public const int design_bottom_navigation_height = 2131099747;
-
- // aapt resource value: 0x7F060064
- public const int design_bottom_navigation_icon_size = 2131099748;
-
- // aapt resource value: 0x7F060065
- public const int design_bottom_navigation_item_max_width = 2131099749;
-
- // aapt resource value: 0x7F060066
- public const int design_bottom_navigation_item_min_width = 2131099750;
-
- // aapt resource value: 0x7F060067
- public const int design_bottom_navigation_margin = 2131099751;
-
- // aapt resource value: 0x7F060068
- public const int design_bottom_navigation_shadow_height = 2131099752;
-
- // aapt resource value: 0x7F060069
- public const int design_bottom_navigation_text_size = 2131099753;
-
- // aapt resource value: 0x7F06006A
- public const int design_bottom_sheet_elevation = 2131099754;
-
- // aapt resource value: 0x7F06006B
- public const int design_bottom_sheet_modal_elevation = 2131099755;
-
- // aapt resource value: 0x7F06006C
- public const int design_bottom_sheet_peek_height_min = 2131099756;
-
- // aapt resource value: 0x7F06006D
- public const int design_fab_border_width = 2131099757;
-
- // aapt resource value: 0x7F06006E
- public const int design_fab_elevation = 2131099758;
-
- // aapt resource value: 0x7F06006F
- public const int design_fab_image_size = 2131099759;
-
- // aapt resource value: 0x7F060070
- public const int design_fab_size_mini = 2131099760;
-
- // aapt resource value: 0x7F060071
- public const int design_fab_size_normal = 2131099761;
-
- // aapt resource value: 0x7F060072
- public const int design_fab_translation_z_hovered_focused = 2131099762;
-
- // aapt resource value: 0x7F060073
- public const int design_fab_translation_z_pressed = 2131099763;
-
- // aapt resource value: 0x7F060074
- public const int design_navigation_elevation = 2131099764;
-
- // aapt resource value: 0x7F060075
- public const int design_navigation_icon_padding = 2131099765;
-
- // aapt resource value: 0x7F060076
- public const int design_navigation_icon_size = 2131099766;
-
- // aapt resource value: 0x7F060077
- public const int design_navigation_item_horizontal_padding = 2131099767;
-
- // aapt resource value: 0x7F060078
- public const int design_navigation_item_icon_padding = 2131099768;
-
- // aapt resource value: 0x7F060079
- public const int design_navigation_max_width = 2131099769;
-
- // aapt resource value: 0x7F06007A
- public const int design_navigation_padding_bottom = 2131099770;
-
- // aapt resource value: 0x7F06007B
- public const int design_navigation_separator_vertical_padding = 2131099771;
-
- // aapt resource value: 0x7F06007C
- public const int design_snackbar_action_inline_max_width = 2131099772;
-
- // aapt resource value: 0x7F06007D
- public const int design_snackbar_action_text_color_alpha = 2131099773;
-
- // aapt resource value: 0x7F06007E
- public const int design_snackbar_background_corner_radius = 2131099774;
-
- // aapt resource value: 0x7F06007F
- public const int design_snackbar_elevation = 2131099775;
-
- // aapt resource value: 0x7F060080
- public const int design_snackbar_extra_spacing_horizontal = 2131099776;
-
- // aapt resource value: 0x7F060081
- public const int design_snackbar_max_width = 2131099777;
-
- // aapt resource value: 0x7F060082
- public const int design_snackbar_min_width = 2131099778;
-
- // aapt resource value: 0x7F060083
- public const int design_snackbar_padding_horizontal = 2131099779;
-
- // aapt resource value: 0x7F060084
- public const int design_snackbar_padding_vertical = 2131099780;
-
- // aapt resource value: 0x7F060085
- public const int design_snackbar_padding_vertical_2lines = 2131099781;
-
- // aapt resource value: 0x7F060086
- public const int design_snackbar_text_size = 2131099782;
-
- // aapt resource value: 0x7F060087
- public const int design_tab_max_width = 2131099783;
-
- // aapt resource value: 0x7F060088
- public const int design_tab_scrollable_min_width = 2131099784;
-
- // aapt resource value: 0x7F060089
- public const int design_tab_text_size = 2131099785;
-
- // aapt resource value: 0x7F06008A
- public const int design_tab_text_size_2line = 2131099786;
-
- // aapt resource value: 0x7F06008B
- public const int design_textinput_caption_translate_y = 2131099787;
-
- // aapt resource value: 0x7F06008C
- public const int disabled_alpha_material_dark = 2131099788;
-
- // aapt resource value: 0x7F06008D
- public const int disabled_alpha_material_light = 2131099789;
-
- // aapt resource value: 0x7F06008E
- public const int fastscroll_default_thickness = 2131099790;
-
- // aapt resource value: 0x7F06008F
- public const int fastscroll_margin = 2131099791;
-
- // aapt resource value: 0x7F060090
- public const int fastscroll_minimum_range = 2131099792;
-
- // aapt resource value: 0x7F060091
- public const int highlight_alpha_material_colored = 2131099793;
-
- // aapt resource value: 0x7F060092
- public const int highlight_alpha_material_dark = 2131099794;
-
- // aapt resource value: 0x7F060093
- public const int highlight_alpha_material_light = 2131099795;
-
- // aapt resource value: 0x7F060094
- public const int hint_alpha_material_dark = 2131099796;
-
- // aapt resource value: 0x7F060095
- public const int hint_alpha_material_light = 2131099797;
-
- // aapt resource value: 0x7F060096
- public const int hint_pressed_alpha_material_dark = 2131099798;
-
- // aapt resource value: 0x7F060097
- public const int hint_pressed_alpha_material_light = 2131099799;
-
- // aapt resource value: 0x7F060098
- public const int item_touch_helper_max_drag_scroll_per_frame = 2131099800;
-
- // aapt resource value: 0x7F060099
- public const int item_touch_helper_swipe_escape_max_velocity = 2131099801;
-
- // aapt resource value: 0x7F06009A
- public const int item_touch_helper_swipe_escape_velocity = 2131099802;
-
- // aapt resource value: 0x7F06009B
- public const int material_emphasis_disabled = 2131099803;
-
- // aapt resource value: 0x7F06009C
- public const int material_emphasis_high_type = 2131099804;
-
- // aapt resource value: 0x7F06009D
- public const int material_emphasis_medium = 2131099805;
-
- // aapt resource value: 0x7F06009E
- public const int material_text_view_test_line_height = 2131099806;
-
- // aapt resource value: 0x7F06009F
- public const int material_text_view_test_line_height_override = 2131099807;
-
- // aapt resource value: 0x7F0600A0
- public const int mtrl_alert_dialog_background_inset_bottom = 2131099808;
-
- // aapt resource value: 0x7F0600A1
- public const int mtrl_alert_dialog_background_inset_end = 2131099809;
-
- // aapt resource value: 0x7F0600A2
- public const int mtrl_alert_dialog_background_inset_start = 2131099810;
-
- // aapt resource value: 0x7F0600A3
- public const int mtrl_alert_dialog_background_inset_top = 2131099811;
-
- // aapt resource value: 0x7F0600A4
- public const int mtrl_alert_dialog_picker_background_inset = 2131099812;
-
- // aapt resource value: 0x7F0600A5
- public const int mtrl_badge_horizontal_edge_offset = 2131099813;
-
- // aapt resource value: 0x7F0600A6
- public const int mtrl_badge_long_text_horizontal_padding = 2131099814;
-
- // aapt resource value: 0x7F0600A7
- public const int mtrl_badge_radius = 2131099815;
-
- // aapt resource value: 0x7F0600A8
- public const int mtrl_badge_text_horizontal_edge_offset = 2131099816;
-
- // aapt resource value: 0x7F0600A9
- public const int mtrl_badge_text_size = 2131099817;
-
- // aapt resource value: 0x7F0600AA
- public const int mtrl_badge_with_text_radius = 2131099818;
-
- // aapt resource value: 0x7F0600AB
- public const int mtrl_bottomappbar_fabOffsetEndMode = 2131099819;
-
- // aapt resource value: 0x7F0600AC
- public const int mtrl_bottomappbar_fab_bottom_margin = 2131099820;
-
- // aapt resource value: 0x7F0600AD
- public const int mtrl_bottomappbar_fab_cradle_margin = 2131099821;
-
- // aapt resource value: 0x7F0600AE
- public const int mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 2131099822;
-
- // aapt resource value: 0x7F0600AF
- public const int mtrl_bottomappbar_fab_cradle_vertical_offset = 2131099823;
-
- // aapt resource value: 0x7F0600B0
- public const int mtrl_bottomappbar_height = 2131099824;
-
- // aapt resource value: 0x7F0600B1
- public const int mtrl_btn_corner_radius = 2131099825;
-
- // aapt resource value: 0x7F0600B2
- public const int mtrl_btn_dialog_btn_min_width = 2131099826;
-
- // aapt resource value: 0x7F0600B3
- public const int mtrl_btn_disabled_elevation = 2131099827;
-
- // aapt resource value: 0x7F0600B4
- public const int mtrl_btn_disabled_z = 2131099828;
-
- // aapt resource value: 0x7F0600B5
- public const int mtrl_btn_elevation = 2131099829;
-
- // aapt resource value: 0x7F0600B6
- public const int mtrl_btn_focused_z = 2131099830;
-
- // aapt resource value: 0x7F0600B7
- public const int mtrl_btn_hovered_z = 2131099831;
-
- // aapt resource value: 0x7F0600B8
- public const int mtrl_btn_icon_btn_padding_left = 2131099832;
-
- // aapt resource value: 0x7F0600B9
- public const int mtrl_btn_icon_padding = 2131099833;
-
- // aapt resource value: 0x7F0600BA
- public const int mtrl_btn_inset = 2131099834;
-
- // aapt resource value: 0x7F0600BB
- public const int mtrl_btn_letter_spacing = 2131099835;
-
- // aapt resource value: 0x7F0600BC
- public const int mtrl_btn_padding_bottom = 2131099836;
-
- // aapt resource value: 0x7F0600BD
- public const int mtrl_btn_padding_left = 2131099837;
-
- // aapt resource value: 0x7F0600BE
- public const int mtrl_btn_padding_right = 2131099838;
-
- // aapt resource value: 0x7F0600BF
- public const int mtrl_btn_padding_top = 2131099839;
-
- // aapt resource value: 0x7F0600C0
- public const int mtrl_btn_pressed_z = 2131099840;
-
- // aapt resource value: 0x7F0600C1
- public const int mtrl_btn_stroke_size = 2131099841;
-
- // aapt resource value: 0x7F0600C2
- public const int mtrl_btn_text_btn_icon_padding = 2131099842;
-
- // aapt resource value: 0x7F0600C3
- public const int mtrl_btn_text_btn_padding_left = 2131099843;
-
- // aapt resource value: 0x7F0600C4
- public const int mtrl_btn_text_btn_padding_right = 2131099844;
-
- // aapt resource value: 0x7F0600C5
- public const int mtrl_btn_text_size = 2131099845;
-
- // aapt resource value: 0x7F0600C6
- public const int mtrl_btn_z = 2131099846;
-
- // aapt resource value: 0x7F0600C7
- public const int mtrl_calendar_action_height = 2131099847;
-
- // aapt resource value: 0x7F0600C8
- public const int mtrl_calendar_action_padding = 2131099848;
-
- // aapt resource value: 0x7F0600C9
- public const int mtrl_calendar_bottom_padding = 2131099849;
-
- // aapt resource value: 0x7F0600CA
- public const int mtrl_calendar_content_padding = 2131099850;
-
- // aapt resource value: 0x7F0600D1
- public const int mtrl_calendar_days_of_week_height = 2131099857;
-
- // aapt resource value: 0x7F0600CB
- public const int mtrl_calendar_day_corner = 2131099851;
-
- // aapt resource value: 0x7F0600CC
- public const int mtrl_calendar_day_height = 2131099852;
-
- // aapt resource value: 0x7F0600CD
- public const int mtrl_calendar_day_horizontal_padding = 2131099853;
-
- // aapt resource value: 0x7F0600CE
- public const int mtrl_calendar_day_today_stroke = 2131099854;
-
- // aapt resource value: 0x7F0600CF
- public const int mtrl_calendar_day_vertical_padding = 2131099855;
-
- // aapt resource value: 0x7F0600D0
- public const int mtrl_calendar_day_width = 2131099856;
-
- // aapt resource value: 0x7F0600D2
- public const int mtrl_calendar_dialog_background_inset = 2131099858;
-
- // aapt resource value: 0x7F0600D3
- public const int mtrl_calendar_header_content_padding = 2131099859;
-
- // aapt resource value: 0x7F0600D4
- public const int mtrl_calendar_header_content_padding_fullscreen = 2131099860;
-
- // aapt resource value: 0x7F0600D5
- public const int mtrl_calendar_header_divider_thickness = 2131099861;
-
- // aapt resource value: 0x7F0600D6
- public const int mtrl_calendar_header_height = 2131099862;
-
- // aapt resource value: 0x7F0600D7
- public const int mtrl_calendar_header_height_fullscreen = 2131099863;
-
- // aapt resource value: 0x7F0600D8
- public const int mtrl_calendar_header_selection_line_height = 2131099864;
-
- // aapt resource value: 0x7F0600D9
- public const int mtrl_calendar_header_text_padding = 2131099865;
-
- // aapt resource value: 0x7F0600DA
- public const int mtrl_calendar_header_toggle_margin_bottom = 2131099866;
-
- // aapt resource value: 0x7F0600DB
- public const int mtrl_calendar_header_toggle_margin_top = 2131099867;
-
- // aapt resource value: 0x7F0600DC
- public const int mtrl_calendar_landscape_header_width = 2131099868;
-
- // aapt resource value: 0x7F0600DD
- public const int mtrl_calendar_maximum_default_fullscreen_minor_axis = 2131099869;
-
- // aapt resource value: 0x7F0600DE
- public const int mtrl_calendar_month_horizontal_padding = 2131099870;
-
- // aapt resource value: 0x7F0600DF
- public const int mtrl_calendar_month_vertical_padding = 2131099871;
-
- // aapt resource value: 0x7F0600E0
- public const int mtrl_calendar_navigation_bottom_padding = 2131099872;
-
- // aapt resource value: 0x7F0600E1
- public const int mtrl_calendar_navigation_height = 2131099873;
-
- // aapt resource value: 0x7F0600E2
- public const int mtrl_calendar_navigation_top_padding = 2131099874;
-
- // aapt resource value: 0x7F0600E3
- public const int mtrl_calendar_pre_l_text_clip_padding = 2131099875;
-
- // aapt resource value: 0x7F0600E4
- public const int mtrl_calendar_selection_baseline_to_top_fullscreen = 2131099876;
-
- // aapt resource value: 0x7F0600E5
- public const int mtrl_calendar_selection_text_baseline_to_bottom = 2131099877;
-
- // aapt resource value: 0x7F0600E6
- public const int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 2131099878;
-
- // aapt resource value: 0x7F0600E7
- public const int mtrl_calendar_selection_text_baseline_to_top = 2131099879;
-
- // aapt resource value: 0x7F0600E8
- public const int mtrl_calendar_text_input_padding_top = 2131099880;
-
- // aapt resource value: 0x7F0600E9
- public const int mtrl_calendar_title_baseline_to_top = 2131099881;
-
- // aapt resource value: 0x7F0600EA
- public const int mtrl_calendar_title_baseline_to_top_fullscreen = 2131099882;
-
- // aapt resource value: 0x7F0600EB
- public const int mtrl_calendar_year_corner = 2131099883;
-
- // aapt resource value: 0x7F0600EC
- public const int mtrl_calendar_year_height = 2131099884;
-
- // aapt resource value: 0x7F0600ED
- public const int mtrl_calendar_year_horizontal_padding = 2131099885;
-
- // aapt resource value: 0x7F0600EE
- public const int mtrl_calendar_year_vertical_padding = 2131099886;
-
- // aapt resource value: 0x7F0600EF
- public const int mtrl_calendar_year_width = 2131099887;
-
- // aapt resource value: 0x7F0600F0
- public const int mtrl_card_checked_icon_margin = 2131099888;
-
- // aapt resource value: 0x7F0600F1
- public const int mtrl_card_checked_icon_size = 2131099889;
-
- // aapt resource value: 0x7F0600F2
- public const int mtrl_card_corner_radius = 2131099890;
-
- // aapt resource value: 0x7F0600F3
- public const int mtrl_card_dragged_z = 2131099891;
-
- // aapt resource value: 0x7F0600F4
- public const int mtrl_card_elevation = 2131099892;
-
- // aapt resource value: 0x7F0600F5
- public const int mtrl_card_spacing = 2131099893;
-
- // aapt resource value: 0x7F0600F6
- public const int mtrl_chip_pressed_translation_z = 2131099894;
-
- // aapt resource value: 0x7F0600F7
- public const int mtrl_chip_text_size = 2131099895;
-
- // aapt resource value: 0x7F0600F8
- public const int mtrl_edittext_rectangle_top_offset = 2131099896;
-
- // aapt resource value: 0x7F0600F9
- public const int mtrl_exposed_dropdown_menu_popup_elevation = 2131099897;
-
- // aapt resource value: 0x7F0600FA
- public const int mtrl_exposed_dropdown_menu_popup_vertical_offset = 2131099898;
-
- // aapt resource value: 0x7F0600FB
- public const int mtrl_exposed_dropdown_menu_popup_vertical_padding = 2131099899;
-
- // aapt resource value: 0x7F0600FC
- public const int mtrl_extended_fab_bottom_padding = 2131099900;
-
- // aapt resource value: 0x7F0600FD
- public const int mtrl_extended_fab_corner_radius = 2131099901;
-
- // aapt resource value: 0x7F0600FE
- public const int mtrl_extended_fab_disabled_elevation = 2131099902;
-
- // aapt resource value: 0x7F0600FF
- public const int mtrl_extended_fab_disabled_translation_z = 2131099903;
-
- // aapt resource value: 0x7F060100
- public const int mtrl_extended_fab_elevation = 2131099904;
-
- // aapt resource value: 0x7F060101
- public const int mtrl_extended_fab_end_padding = 2131099905;
-
- // aapt resource value: 0x7F060102
- public const int mtrl_extended_fab_end_padding_icon = 2131099906;
-
- // aapt resource value: 0x7F060103
- public const int mtrl_extended_fab_icon_size = 2131099907;
-
- // aapt resource value: 0x7F060104
- public const int mtrl_extended_fab_icon_text_spacing = 2131099908;
-
- // aapt resource value: 0x7F060105
- public const int mtrl_extended_fab_min_height = 2131099909;
-
- // aapt resource value: 0x7F060106
- public const int mtrl_extended_fab_min_width = 2131099910;
-
- // aapt resource value: 0x7F060107
- public const int mtrl_extended_fab_start_padding = 2131099911;
-
- // aapt resource value: 0x7F060108
- public const int mtrl_extended_fab_start_padding_icon = 2131099912;
-
- // aapt resource value: 0x7F060109
- public const int mtrl_extended_fab_top_padding = 2131099913;
-
- // aapt resource value: 0x7F06010A
- public const int mtrl_extended_fab_translation_z_base = 2131099914;
-
- // aapt resource value: 0x7F06010B
- public const int mtrl_extended_fab_translation_z_hovered_focused = 2131099915;
-
- // aapt resource value: 0x7F06010C
- public const int mtrl_extended_fab_translation_z_pressed = 2131099916;
-
- // aapt resource value: 0x7F06010D
- public const int mtrl_fab_elevation = 2131099917;
-
- // aapt resource value: 0x7F06010E
- public const int mtrl_fab_min_touch_target = 2131099918;
-
- // aapt resource value: 0x7F06010F
- public const int mtrl_fab_translation_z_hovered_focused = 2131099919;
-
- // aapt resource value: 0x7F060110
- public const int mtrl_fab_translation_z_pressed = 2131099920;
-
- // aapt resource value: 0x7F060111
- public const int mtrl_high_ripple_default_alpha = 2131099921;
-
- // aapt resource value: 0x7F060112
- public const int mtrl_high_ripple_focused_alpha = 2131099922;
-
- // aapt resource value: 0x7F060113
- public const int mtrl_high_ripple_hovered_alpha = 2131099923;
-
- // aapt resource value: 0x7F060114
- public const int mtrl_high_ripple_pressed_alpha = 2131099924;
-
- // aapt resource value: 0x7F060115
- public const int mtrl_large_touch_target = 2131099925;
-
- // aapt resource value: 0x7F060116
- public const int mtrl_low_ripple_default_alpha = 2131099926;
-
- // aapt resource value: 0x7F060117
- public const int mtrl_low_ripple_focused_alpha = 2131099927;
-
- // aapt resource value: 0x7F060118
- public const int mtrl_low_ripple_hovered_alpha = 2131099928;
-
- // aapt resource value: 0x7F060119
- public const int mtrl_low_ripple_pressed_alpha = 2131099929;
-
- // aapt resource value: 0x7F06011A
- public const int mtrl_min_touch_target_size = 2131099930;
-
- // aapt resource value: 0x7F06011B
- public const int mtrl_navigation_elevation = 2131099931;
-
- // aapt resource value: 0x7F06011C
- public const int mtrl_navigation_item_horizontal_padding = 2131099932;
-
- // aapt resource value: 0x7F06011D
- public const int mtrl_navigation_item_icon_padding = 2131099933;
-
- // aapt resource value: 0x7F06011E
- public const int mtrl_navigation_item_icon_size = 2131099934;
-
- // aapt resource value: 0x7F06011F
- public const int mtrl_navigation_item_shape_horizontal_margin = 2131099935;
-
- // aapt resource value: 0x7F060120
- public const int mtrl_navigation_item_shape_vertical_margin = 2131099936;
-
- // aapt resource value: 0x7F060121
- public const int mtrl_shape_corner_size_large_component = 2131099937;
-
- // aapt resource value: 0x7F060122
- public const int mtrl_shape_corner_size_medium_component = 2131099938;
-
- // aapt resource value: 0x7F060123
- public const int mtrl_shape_corner_size_small_component = 2131099939;
-
- // aapt resource value: 0x7F060124
- public const int mtrl_slider_halo_radius = 2131099940;
-
- // aapt resource value: 0x7F060125
- public const int mtrl_slider_label_padding = 2131099941;
-
- // aapt resource value: 0x7F060126
- public const int mtrl_slider_label_radius = 2131099942;
-
- // aapt resource value: 0x7F060127
- public const int mtrl_slider_label_square_side = 2131099943;
-
- // aapt resource value: 0x7F060128
- public const int mtrl_slider_thumb_elevation = 2131099944;
-
- // aapt resource value: 0x7F060129
- public const int mtrl_slider_thumb_radius = 2131099945;
-
- // aapt resource value: 0x7F06012A
- public const int mtrl_slider_track_height = 2131099946;
-
- // aapt resource value: 0x7F06012B
- public const int mtrl_slider_track_side_padding = 2131099947;
-
- // aapt resource value: 0x7F06012C
- public const int mtrl_slider_track_top = 2131099948;
-
- // aapt resource value: 0x7F06012D
- public const int mtrl_slider_widget_height = 2131099949;
-
- // aapt resource value: 0x7F06012E
- public const int mtrl_snackbar_action_text_color_alpha = 2131099950;
-
- // aapt resource value: 0x7F06012F
- public const int mtrl_snackbar_background_corner_radius = 2131099951;
-
- // aapt resource value: 0x7F060130
- public const int mtrl_snackbar_background_overlay_color_alpha = 2131099952;
-
- // aapt resource value: 0x7F060131
- public const int mtrl_snackbar_margin = 2131099953;
-
- // aapt resource value: 0x7F060132
- public const int mtrl_switch_thumb_elevation = 2131099954;
-
- // aapt resource value: 0x7F060133
- public const int mtrl_textinput_box_corner_radius_medium = 2131099955;
-
- // aapt resource value: 0x7F060134
- public const int mtrl_textinput_box_corner_radius_small = 2131099956;
-
- // aapt resource value: 0x7F060135
- public const int mtrl_textinput_box_label_cutout_padding = 2131099957;
-
- // aapt resource value: 0x7F060136
- public const int mtrl_textinput_box_stroke_width_default = 2131099958;
-
- // aapt resource value: 0x7F060137
- public const int mtrl_textinput_box_stroke_width_focused = 2131099959;
-
- // aapt resource value: 0x7F060138
- public const int mtrl_textinput_counter_margin_start = 2131099960;
-
- // aapt resource value: 0x7F060139
- public const int mtrl_textinput_end_icon_margin_start = 2131099961;
-
- // aapt resource value: 0x7F06013A
- public const int mtrl_textinput_outline_box_expanded_padding = 2131099962;
-
- // aapt resource value: 0x7F06013B
- public const int mtrl_textinput_start_icon_margin_end = 2131099963;
-
- // aapt resource value: 0x7F06013C
- public const int mtrl_toolbar_default_height = 2131099964;
-
- // aapt resource value: 0x7F06013D
- public const int mtrl_tooltip_arrowSize = 2131099965;
-
- // aapt resource value: 0x7F06013E
- public const int mtrl_tooltip_cornerSize = 2131099966;
-
- // aapt resource value: 0x7F06013F
- public const int mtrl_tooltip_minHeight = 2131099967;
-
- // aapt resource value: 0x7F060140
- public const int mtrl_tooltip_minWidth = 2131099968;
-
- // aapt resource value: 0x7F060141
- public const int mtrl_tooltip_padding = 2131099969;
-
- // aapt resource value: 0x7F060142
- public const int mtrl_transition_shared_axis_slide_distance = 2131099970;
-
- // aapt resource value: 0x7F060143
- public const int notification_action_icon_size = 2131099971;
-
- // aapt resource value: 0x7F060144
- public const int notification_action_text_size = 2131099972;
-
- // aapt resource value: 0x7F060145
- public const int notification_big_circle_margin = 2131099973;
-
- // aapt resource value: 0x7F060146
- public const int notification_content_margin_start = 2131099974;
-
- // aapt resource value: 0x7F060147
- public const int notification_large_icon_height = 2131099975;
-
- // aapt resource value: 0x7F060148
- public const int notification_large_icon_width = 2131099976;
-
- // aapt resource value: 0x7F060149
- public const int notification_main_column_padding_top = 2131099977;
-
- // aapt resource value: 0x7F06014A
- public const int notification_media_narrow_margin = 2131099978;
-
- // aapt resource value: 0x7F06014B
- public const int notification_right_icon_size = 2131099979;
-
- // aapt resource value: 0x7F06014C
- public const int notification_right_side_padding_top = 2131099980;
-
- // aapt resource value: 0x7F06014D
- public const int notification_small_icon_background_padding = 2131099981;
-
- // aapt resource value: 0x7F06014E
- public const int notification_small_icon_size_as_large = 2131099982;
-
- // aapt resource value: 0x7F06014F
- public const int notification_subtext_size = 2131099983;
-
- // aapt resource value: 0x7F060150
- public const int notification_top_pad = 2131099984;
-
- // aapt resource value: 0x7F060151
- public const int notification_top_pad_large_text = 2131099985;
-
- // aapt resource value: 0x7F060152
- public const int test_mtrl_calendar_day_cornerSize = 2131099986;
-
- // aapt resource value: 0x7F060153
- public const int tooltip_corner_radius = 2131099987;
-
- // aapt resource value: 0x7F060154
- public const int tooltip_horizontal_padding = 2131099988;
-
- // aapt resource value: 0x7F060155
- public const int tooltip_margin = 2131099989;
-
- // aapt resource value: 0x7F060156
- public const int tooltip_precise_anchor_extra_offset = 2131099990;
-
- // aapt resource value: 0x7F060157
- public const int tooltip_precise_anchor_threshold = 2131099991;
-
- // aapt resource value: 0x7F060158
- public const int tooltip_vertical_padding = 2131099992;
-
- // aapt resource value: 0x7F060159
- public const int tooltip_y_offset_non_touch = 2131099993;
-
- // aapt resource value: 0x7F06015A
- public const int tooltip_y_offset_touch = 2131099994;
-
- static Dimension()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Dimension()
- {
- }
- }
-
- public partial class Drawable
- {
-
- // aapt resource value: 0x7F070006
- public const int abc_ab_share_pack_mtrl_alpha = 2131165190;
-
- // aapt resource value: 0x7F070007
- public const int abc_action_bar_item_background_material = 2131165191;
-
- // aapt resource value: 0x7F070008
- public const int abc_btn_borderless_material = 2131165192;
-
- // aapt resource value: 0x7F070009
- public const int abc_btn_check_material = 2131165193;
-
- // aapt resource value: 0x7F07000A
- public const int abc_btn_check_material_anim = 2131165194;
-
- // aapt resource value: 0x7F07000B
- public const int abc_btn_check_to_on_mtrl_000 = 2131165195;
-
- // aapt resource value: 0x7F07000C
- public const int abc_btn_check_to_on_mtrl_015 = 2131165196;
-
- // aapt resource value: 0x7F07000D
- public const int abc_btn_colored_material = 2131165197;
-
- // aapt resource value: 0x7F07000E
- public const int abc_btn_default_mtrl_shape = 2131165198;
-
- // aapt resource value: 0x7F07000F
- public const int abc_btn_radio_material = 2131165199;
-
- // aapt resource value: 0x7F070010
- public const int abc_btn_radio_material_anim = 2131165200;
-
- // aapt resource value: 0x7F070011
- public const int abc_btn_radio_to_on_mtrl_000 = 2131165201;
-
- // aapt resource value: 0x7F070012
- public const int abc_btn_radio_to_on_mtrl_015 = 2131165202;
-
- // aapt resource value: 0x7F070013
- public const int abc_btn_switch_to_on_mtrl_00001 = 2131165203;
-
- // aapt resource value: 0x7F070014
- public const int abc_btn_switch_to_on_mtrl_00012 = 2131165204;
-
- // aapt resource value: 0x7F070015
- public const int abc_cab_background_internal_bg = 2131165205;
-
- // aapt resource value: 0x7F070016
- public const int abc_cab_background_top_material = 2131165206;
-
- // aapt resource value: 0x7F070017
- public const int abc_cab_background_top_mtrl_alpha = 2131165207;
-
- // aapt resource value: 0x7F070018
- public const int abc_control_background_material = 2131165208;
-
- // aapt resource value: 0x7F070019
- public const int abc_dialog_material_background = 2131165209;
-
- // aapt resource value: 0x7F07001A
- public const int abc_edit_text_material = 2131165210;
-
- // aapt resource value: 0x7F07001B
- public const int abc_ic_ab_back_material = 2131165211;
-
- // aapt resource value: 0x7F07001C
- public const int abc_ic_arrow_drop_right_black_24dp = 2131165212;
-
- // aapt resource value: 0x7F07001D
- public const int abc_ic_clear_material = 2131165213;
-
- // aapt resource value: 0x7F07001E
- public const int abc_ic_commit_search_api_mtrl_alpha = 2131165214;
-
- // aapt resource value: 0x7F07001F
- public const int abc_ic_go_search_api_material = 2131165215;
-
- // aapt resource value: 0x7F070020
- public const int abc_ic_menu_copy_mtrl_am_alpha = 2131165216;
-
- // aapt resource value: 0x7F070021
- public const int abc_ic_menu_cut_mtrl_alpha = 2131165217;
-
- // aapt resource value: 0x7F070022
- public const int abc_ic_menu_overflow_material = 2131165218;
-
- // aapt resource value: 0x7F070023
- public const int abc_ic_menu_paste_mtrl_am_alpha = 2131165219;
-
- // aapt resource value: 0x7F070024
- public const int abc_ic_menu_selectall_mtrl_alpha = 2131165220;
-
- // aapt resource value: 0x7F070025
- public const int abc_ic_menu_share_mtrl_alpha = 2131165221;
-
- // aapt resource value: 0x7F070026
- public const int abc_ic_search_api_material = 2131165222;
-
- // aapt resource value: 0x7F070027
- public const int abc_ic_star_black_16dp = 2131165223;
-
- // aapt resource value: 0x7F070028
- public const int abc_ic_star_black_36dp = 2131165224;
-
- // aapt resource value: 0x7F070029
- public const int abc_ic_star_black_48dp = 2131165225;
-
- // aapt resource value: 0x7F07002A
- public const int abc_ic_star_half_black_16dp = 2131165226;
-
- // aapt resource value: 0x7F07002B
- public const int abc_ic_star_half_black_36dp = 2131165227;
-
- // aapt resource value: 0x7F07002C
- public const int abc_ic_star_half_black_48dp = 2131165228;
-
- // aapt resource value: 0x7F07002D
- public const int abc_ic_voice_search_api_material = 2131165229;
-
- // aapt resource value: 0x7F07002E
- public const int abc_item_background_holo_dark = 2131165230;
-
- // aapt resource value: 0x7F07002F
- public const int abc_item_background_holo_light = 2131165231;
-
- // aapt resource value: 0x7F070030
- public const int abc_list_divider_material = 2131165232;
-
- // aapt resource value: 0x7F070031
- public const int abc_list_divider_mtrl_alpha = 2131165233;
-
- // aapt resource value: 0x7F070032
- public const int abc_list_focused_holo = 2131165234;
-
- // aapt resource value: 0x7F070033
- public const int abc_list_longpressed_holo = 2131165235;
-
- // aapt resource value: 0x7F070034
- public const int abc_list_pressed_holo_dark = 2131165236;
-
- // aapt resource value: 0x7F070035
- public const int abc_list_pressed_holo_light = 2131165237;
-
- // aapt resource value: 0x7F070036
- public const int abc_list_selector_background_transition_holo_dark = 2131165238;
-
- // aapt resource value: 0x7F070037
- public const int abc_list_selector_background_transition_holo_light = 2131165239;
-
- // aapt resource value: 0x7F070038
- public const int abc_list_selector_disabled_holo_dark = 2131165240;
-
- // aapt resource value: 0x7F070039
- public const int abc_list_selector_disabled_holo_light = 2131165241;
-
- // aapt resource value: 0x7F07003A
- public const int abc_list_selector_holo_dark = 2131165242;
-
- // aapt resource value: 0x7F07003B
- public const int abc_list_selector_holo_light = 2131165243;
-
- // aapt resource value: 0x7F07003C
- public const int abc_menu_hardkey_panel_mtrl_mult = 2131165244;
-
- // aapt resource value: 0x7F07003D
- public const int abc_popup_background_mtrl_mult = 2131165245;
-
- // aapt resource value: 0x7F07003E
- public const int abc_ratingbar_indicator_material = 2131165246;
-
- // aapt resource value: 0x7F07003F
- public const int abc_ratingbar_material = 2131165247;
-
- // aapt resource value: 0x7F070040
- public const int abc_ratingbar_small_material = 2131165248;
-
- // aapt resource value: 0x7F070041
- public const int abc_scrubber_control_off_mtrl_alpha = 2131165249;
-
- // aapt resource value: 0x7F070042
- public const int abc_scrubber_control_to_pressed_mtrl_000 = 2131165250;
-
- // aapt resource value: 0x7F070043
- public const int abc_scrubber_control_to_pressed_mtrl_005 = 2131165251;
-
- // aapt resource value: 0x7F070044
- public const int abc_scrubber_primary_mtrl_alpha = 2131165252;
-
- // aapt resource value: 0x7F070045
- public const int abc_scrubber_track_mtrl_alpha = 2131165253;
-
- // aapt resource value: 0x7F070046
- public const int abc_seekbar_thumb_material = 2131165254;
-
- // aapt resource value: 0x7F070047
- public const int abc_seekbar_tick_mark_material = 2131165255;
-
- // aapt resource value: 0x7F070048
- public const int abc_seekbar_track_material = 2131165256;
-
- // aapt resource value: 0x7F070049
- public const int abc_spinner_mtrl_am_alpha = 2131165257;
-
- // aapt resource value: 0x7F07004A
- public const int abc_spinner_textfield_background_material = 2131165258;
-
- // aapt resource value: 0x7F07004B
- public const int abc_switch_thumb_material = 2131165259;
-
- // aapt resource value: 0x7F07004C
- public const int abc_switch_track_mtrl_alpha = 2131165260;
-
- // aapt resource value: 0x7F07004D
- public const int abc_tab_indicator_material = 2131165261;
-
- // aapt resource value: 0x7F07004E
- public const int abc_tab_indicator_mtrl_alpha = 2131165262;
-
- // aapt resource value: 0x7F070056
- public const int abc_textfield_activated_mtrl_alpha = 2131165270;
-
- // aapt resource value: 0x7F070057
- public const int abc_textfield_default_mtrl_alpha = 2131165271;
-
- // aapt resource value: 0x7F070058
- public const int abc_textfield_search_activated_mtrl_alpha = 2131165272;
-
- // aapt resource value: 0x7F070059
- public const int abc_textfield_search_default_mtrl_alpha = 2131165273;
-
- // aapt resource value: 0x7F07005A
- public const int abc_textfield_search_material = 2131165274;
-
- // aapt resource value: 0x7F07004F
- public const int abc_text_cursor_material = 2131165263;
-
- // aapt resource value: 0x7F070050
- public const int abc_text_select_handle_left_mtrl_dark = 2131165264;
-
- // aapt resource value: 0x7F070051
- public const int abc_text_select_handle_left_mtrl_light = 2131165265;
-
- // aapt resource value: 0x7F070052
- public const int abc_text_select_handle_middle_mtrl_dark = 2131165266;
-
- // aapt resource value: 0x7F070053
- public const int abc_text_select_handle_middle_mtrl_light = 2131165267;
-
- // aapt resource value: 0x7F070054
- public const int abc_text_select_handle_right_mtrl_dark = 2131165268;
-
- // aapt resource value: 0x7F070055
- public const int abc_text_select_handle_right_mtrl_light = 2131165269;
-
- // aapt resource value: 0x7F07005B
- public const int abc_vector_test = 2131165275;
-
- // aapt resource value: 0x7F07005C
- public const int ably_logo = 2131165276;
-
- // aapt resource value: 0x7F07005D
- public const int avd_hide_password = 2131165277;
-
- // aapt resource value: 0x7F07005E
- public const int avd_show_password = 2131165278;
-
- // aapt resource value: 0x7F07005F
- public const int btn_checkbox_checked_mtrl = 2131165279;
-
- // aapt resource value: 0x7F070060
- public const int btn_checkbox_checked_to_unchecked_mtrl_animation = 2131165280;
-
- // aapt resource value: 0x7F070061
- public const int btn_checkbox_unchecked_mtrl = 2131165281;
-
- // aapt resource value: 0x7F070062
- public const int btn_checkbox_unchecked_to_checked_mtrl_animation = 2131165282;
-
- // aapt resource value: 0x7F070063
- public const int btn_radio_off_mtrl = 2131165283;
-
- // aapt resource value: 0x7F070064
- public const int btn_radio_off_to_on_mtrl_animation = 2131165284;
-
- // aapt resource value: 0x7F070065
- public const int btn_radio_on_mtrl = 2131165285;
-
- // aapt resource value: 0x7F070066
- public const int btn_radio_on_to_off_mtrl_animation = 2131165286;
-
- // aapt resource value: 0x7F070067
- public const int design_bottom_navigation_item_background = 2131165287;
-
- // aapt resource value: 0x7F070068
- public const int design_fab_background = 2131165288;
-
- // aapt resource value: 0x7F070069
- public const int design_ic_visibility = 2131165289;
-
- // aapt resource value: 0x7F07006A
- public const int design_ic_visibility_off = 2131165290;
-
- // aapt resource value: 0x7F07006B
- public const int design_password_eye = 2131165291;
-
- // aapt resource value: 0x7F07006C
- public const int design_snackbar_background = 2131165292;
-
- // aapt resource value: 0x7F070071
- public const int icon_about = 2131165297;
-
- // aapt resource value: 0x7F070072
- public const int icon_feed = 2131165298;
-
- // aapt resource value: 0x7F07006D
- public const int ic_mtrl_checked_circle = 2131165293;
-
- // aapt resource value: 0x7F07006E
- public const int ic_mtrl_chip_checked_black = 2131165294;
-
- // aapt resource value: 0x7F07006F
- public const int ic_mtrl_chip_checked_circle = 2131165295;
-
- // aapt resource value: 0x7F070070
- public const int ic_mtrl_chip_close_circle = 2131165296;
-
- // aapt resource value: 0x7F070073
- public const int material_ic_calendar_black_24dp = 2131165299;
-
- // aapt resource value: 0x7F070074
- public const int material_ic_clear_black_24dp = 2131165300;
-
- // aapt resource value: 0x7F070075
- public const int material_ic_edit_black_24dp = 2131165301;
-
- // aapt resource value: 0x7F070076
- public const int material_ic_keyboard_arrow_left_black_24dp = 2131165302;
-
- // aapt resource value: 0x7F070077
- public const int material_ic_keyboard_arrow_right_black_24dp = 2131165303;
-
- // aapt resource value: 0x7F070078
- public const int material_ic_menu_arrow_down_black_24dp = 2131165304;
-
- // aapt resource value: 0x7F070079
- public const int material_ic_menu_arrow_up_black_24dp = 2131165305;
-
- // aapt resource value: 0x7F07007A
- public const int mtrl_dialog_background = 2131165306;
-
- // aapt resource value: 0x7F07007B
- public const int mtrl_dropdown_arrow = 2131165307;
-
- // aapt resource value: 0x7F07007C
- public const int mtrl_ic_arrow_drop_down = 2131165308;
-
- // aapt resource value: 0x7F07007D
- public const int mtrl_ic_arrow_drop_up = 2131165309;
-
- // aapt resource value: 0x7F07007E
- public const int mtrl_ic_cancel = 2131165310;
-
- // aapt resource value: 0x7F07007F
- public const int mtrl_ic_error = 2131165311;
-
- // aapt resource value: 0x7F070080
- public const int mtrl_popupmenu_background = 2131165312;
-
- // aapt resource value: 0x7F070081
- public const int mtrl_popupmenu_background_dark = 2131165313;
-
- // aapt resource value: 0x7F070082
- public const int mtrl_tabs_default_indicator = 2131165314;
-
- // aapt resource value: 0x7F070083
- public const int navigation_empty_icon = 2131165315;
-
- // aapt resource value: 0x7F070084
- public const int notification_action_background = 2131165316;
-
- // aapt resource value: 0x7F070085
- public const int notification_bg = 2131165317;
-
- // aapt resource value: 0x7F070086
- public const int notification_bg_low = 2131165318;
-
- // aapt resource value: 0x7F070087
- public const int notification_bg_low_normal = 2131165319;
-
- // aapt resource value: 0x7F070088
- public const int notification_bg_low_pressed = 2131165320;
-
- // aapt resource value: 0x7F070089
- public const int notification_bg_normal = 2131165321;
-
- // aapt resource value: 0x7F07008A
- public const int notification_bg_normal_pressed = 2131165322;
-
- // aapt resource value: 0x7F07008B
- public const int notification_icon_background = 2131165323;
-
- // aapt resource value: 0x7F07008C
- public const int notification_template_icon_bg = 2131165324;
-
- // aapt resource value: 0x7F07008D
- public const int notification_template_icon_low_bg = 2131165325;
-
- // aapt resource value: 0x7F07008E
- public const int notification_tile_bg = 2131165326;
-
- // aapt resource value: 0x7F07008F
- public const int notify_panel_notification_icon_bg = 2131165327;
-
- // aapt resource value: 0x7F070090
- public const int test_custom_background = 2131165328;
-
- // aapt resource value: 0x7F070091
- public const int tooltip_frame_dark = 2131165329;
-
- // aapt resource value: 0x7F070092
- public const int tooltip_frame_light = 2131165330;
-
- // aapt resource value: 0x7F070093
- public const int xamarin_logo = 2131165331;
-
- static Drawable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Drawable()
- {
- }
- }
-
- public partial class Id
- {
-
- // aapt resource value: 0x7F08000A
- public const int accessibility_action_clickable_span = 2131230730;
-
- // aapt resource value: 0x7F08000B
- public const int accessibility_custom_action_0 = 2131230731;
-
- // aapt resource value: 0x7F08000C
- public const int accessibility_custom_action_1 = 2131230732;
-
- // aapt resource value: 0x7F08000D
- public const int accessibility_custom_action_10 = 2131230733;
-
- // aapt resource value: 0x7F08000E
- public const int accessibility_custom_action_11 = 2131230734;
-
- // aapt resource value: 0x7F08000F
- public const int accessibility_custom_action_12 = 2131230735;
-
- // aapt resource value: 0x7F080010
- public const int accessibility_custom_action_13 = 2131230736;
-
- // aapt resource value: 0x7F080011
- public const int accessibility_custom_action_14 = 2131230737;
-
- // aapt resource value: 0x7F080012
- public const int accessibility_custom_action_15 = 2131230738;
-
- // aapt resource value: 0x7F080013
- public const int accessibility_custom_action_16 = 2131230739;
-
- // aapt resource value: 0x7F080014
- public const int accessibility_custom_action_17 = 2131230740;
-
- // aapt resource value: 0x7F080015
- public const int accessibility_custom_action_18 = 2131230741;
-
- // aapt resource value: 0x7F080016
- public const int accessibility_custom_action_19 = 2131230742;
-
- // aapt resource value: 0x7F080017
- public const int accessibility_custom_action_2 = 2131230743;
-
- // aapt resource value: 0x7F080018
- public const int accessibility_custom_action_20 = 2131230744;
-
- // aapt resource value: 0x7F080019
- public const int accessibility_custom_action_21 = 2131230745;
-
- // aapt resource value: 0x7F08001A
- public const int accessibility_custom_action_22 = 2131230746;
-
- // aapt resource value: 0x7F08001B
- public const int accessibility_custom_action_23 = 2131230747;
-
- // aapt resource value: 0x7F08001C
- public const int accessibility_custom_action_24 = 2131230748;
-
- // aapt resource value: 0x7F08001D
- public const int accessibility_custom_action_25 = 2131230749;
-
- // aapt resource value: 0x7F08001E
- public const int accessibility_custom_action_26 = 2131230750;
-
- // aapt resource value: 0x7F08001F
- public const int accessibility_custom_action_27 = 2131230751;
-
- // aapt resource value: 0x7F080020
- public const int accessibility_custom_action_28 = 2131230752;
-
- // aapt resource value: 0x7F080021
- public const int accessibility_custom_action_29 = 2131230753;
-
- // aapt resource value: 0x7F080022
- public const int accessibility_custom_action_3 = 2131230754;
-
- // aapt resource value: 0x7F080023
- public const int accessibility_custom_action_30 = 2131230755;
-
- // aapt resource value: 0x7F080024
- public const int accessibility_custom_action_31 = 2131230756;
-
- // aapt resource value: 0x7F080025
- public const int accessibility_custom_action_4 = 2131230757;
-
- // aapt resource value: 0x7F080026
- public const int accessibility_custom_action_5 = 2131230758;
-
- // aapt resource value: 0x7F080027
- public const int accessibility_custom_action_6 = 2131230759;
-
- // aapt resource value: 0x7F080028
- public const int accessibility_custom_action_7 = 2131230760;
-
- // aapt resource value: 0x7F080029
- public const int accessibility_custom_action_8 = 2131230761;
-
- // aapt resource value: 0x7F08002A
- public const int accessibility_custom_action_9 = 2131230762;
-
- // aapt resource value: 0x7F08002B
- public const int action0 = 2131230763;
-
- // aapt resource value: 0x7F08003D
- public const int actions = 2131230781;
-
- // aapt resource value: 0x7F08002C
- public const int action_bar = 2131230764;
-
- // aapt resource value: 0x7F08002D
- public const int action_bar_activity_content = 2131230765;
-
- // aapt resource value: 0x7F08002E
- public const int action_bar_container = 2131230766;
-
- // aapt resource value: 0x7F08002F
- public const int action_bar_root = 2131230767;
-
- // aapt resource value: 0x7F080030
- public const int action_bar_spinner = 2131230768;
-
- // aapt resource value: 0x7F080031
- public const int action_bar_subtitle = 2131230769;
-
- // aapt resource value: 0x7F080032
- public const int action_bar_title = 2131230770;
-
- // aapt resource value: 0x7F080033
- public const int action_container = 2131230771;
-
- // aapt resource value: 0x7F080034
- public const int action_context_bar = 2131230772;
-
- // aapt resource value: 0x7F080035
- public const int action_divider = 2131230773;
-
- // aapt resource value: 0x7F080036
- public const int action_image = 2131230774;
-
- // aapt resource value: 0x7F080037
- public const int action_menu_divider = 2131230775;
-
- // aapt resource value: 0x7F080038
- public const int action_menu_presenter = 2131230776;
-
- // aapt resource value: 0x7F080039
- public const int action_mode_bar = 2131230777;
-
- // aapt resource value: 0x7F08003A
- public const int action_mode_bar_stub = 2131230778;
-
- // aapt resource value: 0x7F08003B
- public const int action_mode_close_button = 2131230779;
-
- // aapt resource value: 0x7F08003C
- public const int action_text = 2131230780;
-
- // aapt resource value: 0x7F08003E
- public const int activity_chooser_view_content = 2131230782;
-
- // aapt resource value: 0x7F08003F
- public const int add = 2131230783;
-
- // aapt resource value: 0x7F080040
- public const int alertTitle = 2131230784;
-
- // aapt resource value: 0x7F080041
- public const int all = 2131230785;
-
- // aapt resource value: 0x7F080000
- public const int ALT = 2131230720;
-
- // aapt resource value: 0x7F080042
- public const int always = 2131230786;
-
- // aapt resource value: 0x7F080043
- public const int async = 2131230787;
-
- // aapt resource value: 0x7F080044
- public const int auto = 2131230788;
-
- // aapt resource value: 0x7F080045
- public const int beginning = 2131230789;
-
- // aapt resource value: 0x7F080046
- public const int blocking = 2131230790;
-
- // aapt resource value: 0x7F080047
- public const int bottom = 2131230791;
-
- // aapt resource value: 0x7F080048
- public const int bottomtab_navarea = 2131230792;
-
- // aapt resource value: 0x7F080049
- public const int bottomtab_tabbar = 2131230793;
-
- // aapt resource value: 0x7F080001
- public const int BOTTOM_END = 2131230721;
-
- // aapt resource value: 0x7F080002
- public const int BOTTOM_START = 2131230722;
-
- // aapt resource value: 0x7F08004A
- public const int browser_actions_header_text = 2131230794;
-
- // aapt resource value: 0x7F08004D
- public const int browser_actions_menu_items = 2131230797;
-
- // aapt resource value: 0x7F08004B
- public const int browser_actions_menu_item_icon = 2131230795;
-
- // aapt resource value: 0x7F08004C
- public const int browser_actions_menu_item_text = 2131230796;
-
- // aapt resource value: 0x7F08004E
- public const int browser_actions_menu_view = 2131230798;
-
- // aapt resource value: 0x7F08004F
- public const int buttonPanel = 2131230799;
-
- // aapt resource value: 0x7F080050
- public const int cancel_action = 2131230800;
-
- // aapt resource value: 0x7F080051
- public const int cancel_button = 2131230801;
-
- // aapt resource value: 0x7F080052
- public const int center = 2131230802;
-
- // aapt resource value: 0x7F080053
- public const int center_horizontal = 2131230803;
-
- // aapt resource value: 0x7F080054
- public const int center_vertical = 2131230804;
-
- // aapt resource value: 0x7F080055
- public const int checkbox = 2131230805;
-
- // aapt resource value: 0x7F080056
- public const int @checked = 2131230806;
-
- // aapt resource value: 0x7F080057
- public const int chip = 2131230807;
-
- // aapt resource value: 0x7F080058
- public const int chip1 = 2131230808;
-
- // aapt resource value: 0x7F080059
- public const int chip2 = 2131230809;
-
- // aapt resource value: 0x7F08005A
- public const int chip3 = 2131230810;
-
- // aapt resource value: 0x7F08005B
- public const int chip_group = 2131230811;
-
- // aapt resource value: 0x7F08005C
- public const int chronometer = 2131230812;
-
- // aapt resource value: 0x7F08005D
- public const int clear_text = 2131230813;
-
- // aapt resource value: 0x7F08005E
- public const int clip_horizontal = 2131230814;
-
- // aapt resource value: 0x7F08005F
- public const int clip_vertical = 2131230815;
-
- // aapt resource value: 0x7F080060
- public const int collapseActionView = 2131230816;
-
- // aapt resource value: 0x7F080061
- public const int confirm_button = 2131230817;
-
- // aapt resource value: 0x7F080062
- public const int container = 2131230818;
-
- // aapt resource value: 0x7F080063
- public const int content = 2131230819;
-
- // aapt resource value: 0x7F080064
- public const int contentPanel = 2131230820;
-
- // aapt resource value: 0x7F080065
- public const int coordinator = 2131230821;
-
- // aapt resource value: 0x7F080003
- public const int CTRL = 2131230723;
-
- // aapt resource value: 0x7F080066
- public const int custom = 2131230822;
-
- // aapt resource value: 0x7F080067
- public const int customPanel = 2131230823;
-
- // aapt resource value: 0x7F080068
- public const int cut = 2131230824;
-
- // aapt resource value: 0x7F080069
- public const int date_picker_actions = 2131230825;
-
- // aapt resource value: 0x7F08006A
- public const int decor_content_parent = 2131230826;
-
- // aapt resource value: 0x7F08006B
- public const int default_activity_button = 2131230827;
-
- // aapt resource value: 0x7F08006C
- public const int design_bottom_sheet = 2131230828;
-
- // aapt resource value: 0x7F08006D
- public const int design_menu_item_action_area = 2131230829;
-
- // aapt resource value: 0x7F08006E
- public const int design_menu_item_action_area_stub = 2131230830;
-
- // aapt resource value: 0x7F08006F
- public const int design_menu_item_text = 2131230831;
-
- // aapt resource value: 0x7F080070
- public const int design_navigation_view = 2131230832;
-
- // aapt resource value: 0x7F080071
- public const int dialog_button = 2131230833;
-
- // aapt resource value: 0x7F080072
- public const int disableHome = 2131230834;
-
- // aapt resource value: 0x7F080073
- public const int dropdown_menu = 2131230835;
-
- // aapt resource value: 0x7F080074
- public const int edit_query = 2131230836;
-
- // aapt resource value: 0x7F080075
- public const int end = 2131230837;
-
- // aapt resource value: 0x7F080076
- public const int end_padder = 2131230838;
-
- // aapt resource value: 0x7F080077
- public const int enterAlways = 2131230839;
-
- // aapt resource value: 0x7F080078
- public const int enterAlwaysCollapsed = 2131230840;
-
- // aapt resource value: 0x7F080079
- public const int exitUntilCollapsed = 2131230841;
-
- // aapt resource value: 0x7F08007B
- public const int expanded_menu = 2131230843;
-
- // aapt resource value: 0x7F08007A
- public const int expand_activities_button = 2131230842;
-
- // aapt resource value: 0x7F08007C
- public const int fade = 2131230844;
-
- // aapt resource value: 0x7F08007D
- public const int fill = 2131230845;
-
- // aapt resource value: 0x7F080080
- public const int filled = 2131230848;
-
- // aapt resource value: 0x7F08007E
- public const int fill_horizontal = 2131230846;
-
- // aapt resource value: 0x7F08007F
- public const int fill_vertical = 2131230847;
-
- // aapt resource value: 0x7F080081
- public const int fitToContents = 2131230849;
-
- // aapt resource value: 0x7F080082
- public const int @fixed = 2131230850;
-
- // aapt resource value: 0x7F080083
- public const int floating = 2131230851;
-
- // aapt resource value: 0x7F080084
- public const int flyoutcontent_appbar = 2131230852;
-
- // aapt resource value: 0x7F080085
- public const int forever = 2131230853;
-
- // aapt resource value: 0x7F080086
- public const int fragment_container_view_tag = 2131230854;
-
- // aapt resource value: 0x7F080004
- public const int FUNCTION = 2131230724;
-
- // aapt resource value: 0x7F080087
- public const int ghost_view = 2131230855;
-
- // aapt resource value: 0x7F080088
- public const int ghost_view_holder = 2131230856;
-
- // aapt resource value: 0x7F080089
- public const int gone = 2131230857;
-
- // aapt resource value: 0x7F08008A
- public const int group_divider = 2131230858;
-
- // aapt resource value: 0x7F08008B
- public const int hideable = 2131230859;
-
- // aapt resource value: 0x7F08008C
- public const int home = 2131230860;
-
- // aapt resource value: 0x7F08008D
- public const int homeAsUp = 2131230861;
-
- // aapt resource value: 0x7F08008E
- public const int icon = 2131230862;
-
- // aapt resource value: 0x7F08008F
- public const int icon_group = 2131230863;
-
- // aapt resource value: 0x7F080090
- public const int ifRoom = 2131230864;
-
- // aapt resource value: 0x7F080091
- public const int image = 2131230865;
-
- // aapt resource value: 0x7F080092
- public const int info = 2131230866;
-
- // aapt resource value: 0x7F080093
- public const int italic = 2131230867;
-
- // aapt resource value: 0x7F080094
- public const int item_touch_helper_previous_elevation = 2131230868;
-
- // aapt resource value: 0x7F080095
- public const int labeled = 2131230869;
-
- // aapt resource value: 0x7F080096
- public const int largeLabel = 2131230870;
-
- // aapt resource value: 0x7F080097
- public const int left = 2131230871;
-
- // aapt resource value: 0x7F080098
- public const int line1 = 2131230872;
-
- // aapt resource value: 0x7F080099
- public const int line3 = 2131230873;
-
- // aapt resource value: 0x7F08009A
- public const int listMode = 2131230874;
-
- // aapt resource value: 0x7F08009B
- public const int list_item = 2131230875;
-
- // aapt resource value: 0x7F08009C
- public const int main_appbar = 2131230876;
-
- // aapt resource value: 0x7F08009D
- public const int main_tablayout = 2131230877;
-
- // aapt resource value: 0x7F08009E
- public const int main_toolbar = 2131230878;
-
- // aapt resource value: 0x7F08009F
- public const int main_viewpager = 2131230879;
-
- // aapt resource value: 0x7F0800A0
- public const int masked = 2131230880;
-
- // aapt resource value: 0x7F0800A1
- public const int media_actions = 2131230881;
-
- // aapt resource value: 0x7F0800A2
- public const int media_controller_compat_view_tag = 2131230882;
-
- // aapt resource value: 0x7F0800A3
- public const int message = 2131230883;
-
- // aapt resource value: 0x7F080005
- public const int META = 2131230725;
-
- // aapt resource value: 0x7F0800A4
- public const int middle = 2131230884;
-
- // aapt resource value: 0x7F0800A5
- public const int mini = 2131230885;
-
- // aapt resource value: 0x7F0800A6
- public const int month_grid = 2131230886;
-
- // aapt resource value: 0x7F0800A7
- public const int month_navigation_bar = 2131230887;
-
- // aapt resource value: 0x7F0800A8
- public const int month_navigation_fragment_toggle = 2131230888;
-
- // aapt resource value: 0x7F0800A9
- public const int month_navigation_next = 2131230889;
-
- // aapt resource value: 0x7F0800AA
- public const int month_navigation_previous = 2131230890;
-
- // aapt resource value: 0x7F0800AB
- public const int month_title = 2131230891;
-
- // aapt resource value: 0x7F0800AD
- public const int mtrl_calendar_days_of_week = 2131230893;
-
- // aapt resource value: 0x7F0800AC
- public const int mtrl_calendar_day_selector_frame = 2131230892;
-
- // aapt resource value: 0x7F0800AE
- public const int mtrl_calendar_frame = 2131230894;
-
- // aapt resource value: 0x7F0800AF
- public const int mtrl_calendar_main_pane = 2131230895;
-
- // aapt resource value: 0x7F0800B0
- public const int mtrl_calendar_months = 2131230896;
-
- // aapt resource value: 0x7F0800B1
- public const int mtrl_calendar_selection_frame = 2131230897;
-
- // aapt resource value: 0x7F0800B2
- public const int mtrl_calendar_text_input_frame = 2131230898;
-
- // aapt resource value: 0x7F0800B3
- public const int mtrl_calendar_year_selector_frame = 2131230899;
-
- // aapt resource value: 0x7F0800B4
- public const int mtrl_card_checked_layer_id = 2131230900;
-
- // aapt resource value: 0x7F0800B5
- public const int mtrl_child_content_container = 2131230901;
-
- // aapt resource value: 0x7F0800B6
- public const int mtrl_internal_children_alpha_tag = 2131230902;
-
- // aapt resource value: 0x7F0800B7
- public const int mtrl_motion_snapshot_view = 2131230903;
-
- // aapt resource value: 0x7F0800B8
- public const int mtrl_picker_fullscreen = 2131230904;
-
- // aapt resource value: 0x7F0800B9
- public const int mtrl_picker_header = 2131230905;
-
- // aapt resource value: 0x7F0800BA
- public const int mtrl_picker_header_selection_text = 2131230906;
-
- // aapt resource value: 0x7F0800BB
- public const int mtrl_picker_header_title_and_selection = 2131230907;
-
- // aapt resource value: 0x7F0800BC
- public const int mtrl_picker_header_toggle = 2131230908;
-
- // aapt resource value: 0x7F0800BD
- public const int mtrl_picker_text_input_date = 2131230909;
-
- // aapt resource value: 0x7F0800BE
- public const int mtrl_picker_text_input_range_end = 2131230910;
-
- // aapt resource value: 0x7F0800BF
- public const int mtrl_picker_text_input_range_start = 2131230911;
-
- // aapt resource value: 0x7F0800C0
- public const int mtrl_picker_title_text = 2131230912;
-
- // aapt resource value: 0x7F0800C1
- public const int multiply = 2131230913;
-
- // aapt resource value: 0x7F0800C2
- public const int navigation_header_container = 2131230914;
-
- // aapt resource value: 0x7F0800C3
- public const int never = 2131230915;
-
- // aapt resource value: 0x7F0800C5
- public const int none = 2131230917;
-
- // aapt resource value: 0x7F0800C6
- public const int normal = 2131230918;
-
- // aapt resource value: 0x7F0800C4
- public const int noScroll = 2131230916;
-
- // aapt resource value: 0x7F0800C7
- public const int notification_background = 2131230919;
-
- // aapt resource value: 0x7F0800C8
- public const int notification_main_column = 2131230920;
-
- // aapt resource value: 0x7F0800C9
- public const int notification_main_column_container = 2131230921;
-
- // aapt resource value: 0x7F0800CA
- public const int off = 2131230922;
-
- // aapt resource value: 0x7F0800CB
- public const int on = 2131230923;
-
- // aapt resource value: 0x7F0800CC
- public const int outline = 2131230924;
-
- // aapt resource value: 0x7F0800CD
- public const int parallax = 2131230925;
-
- // aapt resource value: 0x7F0800CE
- public const int parentPanel = 2131230926;
-
- // aapt resource value: 0x7F0800CF
- public const int parent_matrix = 2131230927;
-
- // aapt resource value: 0x7F0800D0
- public const int password_toggle = 2131230928;
-
- // aapt resource value: 0x7F0800D1
- public const int peekHeight = 2131230929;
-
- // aapt resource value: 0x7F0800D2
- public const int pin = 2131230930;
-
- // aapt resource value: 0x7F0800D3
- public const int progress_circular = 2131230931;
-
- // aapt resource value: 0x7F0800D4
- public const int progress_horizontal = 2131230932;
-
- // aapt resource value: 0x7F0800D5
- public const int radio = 2131230933;
-
- // aapt resource value: 0x7F0800D6
- public const int right = 2131230934;
-
- // aapt resource value: 0x7F0800D7
- public const int right_icon = 2131230935;
-
- // aapt resource value: 0x7F0800D8
- public const int right_side = 2131230936;
-
- // aapt resource value: 0x7F0800D9
- public const int rounded = 2131230937;
-
- // aapt resource value: 0x7F0800DA
- public const int row_index_key = 2131230938;
-
- // aapt resource value: 0x7F0800DB
- public const int save_non_transition_alpha = 2131230939;
-
- // aapt resource value: 0x7F0800DC
- public const int save_overlay_view = 2131230940;
-
- // aapt resource value: 0x7F0800DD
- public const int scale = 2131230941;
-
- // aapt resource value: 0x7F0800DE
- public const int screen = 2131230942;
-
- // aapt resource value: 0x7F0800DF
- public const int scroll = 2131230943;
-
- // aapt resource value: 0x7F0800E3
- public const int scrollable = 2131230947;
-
- // aapt resource value: 0x7F0800E0
- public const int scrollIndicatorDown = 2131230944;
-
- // aapt resource value: 0x7F0800E1
- public const int scrollIndicatorUp = 2131230945;
-
- // aapt resource value: 0x7F0800E2
- public const int scrollView = 2131230946;
-
- // aapt resource value: 0x7F0800E4
- public const int search_badge = 2131230948;
-
- // aapt resource value: 0x7F0800E5
- public const int search_bar = 2131230949;
-
- // aapt resource value: 0x7F0800E6
- public const int search_button = 2131230950;
-
- // aapt resource value: 0x7F0800E7
- public const int search_close_btn = 2131230951;
-
- // aapt resource value: 0x7F0800E8
- public const int search_edit_frame = 2131230952;
-
- // aapt resource value: 0x7F0800E9
- public const int search_go_btn = 2131230953;
-
- // aapt resource value: 0x7F0800EA
- public const int search_mag_icon = 2131230954;
-
- // aapt resource value: 0x7F0800EB
- public const int search_plate = 2131230955;
-
- // aapt resource value: 0x7F0800EC
- public const int search_src_text = 2131230956;
-
- // aapt resource value: 0x7F0800ED
- public const int search_voice_btn = 2131230957;
-
- // aapt resource value: 0x7F0800EF
- public const int selected = 2131230959;
-
- // aapt resource value: 0x7F0800EE
- public const int select_dialog_listview = 2131230958;
-
- // aapt resource value: 0x7F0800F0
- public const int shellcontent_appbar = 2131230960;
-
- // aapt resource value: 0x7F0800F1
- public const int shellcontent_toolbar = 2131230961;
-
- // aapt resource value: 0x7F080006
- public const int SHIFT = 2131230726;
-
- // aapt resource value: 0x7F0800F2
- public const int shortcut = 2131230962;
-
- // aapt resource value: 0x7F0800F3
- public const int showCustom = 2131230963;
-
- // aapt resource value: 0x7F0800F4
- public const int showHome = 2131230964;
-
- // aapt resource value: 0x7F0800F5
- public const int showTitle = 2131230965;
-
- // aapt resource value: 0x7F0800F6
- public const int skipCollapsed = 2131230966;
-
- // aapt resource value: 0x7F0800F7
- public const int slide = 2131230967;
-
- // aapt resource value: 0x7F0800F8
- public const int sliding_tabs = 2131230968;
-
- // aapt resource value: 0x7F0800F9
- public const int smallLabel = 2131230969;
-
- // aapt resource value: 0x7F0800FA
- public const int snackbar_action = 2131230970;
-
- // aapt resource value: 0x7F0800FB
- public const int snackbar_text = 2131230971;
-
- // aapt resource value: 0x7F0800FC
- public const int snap = 2131230972;
-
- // aapt resource value: 0x7F0800FD
- public const int snapMargins = 2131230973;
-
- // aapt resource value: 0x7F0800FE
- public const int spacer = 2131230974;
-
- // aapt resource value: 0x7F0800FF
- public const int split_action_bar = 2131230975;
-
- // aapt resource value: 0x7F080100
- public const int src_atop = 2131230976;
-
- // aapt resource value: 0x7F080101
- public const int src_in = 2131230977;
-
- // aapt resource value: 0x7F080102
- public const int src_over = 2131230978;
-
- // aapt resource value: 0x7F080103
- public const int start = 2131230979;
-
- // aapt resource value: 0x7F080104
- public const int status_bar_latest_event_content = 2131230980;
-
- // aapt resource value: 0x7F080105
- public const int stretch = 2131230981;
-
- // aapt resource value: 0x7F080106
- public const int submenuarrow = 2131230982;
-
- // aapt resource value: 0x7F080107
- public const int submit_area = 2131230983;
-
- // aapt resource value: 0x7F080007
- public const int SYM = 2131230727;
-
- // aapt resource value: 0x7F080108
- public const int tabMode = 2131230984;
-
- // aapt resource value: 0x7F080109
- public const int tag_accessibility_actions = 2131230985;
-
- // aapt resource value: 0x7F08010A
- public const int tag_accessibility_clickable_spans = 2131230986;
-
- // aapt resource value: 0x7F08010B
- public const int tag_accessibility_heading = 2131230987;
-
- // aapt resource value: 0x7F08010C
- public const int tag_accessibility_pane_title = 2131230988;
-
- // aapt resource value: 0x7F08010D
- public const int tag_on_apply_window_listener = 2131230989;
-
- // aapt resource value: 0x7F08010E
- public const int tag_on_receive_content_listener = 2131230990;
-
- // aapt resource value: 0x7F08010F
- public const int tag_on_receive_content_mime_types = 2131230991;
-
- // aapt resource value: 0x7F080110
- public const int tag_screen_reader_focusable = 2131230992;
-
- // aapt resource value: 0x7F080111
- public const int tag_state_description = 2131230993;
-
- // aapt resource value: 0x7F080112
- public const int tag_transition_group = 2131230994;
-
- // aapt resource value: 0x7F080113
- public const int tag_unhandled_key_event_manager = 2131230995;
-
- // aapt resource value: 0x7F080114
- public const int tag_unhandled_key_listeners = 2131230996;
-
- // aapt resource value: 0x7F080115
- public const int tag_window_insets_animation_callback = 2131230997;
-
- // aapt resource value: 0x7F080116
- public const int test_checkbox_android_button_tint = 2131230998;
-
- // aapt resource value: 0x7F080117
- public const int test_checkbox_app_button_tint = 2131230999;
-
- // aapt resource value: 0x7F080118
- public const int test_radiobutton_android_button_tint = 2131231000;
-
- // aapt resource value: 0x7F080119
- public const int test_radiobutton_app_button_tint = 2131231001;
-
- // aapt resource value: 0x7F08011A
- public const int text = 2131231002;
-
- // aapt resource value: 0x7F08011B
- public const int text2 = 2131231003;
-
- // aapt resource value: 0x7F08011C
- public const int textEnd = 2131231004;
-
- // aapt resource value: 0x7F080122
- public const int textinput_counter = 2131231010;
-
- // aapt resource value: 0x7F080123
- public const int textinput_error = 2131231011;
-
- // aapt resource value: 0x7F080124
- public const int textinput_helper_text = 2131231012;
-
- // aapt resource value: 0x7F080125
- public const int textinput_placeholder = 2131231013;
-
- // aapt resource value: 0x7F080126
- public const int textinput_prefix_text = 2131231014;
-
- // aapt resource value: 0x7F080127
- public const int textinput_suffix_text = 2131231015;
-
- // aapt resource value: 0x7F08011D
- public const int textSpacerNoButtons = 2131231005;
-
- // aapt resource value: 0x7F08011E
- public const int textSpacerNoTitle = 2131231006;
-
- // aapt resource value: 0x7F08011F
- public const int textStart = 2131231007;
-
- // aapt resource value: 0x7F080120
- public const int text_input_end_icon = 2131231008;
-
- // aapt resource value: 0x7F080121
- public const int text_input_start_icon = 2131231009;
-
- // aapt resource value: 0x7F080128
- public const int time = 2131231016;
-
- // aapt resource value: 0x7F080129
- public const int title = 2131231017;
-
- // aapt resource value: 0x7F08012A
- public const int titleDividerNoCustom = 2131231018;
-
- // aapt resource value: 0x7F08012B
- public const int title_template = 2131231019;
-
- // aapt resource value: 0x7F08012C
- public const int toolbar = 2131231020;
-
- // aapt resource value: 0x7F08012D
- public const int top = 2131231021;
-
- // aapt resource value: 0x7F08012E
- public const int topPanel = 2131231022;
-
- // aapt resource value: 0x7F080008
- public const int TOP_END = 2131230728;
-
- // aapt resource value: 0x7F080009
- public const int TOP_START = 2131230729;
-
- // aapt resource value: 0x7F08012F
- public const int touch_outside = 2131231023;
-
- // aapt resource value: 0x7F080130
- public const int transition_current_scene = 2131231024;
-
- // aapt resource value: 0x7F080131
- public const int transition_layout_save = 2131231025;
-
- // aapt resource value: 0x7F080132
- public const int transition_position = 2131231026;
-
- // aapt resource value: 0x7F080133
- public const int transition_scene_layoutid_cache = 2131231027;
-
- // aapt resource value: 0x7F080134
- public const int transition_transform = 2131231028;
-
- // aapt resource value: 0x7F080135
- public const int @unchecked = 2131231029;
-
- // aapt resource value: 0x7F080136
- public const int uniform = 2131231030;
-
- // aapt resource value: 0x7F080137
- public const int unlabeled = 2131231031;
-
- // aapt resource value: 0x7F080138
- public const int up = 2131231032;
-
- // aapt resource value: 0x7F080139
- public const int useLogo = 2131231033;
-
- // aapt resource value: 0x7F08013A
- public const int view_offset_helper = 2131231034;
-
- // aapt resource value: 0x7F08013B
- public const int view_tree_lifecycle_owner = 2131231035;
-
- // aapt resource value: 0x7F08013C
- public const int view_tree_saved_state_registry_owner = 2131231036;
-
- // aapt resource value: 0x7F08013D
- public const int view_tree_view_model_store_owner = 2131231037;
-
- // aapt resource value: 0x7F08013E
- public const int visible = 2131231038;
-
- // aapt resource value: 0x7F08013F
- public const int visible_removing_fragment_view_tag = 2131231039;
-
- // aapt resource value: 0x7F080141
- public const int withinBounds = 2131231041;
-
- // aapt resource value: 0x7F080140
- public const int withText = 2131231040;
-
- // aapt resource value: 0x7F080142
- public const int wrap_content = 2131231042;
-
- // aapt resource value: 0x7F080143
- public const int zero_corner_chip = 2131231043;
-
- static Id()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Id()
- {
- }
- }
-
- public partial class Integer
- {
-
- // aapt resource value: 0x7F090000
- public const int abc_config_activityDefaultDur = 2131296256;
-
- // aapt resource value: 0x7F090001
- public const int abc_config_activityShortDur = 2131296257;
-
- // aapt resource value: 0x7F090002
- public const int app_bar_elevation_anim_duration = 2131296258;
-
- // aapt resource value: 0x7F090003
- public const int bottom_sheet_slide_duration = 2131296259;
-
- // aapt resource value: 0x7F090004
- public const int cancel_button_image_alpha = 2131296260;
-
- // aapt resource value: 0x7F090005
- public const int config_tooltipAnimTime = 2131296261;
-
- // aapt resource value: 0x7F090006
- public const int design_snackbar_text_max_lines = 2131296262;
-
- // aapt resource value: 0x7F090007
- public const int design_tab_indicator_anim_duration_ms = 2131296263;
-
- // aapt resource value: 0x7F090008
- public const int google_play_services_version = 2131296264;
-
- // aapt resource value: 0x7F090009
- public const int hide_password_duration = 2131296265;
-
- // aapt resource value: 0x7F09000A
- public const int mtrl_badge_max_character_count = 2131296266;
-
- // aapt resource value: 0x7F09000B
- public const int mtrl_btn_anim_delay_ms = 2131296267;
-
- // aapt resource value: 0x7F09000C
- public const int mtrl_btn_anim_duration_ms = 2131296268;
-
- // aapt resource value: 0x7F09000D
- public const int mtrl_calendar_header_orientation = 2131296269;
-
- // aapt resource value: 0x7F09000E
- public const int mtrl_calendar_selection_text_lines = 2131296270;
-
- // aapt resource value: 0x7F09000F
- public const int mtrl_calendar_year_selector_span = 2131296271;
-
- // aapt resource value: 0x7F090010
- public const int mtrl_card_anim_delay_ms = 2131296272;
-
- // aapt resource value: 0x7F090011
- public const int mtrl_card_anim_duration_ms = 2131296273;
-
- // aapt resource value: 0x7F090012
- public const int mtrl_chip_anim_duration = 2131296274;
-
- // aapt resource value: 0x7F090013
- public const int mtrl_tab_indicator_anim_duration_ms = 2131296275;
-
- // aapt resource value: 0x7F090014
- public const int show_password_duration = 2131296276;
-
- // aapt resource value: 0x7F090015
- public const int status_bar_notification_info_maxnum = 2131296277;
-
- static Integer()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Integer()
- {
- }
- }
-
- public partial class Interpolator
- {
-
- // aapt resource value: 0x7F0A0000
- public const int btn_checkbox_checked_mtrl_animation_interpolator_0 = 2131361792;
-
- // aapt resource value: 0x7F0A0001
- public const int btn_checkbox_checked_mtrl_animation_interpolator_1 = 2131361793;
-
- // aapt resource value: 0x7F0A0002
- public const int btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 2131361794;
-
- // aapt resource value: 0x7F0A0003
- public const int btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 2131361795;
-
- // aapt resource value: 0x7F0A0004
- public const int btn_radio_to_off_mtrl_animation_interpolator_0 = 2131361796;
-
- // aapt resource value: 0x7F0A0005
- public const int btn_radio_to_on_mtrl_animation_interpolator_0 = 2131361797;
-
- // aapt resource value: 0x7F0A0006
- public const int fast_out_slow_in = 2131361798;
-
- // aapt resource value: 0x7F0A0007
- public const int mtrl_fast_out_linear_in = 2131361799;
-
- // aapt resource value: 0x7F0A0008
- public const int mtrl_fast_out_slow_in = 2131361800;
-
- // aapt resource value: 0x7F0A0009
- public const int mtrl_linear = 2131361801;
-
- // aapt resource value: 0x7F0A000A
- public const int mtrl_linear_out_slow_in = 2131361802;
-
- static Interpolator()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Interpolator()
- {
- }
- }
-
- public partial class Layout
- {
-
- // aapt resource value: 0x7F0B0000
- public const int abc_action_bar_title_item = 2131427328;
-
- // aapt resource value: 0x7F0B0001
- public const int abc_action_bar_up_container = 2131427329;
-
- // aapt resource value: 0x7F0B0002
- public const int abc_action_menu_item_layout = 2131427330;
-
- // aapt resource value: 0x7F0B0003
- public const int abc_action_menu_layout = 2131427331;
-
- // aapt resource value: 0x7F0B0004
- public const int abc_action_mode_bar = 2131427332;
-
- // aapt resource value: 0x7F0B0005
- public const int abc_action_mode_close_item_material = 2131427333;
-
- // aapt resource value: 0x7F0B0006
- public const int abc_activity_chooser_view = 2131427334;
-
- // aapt resource value: 0x7F0B0007
- public const int abc_activity_chooser_view_list_item = 2131427335;
-
- // aapt resource value: 0x7F0B0008
- public const int abc_alert_dialog_button_bar_material = 2131427336;
-
- // aapt resource value: 0x7F0B0009
- public const int abc_alert_dialog_material = 2131427337;
-
- // aapt resource value: 0x7F0B000A
- public const int abc_alert_dialog_title_material = 2131427338;
-
- // aapt resource value: 0x7F0B000B
- public const int abc_cascading_menu_item_layout = 2131427339;
-
- // aapt resource value: 0x7F0B000C
- public const int abc_dialog_title_material = 2131427340;
-
- // aapt resource value: 0x7F0B000D
- public const int abc_expanded_menu_layout = 2131427341;
-
- // aapt resource value: 0x7F0B000E
- public const int abc_list_menu_item_checkbox = 2131427342;
-
- // aapt resource value: 0x7F0B000F
- public const int abc_list_menu_item_icon = 2131427343;
-
- // aapt resource value: 0x7F0B0010
- public const int abc_list_menu_item_layout = 2131427344;
-
- // aapt resource value: 0x7F0B0011
- public const int abc_list_menu_item_radio = 2131427345;
-
- // aapt resource value: 0x7F0B0012
- public const int abc_popup_menu_header_item_layout = 2131427346;
-
- // aapt resource value: 0x7F0B0013
- public const int abc_popup_menu_item_layout = 2131427347;
-
- // aapt resource value: 0x7F0B0014
- public const int abc_screen_content_include = 2131427348;
-
- // aapt resource value: 0x7F0B0015
- public const int abc_screen_simple = 2131427349;
-
- // aapt resource value: 0x7F0B0016
- public const int abc_screen_simple_overlay_action_mode = 2131427350;
-
- // aapt resource value: 0x7F0B0017
- public const int abc_screen_toolbar = 2131427351;
-
- // aapt resource value: 0x7F0B0018
- public const int abc_search_dropdown_item_icons_2line = 2131427352;
-
- // aapt resource value: 0x7F0B0019
- public const int abc_search_view = 2131427353;
-
- // aapt resource value: 0x7F0B001A
- public const int abc_select_dialog_material = 2131427354;
-
- // aapt resource value: 0x7F0B001B
- public const int abc_tooltip = 2131427355;
-
- // aapt resource value: 0x7F0B001C
- public const int BottomTabLayout = 2131427356;
-
- // aapt resource value: 0x7F0B001D
- public const int browser_actions_context_menu_page = 2131427357;
-
- // aapt resource value: 0x7F0B001E
- public const int browser_actions_context_menu_row = 2131427358;
-
- // aapt resource value: 0x7F0B001F
- public const int custom_dialog = 2131427359;
-
- // aapt resource value: 0x7F0B0020
- public const int design_bottom_navigation_item = 2131427360;
-
- // aapt resource value: 0x7F0B0021
- public const int design_bottom_sheet_dialog = 2131427361;
-
- // aapt resource value: 0x7F0B0022
- public const int design_layout_snackbar = 2131427362;
-
- // aapt resource value: 0x7F0B0023
- public const int design_layout_snackbar_include = 2131427363;
-
- // aapt resource value: 0x7F0B0024
- public const int design_layout_tab_icon = 2131427364;
-
- // aapt resource value: 0x7F0B0025
- public const int design_layout_tab_text = 2131427365;
-
- // aapt resource value: 0x7F0B0026
- public const int design_menu_item_action_area = 2131427366;
-
- // aapt resource value: 0x7F0B0027
- public const int design_navigation_item = 2131427367;
-
- // aapt resource value: 0x7F0B0028
- public const int design_navigation_item_header = 2131427368;
-
- // aapt resource value: 0x7F0B0029
- public const int design_navigation_item_separator = 2131427369;
-
- // aapt resource value: 0x7F0B002A
- public const int design_navigation_item_subheader = 2131427370;
-
- // aapt resource value: 0x7F0B002B
- public const int design_navigation_menu = 2131427371;
-
- // aapt resource value: 0x7F0B002C
- public const int design_navigation_menu_item = 2131427372;
-
- // aapt resource value: 0x7F0B002D
- public const int design_text_input_end_icon = 2131427373;
-
- // aapt resource value: 0x7F0B002E
- public const int design_text_input_start_icon = 2131427374;
-
- // aapt resource value: 0x7F0B002F
- public const int FallbackTabbarDoNotUse = 2131427375;
-
- // aapt resource value: 0x7F0B0030
- public const int FallbackToolbarDoNotUse = 2131427376;
-
- // aapt resource value: 0x7F0B0031
- public const int FlyoutContent = 2131427377;
-
- // aapt resource value: 0x7F0B0032
- public const int mtrl_alert_dialog = 2131427378;
-
- // aapt resource value: 0x7F0B0033
- public const int mtrl_alert_dialog_actions = 2131427379;
-
- // aapt resource value: 0x7F0B0034
- public const int mtrl_alert_dialog_title = 2131427380;
-
- // aapt resource value: 0x7F0B0035
- public const int mtrl_alert_select_dialog_item = 2131427381;
-
- // aapt resource value: 0x7F0B0036
- public const int mtrl_alert_select_dialog_multichoice = 2131427382;
-
- // aapt resource value: 0x7F0B0037
- public const int mtrl_alert_select_dialog_singlechoice = 2131427383;
-
- // aapt resource value: 0x7F0B0038
- public const int mtrl_calendar_day = 2131427384;
-
- // aapt resource value: 0x7F0B003A
- public const int mtrl_calendar_days_of_week = 2131427386;
-
- // aapt resource value: 0x7F0B0039
- public const int mtrl_calendar_day_of_week = 2131427385;
-
- // aapt resource value: 0x7F0B003B
- public const int mtrl_calendar_horizontal = 2131427387;
-
- // aapt resource value: 0x7F0B003C
- public const int mtrl_calendar_month = 2131427388;
-
- // aapt resource value: 0x7F0B003F
- public const int mtrl_calendar_months = 2131427391;
-
- // aapt resource value: 0x7F0B003D
- public const int mtrl_calendar_month_labeled = 2131427389;
-
- // aapt resource value: 0x7F0B003E
- public const int mtrl_calendar_month_navigation = 2131427390;
-
- // aapt resource value: 0x7F0B0040
- public const int mtrl_calendar_vertical = 2131427392;
-
- // aapt resource value: 0x7F0B0041
- public const int mtrl_calendar_year = 2131427393;
-
- // aapt resource value: 0x7F0B0042
- public const int mtrl_layout_snackbar = 2131427394;
-
- // aapt resource value: 0x7F0B0043
- public const int mtrl_layout_snackbar_include = 2131427395;
-
- // aapt resource value: 0x7F0B0044
- public const int mtrl_picker_actions = 2131427396;
-
- // aapt resource value: 0x7F0B0045
- public const int mtrl_picker_dialog = 2131427397;
-
- // aapt resource value: 0x7F0B0046
- public const int mtrl_picker_fullscreen = 2131427398;
-
- // aapt resource value: 0x7F0B0047
- public const int mtrl_picker_header_dialog = 2131427399;
-
- // aapt resource value: 0x7F0B0048
- public const int mtrl_picker_header_fullscreen = 2131427400;
-
- // aapt resource value: 0x7F0B0049
- public const int mtrl_picker_header_selection_text = 2131427401;
-
- // aapt resource value: 0x7F0B004A
- public const int mtrl_picker_header_title_text = 2131427402;
-
- // aapt resource value: 0x7F0B004B
- public const int mtrl_picker_header_toggle = 2131427403;
-
- // aapt resource value: 0x7F0B004C
- public const int mtrl_picker_text_input_date = 2131427404;
-
- // aapt resource value: 0x7F0B004D
- public const int mtrl_picker_text_input_date_range = 2131427405;
-
- // aapt resource value: 0x7F0B004E
- public const int notification_action = 2131427406;
-
- // aapt resource value: 0x7F0B004F
- public const int notification_action_tombstone = 2131427407;
-
- // aapt resource value: 0x7F0B0050
- public const int notification_media_action = 2131427408;
-
- // aapt resource value: 0x7F0B0051
- public const int notification_media_cancel_action = 2131427409;
-
- // aapt resource value: 0x7F0B0052
- public const int notification_template_big_media = 2131427410;
-
- // aapt resource value: 0x7F0B0053
- public const int notification_template_big_media_custom = 2131427411;
-
- // aapt resource value: 0x7F0B0054
- public const int notification_template_big_media_narrow = 2131427412;
-
- // aapt resource value: 0x7F0B0055
- public const int notification_template_big_media_narrow_custom = 2131427413;
-
- // aapt resource value: 0x7F0B0056
- public const int notification_template_custom_big = 2131427414;
-
- // aapt resource value: 0x7F0B0057
- public const int notification_template_icon_group = 2131427415;
-
- // aapt resource value: 0x7F0B0058
- public const int notification_template_lines_media = 2131427416;
-
- // aapt resource value: 0x7F0B0059
- public const int notification_template_media = 2131427417;
-
- // aapt resource value: 0x7F0B005A
- public const int notification_template_media_custom = 2131427418;
-
- // aapt resource value: 0x7F0B005B
- public const int notification_template_part_chronometer = 2131427419;
-
- // aapt resource value: 0x7F0B005C
- public const int notification_template_part_time = 2131427420;
-
- // aapt resource value: 0x7F0B005D
- public const int RootLayout = 2131427421;
-
- // aapt resource value: 0x7F0B005E
- public const int select_dialog_item_material = 2131427422;
-
- // aapt resource value: 0x7F0B005F
- public const int select_dialog_multichoice_material = 2131427423;
-
- // aapt resource value: 0x7F0B0060
- public const int select_dialog_singlechoice_material = 2131427424;
-
- // aapt resource value: 0x7F0B0061
- public const int ShellContent = 2131427425;
-
- // aapt resource value: 0x7F0B0062
- public const int support_simple_spinner_dropdown_item = 2131427426;
-
- // aapt resource value: 0x7F0B0063
- public const int Tabbar = 2131427427;
-
- // aapt resource value: 0x7F0B0064
- public const int test_action_chip = 2131427428;
-
- // aapt resource value: 0x7F0B0065
- public const int test_chip_zero_corner_radius = 2131427429;
-
- // aapt resource value: 0x7F0B0066
- public const int test_design_checkbox = 2131427430;
-
- // aapt resource value: 0x7F0B0067
- public const int test_design_radiobutton = 2131427431;
-
- // aapt resource value: 0x7F0B0068
- public const int test_reflow_chipgroup = 2131427432;
-
- // aapt resource value: 0x7F0B0069
- public const int test_toolbar = 2131427433;
-
- // aapt resource value: 0x7F0B006A
- public const int test_toolbar_custom_background = 2131427434;
-
- // aapt resource value: 0x7F0B006B
- public const int test_toolbar_elevation = 2131427435;
-
- // aapt resource value: 0x7F0B006C
- public const int test_toolbar_surface = 2131427436;
-
- // aapt resource value: 0x7F0B0071
- public const int text_view_without_line_height = 2131427441;
-
- // aapt resource value: 0x7F0B006D
- public const int text_view_with_line_height_from_appearance = 2131427437;
-
- // aapt resource value: 0x7F0B006E
- public const int text_view_with_line_height_from_layout = 2131427438;
-
- // aapt resource value: 0x7F0B006F
- public const int text_view_with_line_height_from_style = 2131427439;
-
- // aapt resource value: 0x7F0B0070
- public const int text_view_with_theme_line_height = 2131427440;
-
- // aapt resource value: 0x7F0B0072
- public const int Toolbar = 2131427442;
-
- static Layout()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Layout()
- {
- }
- }
-
- public partial class Mipmap
- {
-
- // aapt resource value: 0x7F0C0000
- public const int icon = 2131492864;
-
- // aapt resource value: 0x7F0C0001
- public const int icon_round = 2131492865;
-
- // aapt resource value: 0x7F0C0002
- public const int launcher_foreground = 2131492866;
-
- // aapt resource value: 0x7F0C0003
- public const int logo = 2131492867;
-
- // aapt resource value: 0x7F0C0004
- public const int logo_adaptive_back = 2131492868;
-
- // aapt resource value: 0x7F0C0005
- public const int logo_adaptive_fore = 2131492869;
-
- static Mipmap()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Mipmap()
- {
- }
- }
-
- public partial class Plurals
- {
-
- // aapt resource value: 0x7F0D0000
- public const int mtrl_badge_content_description = 2131558400;
-
- static Plurals()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Plurals()
- {
- }
- }
-
- public partial class String
- {
-
- // aapt resource value: 0x7F0E0000
- public const int abc_action_bar_home_description = 2131623936;
-
- // aapt resource value: 0x7F0E0001
- public const int abc_action_bar_up_description = 2131623937;
-
- // aapt resource value: 0x7F0E0002
- public const int abc_action_menu_overflow_description = 2131623938;
-
- // aapt resource value: 0x7F0E0003
- public const int abc_action_mode_done = 2131623939;
-
- // aapt resource value: 0x7F0E0005
- public const int abc_activitychooserview_choose_application = 2131623941;
-
- // aapt resource value: 0x7F0E0004
- public const int abc_activity_chooser_view_see_all = 2131623940;
-
- // aapt resource value: 0x7F0E0006
- public const int abc_capital_off = 2131623942;
-
- // aapt resource value: 0x7F0E0007
- public const int abc_capital_on = 2131623943;
-
- // aapt resource value: 0x7F0E0008
- public const int abc_menu_alt_shortcut_label = 2131623944;
-
- // aapt resource value: 0x7F0E0009
- public const int abc_menu_ctrl_shortcut_label = 2131623945;
-
- // aapt resource value: 0x7F0E000A
- public const int abc_menu_delete_shortcut_label = 2131623946;
-
- // aapt resource value: 0x7F0E000B
- public const int abc_menu_enter_shortcut_label = 2131623947;
-
- // aapt resource value: 0x7F0E000C
- public const int abc_menu_function_shortcut_label = 2131623948;
-
- // aapt resource value: 0x7F0E000D
- public const int abc_menu_meta_shortcut_label = 2131623949;
-
- // aapt resource value: 0x7F0E000E
- public const int abc_menu_shift_shortcut_label = 2131623950;
-
- // aapt resource value: 0x7F0E000F
- public const int abc_menu_space_shortcut_label = 2131623951;
-
- // aapt resource value: 0x7F0E0010
- public const int abc_menu_sym_shortcut_label = 2131623952;
-
- // aapt resource value: 0x7F0E0011
- public const int abc_prepend_shortcut_label = 2131623953;
-
- // aapt resource value: 0x7F0E0013
- public const int abc_searchview_description_clear = 2131623955;
-
- // aapt resource value: 0x7F0E0014
- public const int abc_searchview_description_query = 2131623956;
-
- // aapt resource value: 0x7F0E0015
- public const int abc_searchview_description_search = 2131623957;
-
- // aapt resource value: 0x7F0E0016
- public const int abc_searchview_description_submit = 2131623958;
-
- // aapt resource value: 0x7F0E0017
- public const int abc_searchview_description_voice = 2131623959;
-
- // aapt resource value: 0x7F0E0012
- public const int abc_search_hint = 2131623954;
-
- // aapt resource value: 0x7F0E0018
- public const int abc_shareactionprovider_share_with = 2131623960;
-
- // aapt resource value: 0x7F0E0019
- public const int abc_shareactionprovider_share_with_application = 2131623961;
-
- // aapt resource value: 0x7F0E001A
- public const int abc_toolbar_collapse_description = 2131623962;
-
- // aapt resource value: 0x7F0E001C
- public const int appbar_scrolling_view_behavior = 2131623964;
-
- // aapt resource value: 0x7F0E001B
- public const int app_name = 2131623963;
-
- // aapt resource value: 0x7F0E001D
- public const int bottom_sheet_behavior = 2131623965;
-
- // aapt resource value: 0x7F0E001E
- public const int character_counter_content_description = 2131623966;
-
- // aapt resource value: 0x7F0E001F
- public const int character_counter_overflowed_content_description = 2131623967;
-
- // aapt resource value: 0x7F0E0020
- public const int character_counter_pattern = 2131623968;
-
- // aapt resource value: 0x7F0E0021
- public const int chip_text = 2131623969;
-
- // aapt resource value: 0x7F0E0022
- public const int clear_text_end_icon_content_description = 2131623970;
-
- // aapt resource value: 0x7F0E0023
- public const int common_google_play_services_unknown_issue = 2131623971;
-
- // aapt resource value: 0x7F0E0024
- public const int copy_toast_msg = 2131623972;
-
- // aapt resource value: 0x7F0E0025
- public const int error_icon_content_description = 2131623973;
-
- // aapt resource value: 0x7F0E0026
- public const int exposed_dropdown_menu_content_description = 2131623974;
-
- // aapt resource value: 0x7F0E0027
- public const int fab_transformation_scrim_behavior = 2131623975;
-
- // aapt resource value: 0x7F0E0028
- public const int fab_transformation_sheet_behavior = 2131623976;
-
- // aapt resource value: 0x7F0E0029
- public const int fallback_menu_item_copy_link = 2131623977;
-
- // aapt resource value: 0x7F0E002A
- public const int fallback_menu_item_open_in_browser = 2131623978;
-
- // aapt resource value: 0x7F0E002B
- public const int fallback_menu_item_share_link = 2131623979;
-
- // aapt resource value: 0x7F0E002C
- public const int fcm_fallback_notification_channel_label = 2131623980;
-
- // aapt resource value: 0x7F0E002D
- public const int hello = 2131623981;
-
- // aapt resource value: 0x7F0E002E
- public const int hide_bottom_view_on_scroll_behavior = 2131623982;
-
- // aapt resource value: 0x7F0E002F
- public const int icon_content_description = 2131623983;
-
- // aapt resource value: 0x7F0E0030
- public const int item_view_role_description = 2131623984;
-
- // aapt resource value: 0x7F0E0031
- public const int material_slider_range_end = 2131623985;
-
- // aapt resource value: 0x7F0E0032
- public const int material_slider_range_start = 2131623986;
-
- // aapt resource value: 0x7F0E0033
- public const int mtrl_badge_numberless_content_description = 2131623987;
-
- // aapt resource value: 0x7F0E0034
- public const int mtrl_chip_close_icon_content_description = 2131623988;
-
- // aapt resource value: 0x7F0E0035
- public const int mtrl_exceed_max_badge_number_content_description = 2131623989;
-
- // aapt resource value: 0x7F0E0036
- public const int mtrl_exceed_max_badge_number_suffix = 2131623990;
-
- // aapt resource value: 0x7F0E0037
- public const int mtrl_picker_a11y_next_month = 2131623991;
-
- // aapt resource value: 0x7F0E0038
- public const int mtrl_picker_a11y_prev_month = 2131623992;
-
- // aapt resource value: 0x7F0E0039
- public const int mtrl_picker_announce_current_selection = 2131623993;
-
- // aapt resource value: 0x7F0E003A
- public const int mtrl_picker_cancel = 2131623994;
-
- // aapt resource value: 0x7F0E003B
- public const int mtrl_picker_confirm = 2131623995;
-
- // aapt resource value: 0x7F0E003C
- public const int mtrl_picker_date_header_selected = 2131623996;
-
- // aapt resource value: 0x7F0E003D
- public const int mtrl_picker_date_header_title = 2131623997;
-
- // aapt resource value: 0x7F0E003E
- public const int mtrl_picker_date_header_unselected = 2131623998;
-
- // aapt resource value: 0x7F0E003F
- public const int mtrl_picker_day_of_week_column_header = 2131623999;
-
- // aapt resource value: 0x7F0E0040
- public const int mtrl_picker_invalid_format = 2131624000;
-
- // aapt resource value: 0x7F0E0041
- public const int mtrl_picker_invalid_format_example = 2131624001;
-
- // aapt resource value: 0x7F0E0042
- public const int mtrl_picker_invalid_format_use = 2131624002;
-
- // aapt resource value: 0x7F0E0043
- public const int mtrl_picker_invalid_range = 2131624003;
-
- // aapt resource value: 0x7F0E0044
- public const int mtrl_picker_navigate_to_year_description = 2131624004;
-
- // aapt resource value: 0x7F0E0045
- public const int mtrl_picker_out_of_range = 2131624005;
-
- // aapt resource value: 0x7F0E0046
- public const int mtrl_picker_range_header_only_end_selected = 2131624006;
-
- // aapt resource value: 0x7F0E0047
- public const int mtrl_picker_range_header_only_start_selected = 2131624007;
-
- // aapt resource value: 0x7F0E0048
- public const int mtrl_picker_range_header_selected = 2131624008;
-
- // aapt resource value: 0x7F0E0049
- public const int mtrl_picker_range_header_title = 2131624009;
-
- // aapt resource value: 0x7F0E004A
- public const int mtrl_picker_range_header_unselected = 2131624010;
-
- // aapt resource value: 0x7F0E004B
- public const int mtrl_picker_save = 2131624011;
-
- // aapt resource value: 0x7F0E004C
- public const int mtrl_picker_text_input_date_hint = 2131624012;
-
- // aapt resource value: 0x7F0E004D
- public const int mtrl_picker_text_input_date_range_end_hint = 2131624013;
-
- // aapt resource value: 0x7F0E004E
- public const int mtrl_picker_text_input_date_range_start_hint = 2131624014;
-
- // aapt resource value: 0x7F0E004F
- public const int mtrl_picker_text_input_day_abbr = 2131624015;
-
- // aapt resource value: 0x7F0E0050
- public const int mtrl_picker_text_input_month_abbr = 2131624016;
-
- // aapt resource value: 0x7F0E0051
- public const int mtrl_picker_text_input_year_abbr = 2131624017;
-
- // aapt resource value: 0x7F0E0052
- public const int mtrl_picker_toggle_to_calendar_input_mode = 2131624018;
-
- // aapt resource value: 0x7F0E0053
- public const int mtrl_picker_toggle_to_day_selection = 2131624019;
-
- // aapt resource value: 0x7F0E0054
- public const int mtrl_picker_toggle_to_text_input_mode = 2131624020;
-
- // aapt resource value: 0x7F0E0055
- public const int mtrl_picker_toggle_to_year_selection = 2131624021;
-
- // aapt resource value: 0x7F0E0056
- public const int overflow_tab_title = 2131624022;
-
- // aapt resource value: 0x7F0E0057
- public const int password_toggle_content_description = 2131624023;
-
- // aapt resource value: 0x7F0E0058
- public const int path_password_eye = 2131624024;
-
- // aapt resource value: 0x7F0E0059
- public const int path_password_eye_mask_strike_through = 2131624025;
-
- // aapt resource value: 0x7F0E005A
- public const int path_password_eye_mask_visible = 2131624026;
-
- // aapt resource value: 0x7F0E005B
- public const int path_password_strike_through = 2131624027;
-
- // aapt resource value: 0x7F0E005C
- public const int search_menu_title = 2131624028;
-
- // aapt resource value: 0x7F0E005D
- public const int status_bar_notification_info_overflow = 2131624029;
-
- static String()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private String()
- {
- }
- }
-
- public partial class Style
- {
-
- // aapt resource value: 0x7F0F0000
- public const int AlertDialog_AppCompat = 2131689472;
-
- // aapt resource value: 0x7F0F0001
- public const int AlertDialog_AppCompat_Light = 2131689473;
-
- // aapt resource value: 0x7F0F0002
- public const int AndroidThemeColorAccentYellow = 2131689474;
-
- // aapt resource value: 0x7F0F0003
- public const int Animation_AppCompat_Dialog = 2131689475;
-
- // aapt resource value: 0x7F0F0004
- public const int Animation_AppCompat_DropDownUp = 2131689476;
-
- // aapt resource value: 0x7F0F0005
- public const int Animation_AppCompat_Tooltip = 2131689477;
-
- // aapt resource value: 0x7F0F0006
- public const int Animation_Design_BottomSheetDialog = 2131689478;
-
- // aapt resource value: 0x7F0F0007
- public const int Animation_MaterialComponents_BottomSheetDialog = 2131689479;
-
- // aapt resource value: 0x7F0F0008
- public const int AppCompatDialogStyle = 2131689480;
-
- // aapt resource value: 0x7F0F0009
- public const int Base_AlertDialog_AppCompat = 2131689481;
-
- // aapt resource value: 0x7F0F000A
- public const int Base_AlertDialog_AppCompat_Light = 2131689482;
-
- // aapt resource value: 0x7F0F000B
- public const int Base_Animation_AppCompat_Dialog = 2131689483;
-
- // aapt resource value: 0x7F0F000C
- public const int Base_Animation_AppCompat_DropDownUp = 2131689484;
-
- // aapt resource value: 0x7F0F000D
- public const int Base_Animation_AppCompat_Tooltip = 2131689485;
-
- // aapt resource value: 0x7F0F000E
- public const int Base_CardView = 2131689486;
-
- // aapt resource value: 0x7F0F0010
- public const int Base_DialogWindowTitleBackground_AppCompat = 2131689488;
-
- // aapt resource value: 0x7F0F000F
- public const int Base_DialogWindowTitle_AppCompat = 2131689487;
-
- // aapt resource value: 0x7F0F0011
- public const int Base_MaterialAlertDialog_MaterialComponents_Title_Icon = 2131689489;
-
- // aapt resource value: 0x7F0F0012
- public const int Base_MaterialAlertDialog_MaterialComponents_Title_Panel = 2131689490;
-
- // aapt resource value: 0x7F0F0013
- public const int Base_MaterialAlertDialog_MaterialComponents_Title_Text = 2131689491;
-
- // aapt resource value: 0x7F0F0014
- public const int Base_TextAppearance_AppCompat = 2131689492;
-
- // aapt resource value: 0x7F0F0015
- public const int Base_TextAppearance_AppCompat_Body1 = 2131689493;
-
- // aapt resource value: 0x7F0F0016
- public const int Base_TextAppearance_AppCompat_Body2 = 2131689494;
-
- // aapt resource value: 0x7F0F0017
- public const int Base_TextAppearance_AppCompat_Button = 2131689495;
-
- // aapt resource value: 0x7F0F0018
- public const int Base_TextAppearance_AppCompat_Caption = 2131689496;
-
- // aapt resource value: 0x7F0F0019
- public const int Base_TextAppearance_AppCompat_Display1 = 2131689497;
-
- // aapt resource value: 0x7F0F001A
- public const int Base_TextAppearance_AppCompat_Display2 = 2131689498;
-
- // aapt resource value: 0x7F0F001B
- public const int Base_TextAppearance_AppCompat_Display3 = 2131689499;
-
- // aapt resource value: 0x7F0F001C
- public const int Base_TextAppearance_AppCompat_Display4 = 2131689500;
-
- // aapt resource value: 0x7F0F001D
- public const int Base_TextAppearance_AppCompat_Headline = 2131689501;
-
- // aapt resource value: 0x7F0F001E
- public const int Base_TextAppearance_AppCompat_Inverse = 2131689502;
-
- // aapt resource value: 0x7F0F001F
- public const int Base_TextAppearance_AppCompat_Large = 2131689503;
-
- // aapt resource value: 0x7F0F0020
- public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131689504;
-
- // aapt resource value: 0x7F0F0021
- public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689505;
-
- // aapt resource value: 0x7F0F0022
- public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689506;
-
- // aapt resource value: 0x7F0F0023
- public const int Base_TextAppearance_AppCompat_Medium = 2131689507;
-
- // aapt resource value: 0x7F0F0024
- public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131689508;
-
- // aapt resource value: 0x7F0F0025
- public const int Base_TextAppearance_AppCompat_Menu = 2131689509;
-
- // aapt resource value: 0x7F0F0026
- public const int Base_TextAppearance_AppCompat_SearchResult = 2131689510;
-
- // aapt resource value: 0x7F0F0027
- public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131689511;
-
- // aapt resource value: 0x7F0F0028
- public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131689512;
-
- // aapt resource value: 0x7F0F0029
- public const int Base_TextAppearance_AppCompat_Small = 2131689513;
-
- // aapt resource value: 0x7F0F002A
- public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131689514;
-
- // aapt resource value: 0x7F0F002B
- public const int Base_TextAppearance_AppCompat_Subhead = 2131689515;
-
- // aapt resource value: 0x7F0F002C
- public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131689516;
-
- // aapt resource value: 0x7F0F002D
- public const int Base_TextAppearance_AppCompat_Title = 2131689517;
-
- // aapt resource value: 0x7F0F002E
- public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131689518;
-
- // aapt resource value: 0x7F0F002F
- public const int Base_TextAppearance_AppCompat_Tooltip = 2131689519;
-
- // aapt resource value: 0x7F0F0030
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689520;
-
- // aapt resource value: 0x7F0F0031
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689521;
-
- // aapt resource value: 0x7F0F0032
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689522;
-
- // aapt resource value: 0x7F0F0033
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689523;
-
- // aapt resource value: 0x7F0F0034
- public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689524;
-
- // aapt resource value: 0x7F0F0035
- public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689525;
-
- // aapt resource value: 0x7F0F0036
- public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689526;
-
- // aapt resource value: 0x7F0F0037
- public const int Base_TextAppearance_AppCompat_Widget_Button = 2131689527;
-
- // aapt resource value: 0x7F0F0038
- public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689528;
-
- // aapt resource value: 0x7F0F0039
- public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131689529;
-
- // aapt resource value: 0x7F0F003A
- public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131689530;
-
- // aapt resource value: 0x7F0F003B
- public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131689531;
-
- // aapt resource value: 0x7F0F003C
- public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689532;
-
- // aapt resource value: 0x7F0F003D
- public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689533;
-
- // aapt resource value: 0x7F0F003E
- public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689534;
-
- // aapt resource value: 0x7F0F003F
- public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131689535;
-
- // aapt resource value: 0x7F0F0040
- public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689536;
-
- // aapt resource value: 0x7F0F0041
- public const int Base_TextAppearance_MaterialComponents_Badge = 2131689537;
-
- // aapt resource value: 0x7F0F0042
- public const int Base_TextAppearance_MaterialComponents_Button = 2131689538;
-
- // aapt resource value: 0x7F0F0043
- public const int Base_TextAppearance_MaterialComponents_Headline6 = 2131689539;
-
- // aapt resource value: 0x7F0F0044
- public const int Base_TextAppearance_MaterialComponents_Subtitle2 = 2131689540;
-
- // aapt resource value: 0x7F0F0045
- public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689541;
-
- // aapt resource value: 0x7F0F0046
- public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689542;
-
- // aapt resource value: 0x7F0F0047
- public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689543;
-
- // aapt resource value: 0x7F0F0069
- public const int Base_ThemeOverlay_AppCompat = 2131689577;
-
- // aapt resource value: 0x7F0F006A
- public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131689578;
-
- // aapt resource value: 0x7F0F006B
- public const int Base_ThemeOverlay_AppCompat_Dark = 2131689579;
-
- // aapt resource value: 0x7F0F006C
- public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131689580;
-
- // aapt resource value: 0x7F0F006D
- public const int Base_ThemeOverlay_AppCompat_Dialog = 2131689581;
-
- // aapt resource value: 0x7F0F006E
- public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131689582;
-
- // aapt resource value: 0x7F0F006F
- public const int Base_ThemeOverlay_AppCompat_Light = 2131689583;
-
- // aapt resource value: 0x7F0F0070
- public const int Base_ThemeOverlay_MaterialComponents_Dialog = 2131689584;
-
- // aapt resource value: 0x7F0F0071
- public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689585;
-
- // aapt resource value: 0x7F0F0072
- public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131689586;
-
- // aapt resource value: 0x7F0F0073
- public const int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131689587;
-
- // aapt resource value: 0x7F0F0074
- public const int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689588;
-
- // aapt resource value: 0x7F0F0048
- public const int Base_Theme_AppCompat = 2131689544;
-
- // aapt resource value: 0x7F0F0049
- public const int Base_Theme_AppCompat_CompactMenu = 2131689545;
-
- // aapt resource value: 0x7F0F004A
- public const int Base_Theme_AppCompat_Dialog = 2131689546;
-
- // aapt resource value: 0x7F0F004E
- public const int Base_Theme_AppCompat_DialogWhenLarge = 2131689550;
-
- // aapt resource value: 0x7F0F004B
- public const int Base_Theme_AppCompat_Dialog_Alert = 2131689547;
-
- // aapt resource value: 0x7F0F004C
- public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131689548;
-
- // aapt resource value: 0x7F0F004D
- public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131689549;
-
- // aapt resource value: 0x7F0F004F
- public const int Base_Theme_AppCompat_Light = 2131689551;
-
- // aapt resource value: 0x7F0F0050
- public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131689552;
-
- // aapt resource value: 0x7F0F0051
- public const int Base_Theme_AppCompat_Light_Dialog = 2131689553;
-
- // aapt resource value: 0x7F0F0055
- public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131689557;
-
- // aapt resource value: 0x7F0F0052
- public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131689554;
-
- // aapt resource value: 0x7F0F0053
- public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131689555;
-
- // aapt resource value: 0x7F0F0054
- public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131689556;
-
- // aapt resource value: 0x7F0F0056
- public const int Base_Theme_MaterialComponents = 2131689558;
-
- // aapt resource value: 0x7F0F0057
- public const int Base_Theme_MaterialComponents_Bridge = 2131689559;
-
- // aapt resource value: 0x7F0F0058
- public const int Base_Theme_MaterialComponents_CompactMenu = 2131689560;
-
- // aapt resource value: 0x7F0F0059
- public const int Base_Theme_MaterialComponents_Dialog = 2131689561;
-
- // aapt resource value: 0x7F0F005E
- public const int Base_Theme_MaterialComponents_DialogWhenLarge = 2131689566;
-
- // aapt resource value: 0x7F0F005A
- public const int Base_Theme_MaterialComponents_Dialog_Alert = 2131689562;
-
- // aapt resource value: 0x7F0F005B
- public const int Base_Theme_MaterialComponents_Dialog_Bridge = 2131689563;
-
- // aapt resource value: 0x7F0F005C
- public const int Base_Theme_MaterialComponents_Dialog_FixedSize = 2131689564;
-
- // aapt resource value: 0x7F0F005D
- public const int Base_Theme_MaterialComponents_Dialog_MinWidth = 2131689565;
-
- // aapt resource value: 0x7F0F005F
- public const int Base_Theme_MaterialComponents_Light = 2131689567;
-
- // aapt resource value: 0x7F0F0060
- public const int Base_Theme_MaterialComponents_Light_Bridge = 2131689568;
-
- // aapt resource value: 0x7F0F0061
- public const int Base_Theme_MaterialComponents_Light_DarkActionBar = 2131689569;
-
- // aapt resource value: 0x7F0F0062
- public const int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689570;
-
- // aapt resource value: 0x7F0F0063
- public const int Base_Theme_MaterialComponents_Light_Dialog = 2131689571;
-
- // aapt resource value: 0x7F0F0068
- public const int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 2131689576;
-
- // aapt resource value: 0x7F0F0064
- public const int Base_Theme_MaterialComponents_Light_Dialog_Alert = 2131689572;
-
- // aapt resource value: 0x7F0F0065
- public const int Base_Theme_MaterialComponents_Light_Dialog_Bridge = 2131689573;
-
- // aapt resource value: 0x7F0F0066
- public const int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 2131689574;
-
- // aapt resource value: 0x7F0F0067
- public const int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 2131689575;
-
- // aapt resource value: 0x7F0F007E
- public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131689598;
-
- // aapt resource value: 0x7F0F007F
- public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689599;
-
- // aapt resource value: 0x7F0F0080
- public const int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689600;
-
- // aapt resource value: 0x7F0F0075
- public const int Base_V14_Theme_MaterialComponents = 2131689589;
-
- // aapt resource value: 0x7F0F0076
- public const int Base_V14_Theme_MaterialComponents_Bridge = 2131689590;
-
- // aapt resource value: 0x7F0F0077
- public const int Base_V14_Theme_MaterialComponents_Dialog = 2131689591;
-
- // aapt resource value: 0x7F0F0078
- public const int Base_V14_Theme_MaterialComponents_Dialog_Bridge = 2131689592;
-
- // aapt resource value: 0x7F0F0079
- public const int Base_V14_Theme_MaterialComponents_Light = 2131689593;
-
- // aapt resource value: 0x7F0F007A
- public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131689594;
-
- // aapt resource value: 0x7F0F007B
- public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689595;
-
- // aapt resource value: 0x7F0F007C
- public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131689596;
-
- // aapt resource value: 0x7F0F007D
- public const int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = 2131689597;
-
- // aapt resource value: 0x7F0F0089
- public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131689609;
-
- // aapt resource value: 0x7F0F0081
- public const int Base_V21_Theme_AppCompat = 2131689601;
-
- // aapt resource value: 0x7F0F0082
- public const int Base_V21_Theme_AppCompat_Dialog = 2131689602;
-
- // aapt resource value: 0x7F0F0083
- public const int Base_V21_Theme_AppCompat_Light = 2131689603;
-
- // aapt resource value: 0x7F0F0084
- public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131689604;
-
- // aapt resource value: 0x7F0F0085
- public const int Base_V21_Theme_MaterialComponents = 2131689605;
-
- // aapt resource value: 0x7F0F0086
- public const int Base_V21_Theme_MaterialComponents_Dialog = 2131689606;
-
- // aapt resource value: 0x7F0F0087
- public const int Base_V21_Theme_MaterialComponents_Light = 2131689607;
-
- // aapt resource value: 0x7F0F0088
- public const int Base_V21_Theme_MaterialComponents_Light_Dialog = 2131689608;
-
- // aapt resource value: 0x7F0F008A
- public const int Base_V22_Theme_AppCompat = 2131689610;
-
- // aapt resource value: 0x7F0F008B
- public const int Base_V22_Theme_AppCompat_Light = 2131689611;
-
- // aapt resource value: 0x7F0F008C
- public const int Base_V23_Theme_AppCompat = 2131689612;
-
- // aapt resource value: 0x7F0F008D
- public const int Base_V23_Theme_AppCompat_Light = 2131689613;
-
- // aapt resource value: 0x7F0F008E
- public const int Base_V26_Theme_AppCompat = 2131689614;
-
- // aapt resource value: 0x7F0F008F
- public const int Base_V26_Theme_AppCompat_Light = 2131689615;
-
- // aapt resource value: 0x7F0F0090
- public const int Base_V26_Widget_AppCompat_Toolbar = 2131689616;
-
- // aapt resource value: 0x7F0F0091
- public const int Base_V28_Theme_AppCompat = 2131689617;
-
- // aapt resource value: 0x7F0F0092
- public const int Base_V28_Theme_AppCompat_Light = 2131689618;
-
- // aapt resource value: 0x7F0F0097
- public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131689623;
-
- // aapt resource value: 0x7F0F0093
- public const int Base_V7_Theme_AppCompat = 2131689619;
-
- // aapt resource value: 0x7F0F0094
- public const int Base_V7_Theme_AppCompat_Dialog = 2131689620;
-
- // aapt resource value: 0x7F0F0095
- public const int Base_V7_Theme_AppCompat_Light = 2131689621;
-
- // aapt resource value: 0x7F0F0096
- public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131689622;
-
- // aapt resource value: 0x7F0F0098
- public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131689624;
-
- // aapt resource value: 0x7F0F0099
- public const int Base_V7_Widget_AppCompat_EditText = 2131689625;
-
- // aapt resource value: 0x7F0F009A
- public const int Base_V7_Widget_AppCompat_Toolbar = 2131689626;
-
- // aapt resource value: 0x7F0F009B
- public const int Base_Widget_AppCompat_ActionBar = 2131689627;
-
- // aapt resource value: 0x7F0F009C
- public const int Base_Widget_AppCompat_ActionBar_Solid = 2131689628;
-
- // aapt resource value: 0x7F0F009D
- public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131689629;
-
- // aapt resource value: 0x7F0F009E
- public const int Base_Widget_AppCompat_ActionBar_TabText = 2131689630;
-
- // aapt resource value: 0x7F0F009F
- public const int Base_Widget_AppCompat_ActionBar_TabView = 2131689631;
-
- // aapt resource value: 0x7F0F00A0
- public const int Base_Widget_AppCompat_ActionButton = 2131689632;
-
- // aapt resource value: 0x7F0F00A1
- public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131689633;
-
- // aapt resource value: 0x7F0F00A2
- public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131689634;
-
- // aapt resource value: 0x7F0F00A3
- public const int Base_Widget_AppCompat_ActionMode = 2131689635;
-
- // aapt resource value: 0x7F0F00A4
- public const int Base_Widget_AppCompat_ActivityChooserView = 2131689636;
-
- // aapt resource value: 0x7F0F00A5
- public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131689637;
-
- // aapt resource value: 0x7F0F00A6
- public const int Base_Widget_AppCompat_Button = 2131689638;
-
- // aapt resource value: 0x7F0F00AC
- public const int Base_Widget_AppCompat_ButtonBar = 2131689644;
-
- // aapt resource value: 0x7F0F00AD
- public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131689645;
-
- // aapt resource value: 0x7F0F00A7
- public const int Base_Widget_AppCompat_Button_Borderless = 2131689639;
-
- // aapt resource value: 0x7F0F00A8
- public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131689640;
-
- // aapt resource value: 0x7F0F00A9
- public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131689641;
-
- // aapt resource value: 0x7F0F00AA
- public const int Base_Widget_AppCompat_Button_Colored = 2131689642;
-
- // aapt resource value: 0x7F0F00AB
- public const int Base_Widget_AppCompat_Button_Small = 2131689643;
-
- // aapt resource value: 0x7F0F00AE
- public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131689646;
-
- // aapt resource value: 0x7F0F00AF
- public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131689647;
-
- // aapt resource value: 0x7F0F00B0
- public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131689648;
-
- // aapt resource value: 0x7F0F00B1
- public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131689649;
-
- // aapt resource value: 0x7F0F00B2
- public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131689650;
-
- // aapt resource value: 0x7F0F00B3
- public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131689651;
-
- // aapt resource value: 0x7F0F00B4
- public const int Base_Widget_AppCompat_EditText = 2131689652;
-
- // aapt resource value: 0x7F0F00B5
- public const int Base_Widget_AppCompat_ImageButton = 2131689653;
-
- // aapt resource value: 0x7F0F00B6
- public const int Base_Widget_AppCompat_Light_ActionBar = 2131689654;
-
- // aapt resource value: 0x7F0F00B7
- public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131689655;
-
- // aapt resource value: 0x7F0F00B8
- public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131689656;
-
- // aapt resource value: 0x7F0F00B9
- public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131689657;
-
- // aapt resource value: 0x7F0F00BA
- public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131689658;
-
- // aapt resource value: 0x7F0F00BB
- public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131689659;
-
- // aapt resource value: 0x7F0F00BC
- public const int Base_Widget_AppCompat_Light_PopupMenu = 2131689660;
-
- // aapt resource value: 0x7F0F00BD
- public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131689661;
-
- // aapt resource value: 0x7F0F00BE
- public const int Base_Widget_AppCompat_ListMenuView = 2131689662;
-
- // aapt resource value: 0x7F0F00BF
- public const int Base_Widget_AppCompat_ListPopupWindow = 2131689663;
-
- // aapt resource value: 0x7F0F00C0
- public const int Base_Widget_AppCompat_ListView = 2131689664;
-
- // aapt resource value: 0x7F0F00C1
- public const int Base_Widget_AppCompat_ListView_DropDown = 2131689665;
-
- // aapt resource value: 0x7F0F00C2
- public const int Base_Widget_AppCompat_ListView_Menu = 2131689666;
-
- // aapt resource value: 0x7F0F00C3
- public const int Base_Widget_AppCompat_PopupMenu = 2131689667;
-
- // aapt resource value: 0x7F0F00C4
- public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131689668;
-
- // aapt resource value: 0x7F0F00C5
- public const int Base_Widget_AppCompat_PopupWindow = 2131689669;
-
- // aapt resource value: 0x7F0F00C6
- public const int Base_Widget_AppCompat_ProgressBar = 2131689670;
-
- // aapt resource value: 0x7F0F00C7
- public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131689671;
-
- // aapt resource value: 0x7F0F00C8
- public const int Base_Widget_AppCompat_RatingBar = 2131689672;
-
- // aapt resource value: 0x7F0F00C9
- public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131689673;
-
- // aapt resource value: 0x7F0F00CA
- public const int Base_Widget_AppCompat_RatingBar_Small = 2131689674;
-
- // aapt resource value: 0x7F0F00CB
- public const int Base_Widget_AppCompat_SearchView = 2131689675;
-
- // aapt resource value: 0x7F0F00CC
- public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131689676;
-
- // aapt resource value: 0x7F0F00CD
- public const int Base_Widget_AppCompat_SeekBar = 2131689677;
-
- // aapt resource value: 0x7F0F00CE
- public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131689678;
-
- // aapt resource value: 0x7F0F00CF
- public const int Base_Widget_AppCompat_Spinner = 2131689679;
-
- // aapt resource value: 0x7F0F00D0
- public const int Base_Widget_AppCompat_Spinner_Underlined = 2131689680;
-
- // aapt resource value: 0x7F0F00D1
- public const int Base_Widget_AppCompat_TextView = 2131689681;
-
- // aapt resource value: 0x7F0F00D2
- public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131689682;
-
- // aapt resource value: 0x7F0F00D3
- public const int Base_Widget_AppCompat_Toolbar = 2131689683;
-
- // aapt resource value: 0x7F0F00D4
- public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131689684;
-
- // aapt resource value: 0x7F0F00D5
- public const int Base_Widget_Design_TabLayout = 2131689685;
-
- // aapt resource value: 0x7F0F00D6
- public const int Base_Widget_MaterialComponents_AutoCompleteTextView = 2131689686;
-
- // aapt resource value: 0x7F0F00D7
- public const int Base_Widget_MaterialComponents_CheckedTextView = 2131689687;
-
- // aapt resource value: 0x7F0F00D8
- public const int Base_Widget_MaterialComponents_Chip = 2131689688;
-
- // aapt resource value: 0x7F0F00D9
- public const int Base_Widget_MaterialComponents_PopupMenu = 2131689689;
-
- // aapt resource value: 0x7F0F00DA
- public const int Base_Widget_MaterialComponents_PopupMenu_ContextMenu = 2131689690;
-
- // aapt resource value: 0x7F0F00DB
- public const int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131689691;
-
- // aapt resource value: 0x7F0F00DC
- public const int Base_Widget_MaterialComponents_PopupMenu_Overflow = 2131689692;
-
- // aapt resource value: 0x7F0F00DD
- public const int Base_Widget_MaterialComponents_Slider = 2131689693;
-
- // aapt resource value: 0x7F0F00DE
- public const int Base_Widget_MaterialComponents_TextInputEditText = 2131689694;
-
- // aapt resource value: 0x7F0F00DF
- public const int Base_Widget_MaterialComponents_TextInputLayout = 2131689695;
-
- // aapt resource value: 0x7F0F00E0
- public const int Base_Widget_MaterialComponents_TextView = 2131689696;
-
- // aapt resource value: 0x7F0F00E1
- public const int CardView = 2131689697;
-
- // aapt resource value: 0x7F0F00E2
- public const int CardView_Dark = 2131689698;
-
- // aapt resource value: 0x7F0F00E3
- public const int CardView_Light = 2131689699;
-
- // aapt resource value: 0x7F0F02BC
- public const int collectionViewTheme = 2131690172;
-
- // aapt resource value: 0x7F0F00E4
- public const int EmptyTheme = 2131689700;
-
- // aapt resource value: 0x7F0F00E5
- public const int MainTheme = 2131689701;
-
- // aapt resource value: 0x7F0F00E6
- public const int MainTheme_Base = 2131689702;
-
- // aapt resource value: 0x7F0F00E7
- public const int MaterialAlertDialog_MaterialComponents = 2131689703;
-
- // aapt resource value: 0x7F0F00E8
- public const int MaterialAlertDialog_MaterialComponents_Body_Text = 2131689704;
-
- // aapt resource value: 0x7F0F00E9
- public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = 2131689705;
-
- // aapt resource value: 0x7F0F00EA
- public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = 2131689706;
-
- // aapt resource value: 0x7F0F00EB
- public const int MaterialAlertDialog_MaterialComponents_Title_Icon = 2131689707;
-
- // aapt resource value: 0x7F0F00EC
- public const int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = 2131689708;
-
- // aapt resource value: 0x7F0F00ED
- public const int MaterialAlertDialog_MaterialComponents_Title_Panel = 2131689709;
-
- // aapt resource value: 0x7F0F00EE
- public const int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = 2131689710;
-
- // aapt resource value: 0x7F0F00EF
- public const int MaterialAlertDialog_MaterialComponents_Title_Text = 2131689711;
-
- // aapt resource value: 0x7F0F00F0
- public const int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = 2131689712;
-
- // aapt resource value: 0x7F0F00F1
- public const int Platform_AppCompat = 2131689713;
-
- // aapt resource value: 0x7F0F00F2
- public const int Platform_AppCompat_Light = 2131689714;
-
- // aapt resource value: 0x7F0F00F3
- public const int Platform_MaterialComponents = 2131689715;
-
- // aapt resource value: 0x7F0F00F4
- public const int Platform_MaterialComponents_Dialog = 2131689716;
-
- // aapt resource value: 0x7F0F00F5
- public const int Platform_MaterialComponents_Light = 2131689717;
-
- // aapt resource value: 0x7F0F00F6
- public const int Platform_MaterialComponents_Light_Dialog = 2131689718;
-
- // aapt resource value: 0x7F0F00F7
- public const int Platform_ThemeOverlay_AppCompat = 2131689719;
-
- // aapt resource value: 0x7F0F00F8
- public const int Platform_ThemeOverlay_AppCompat_Dark = 2131689720;
-
- // aapt resource value: 0x7F0F00F9
- public const int Platform_ThemeOverlay_AppCompat_Light = 2131689721;
-
- // aapt resource value: 0x7F0F00FA
- public const int Platform_V21_AppCompat = 2131689722;
-
- // aapt resource value: 0x7F0F00FB
- public const int Platform_V21_AppCompat_Light = 2131689723;
-
- // aapt resource value: 0x7F0F00FC
- public const int Platform_V25_AppCompat = 2131689724;
-
- // aapt resource value: 0x7F0F00FD
- public const int Platform_V25_AppCompat_Light = 2131689725;
-
- // aapt resource value: 0x7F0F00FE
- public const int Platform_Widget_AppCompat_Spinner = 2131689726;
-
- // aapt resource value: 0x7F0F00FF
- public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131689727;
-
- // aapt resource value: 0x7F0F0100
- public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131689728;
-
- // aapt resource value: 0x7F0F0101
- public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131689729;
-
- // aapt resource value: 0x7F0F0102
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131689730;
-
- // aapt resource value: 0x7F0F0103
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131689731;
-
- // aapt resource value: 0x7F0F0104
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131689732;
-
- // aapt resource value: 0x7F0F0105
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131689733;
-
- // aapt resource value: 0x7F0F0106
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131689734;
-
- // aapt resource value: 0x7F0F0107
- public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131689735;
-
- // aapt resource value: 0x7F0F010D
- public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131689741;
-
- // aapt resource value: 0x7F0F0108
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131689736;
-
- // aapt resource value: 0x7F0F0109
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131689737;
-
- // aapt resource value: 0x7F0F010A
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131689738;
-
- // aapt resource value: 0x7F0F010B
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131689739;
-
- // aapt resource value: 0x7F0F010C
- public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131689740;
-
- // aapt resource value: 0x7F0F010E
- public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131689742;
-
- // aapt resource value: 0x7F0F010F
- public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131689743;
-
- // aapt resource value: 0x7F0F02BD
- public const int scrollViewScrollBars = 2131690173;
-
- // aapt resource value: 0x7F0F02BE
- public const int scrollViewTheme = 2131690174;
-
- // aapt resource value: 0x7F0F0116
- public const int ShapeAppearanceOverlay = 2131689750;
-
- // aapt resource value: 0x7F0F0117
- public const int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = 2131689751;
-
- // aapt resource value: 0x7F0F0118
- public const int ShapeAppearanceOverlay_BottomRightCut = 2131689752;
-
- // aapt resource value: 0x7F0F0119
- public const int ShapeAppearanceOverlay_Cut = 2131689753;
-
- // aapt resource value: 0x7F0F011A
- public const int ShapeAppearanceOverlay_DifferentCornerSize = 2131689754;
-
- // aapt resource value: 0x7F0F011B
- public const int ShapeAppearanceOverlay_MaterialComponents_BottomSheet = 2131689755;
-
- // aapt resource value: 0x7F0F011C
- public const int ShapeAppearanceOverlay_MaterialComponents_Chip = 2131689756;
-
- // aapt resource value: 0x7F0F011D
- public const int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = 2131689757;
-
- // aapt resource value: 0x7F0F011E
- public const int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = 2131689758;
-
- // aapt resource value: 0x7F0F011F
- public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131689759;
-
- // aapt resource value: 0x7F0F0120
- public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = 2131689760;
-
- // aapt resource value: 0x7F0F0121
- public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = 2131689761;
-
- // aapt resource value: 0x7F0F0122
- public const int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = 2131689762;
-
- // aapt resource value: 0x7F0F0123
- public const int ShapeAppearanceOverlay_TopLeftCut = 2131689763;
-
- // aapt resource value: 0x7F0F0124
- public const int ShapeAppearanceOverlay_TopRightDifferentCornerSize = 2131689764;
-
- // aapt resource value: 0x7F0F0110
- public const int ShapeAppearance_MaterialComponents = 2131689744;
-
- // aapt resource value: 0x7F0F0111
- public const int ShapeAppearance_MaterialComponents_LargeComponent = 2131689745;
-
- // aapt resource value: 0x7F0F0112
- public const int ShapeAppearance_MaterialComponents_MediumComponent = 2131689746;
-
- // aapt resource value: 0x7F0F0113
- public const int ShapeAppearance_MaterialComponents_SmallComponent = 2131689747;
-
- // aapt resource value: 0x7F0F0114
- public const int ShapeAppearance_MaterialComponents_Test = 2131689748;
-
- // aapt resource value: 0x7F0F0115
- public const int ShapeAppearance_MaterialComponents_Tooltip = 2131689749;
-
- // aapt resource value: 0x7F0F012A
- public const int TestStyleWithLineHeight = 2131689770;
-
- // aapt resource value: 0x7F0F012B
- public const int TestStyleWithLineHeightAppearance = 2131689771;
-
- // aapt resource value: 0x7F0F012D
- public const int TestStyleWithoutLineHeight = 2131689773;
-
- // aapt resource value: 0x7F0F012C
- public const int TestStyleWithThemeLineHeightAttribute = 2131689772;
-
- // aapt resource value: 0x7F0F012E
- public const int TestThemeWithLineHeight = 2131689774;
-
- // aapt resource value: 0x7F0F012F
- public const int TestThemeWithLineHeightDisabled = 2131689775;
-
- // aapt resource value: 0x7F0F0125
- public const int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131689765;
-
- // aapt resource value: 0x7F0F0126
- public const int Test_Theme_MaterialComponents_MaterialCalendar = 2131689766;
-
- // aapt resource value: 0x7F0F0127
- public const int Test_Widget_MaterialComponents_MaterialCalendar = 2131689767;
-
- // aapt resource value: 0x7F0F0128
- public const int Test_Widget_MaterialComponents_MaterialCalendar_Day = 2131689768;
-
- // aapt resource value: 0x7F0F0129
- public const int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131689769;
-
- // aapt resource value: 0x7F0F0130
- public const int TextAppearance_AppCompat = 2131689776;
-
- // aapt resource value: 0x7F0F0131
- public const int TextAppearance_AppCompat_Body1 = 2131689777;
-
- // aapt resource value: 0x7F0F0132
- public const int TextAppearance_AppCompat_Body2 = 2131689778;
-
- // aapt resource value: 0x7F0F0133
- public const int TextAppearance_AppCompat_Button = 2131689779;
-
- // aapt resource value: 0x7F0F0134
- public const int TextAppearance_AppCompat_Caption = 2131689780;
-
- // aapt resource value: 0x7F0F0135
- public const int TextAppearance_AppCompat_Display1 = 2131689781;
-
- // aapt resource value: 0x7F0F0136
- public const int TextAppearance_AppCompat_Display2 = 2131689782;
-
- // aapt resource value: 0x7F0F0137
- public const int TextAppearance_AppCompat_Display3 = 2131689783;
-
- // aapt resource value: 0x7F0F0138
- public const int TextAppearance_AppCompat_Display4 = 2131689784;
-
- // aapt resource value: 0x7F0F0139
- public const int TextAppearance_AppCompat_Headline = 2131689785;
-
- // aapt resource value: 0x7F0F013A
- public const int TextAppearance_AppCompat_Inverse = 2131689786;
-
- // aapt resource value: 0x7F0F013B
- public const int TextAppearance_AppCompat_Large = 2131689787;
-
- // aapt resource value: 0x7F0F013C
- public const int TextAppearance_AppCompat_Large_Inverse = 2131689788;
-
- // aapt resource value: 0x7F0F013D
- public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131689789;
-
- // aapt resource value: 0x7F0F013E
- public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131689790;
-
- // aapt resource value: 0x7F0F013F
- public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689791;
-
- // aapt resource value: 0x7F0F0140
- public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689792;
-
- // aapt resource value: 0x7F0F0141
- public const int TextAppearance_AppCompat_Medium = 2131689793;
-
- // aapt resource value: 0x7F0F0142
- public const int TextAppearance_AppCompat_Medium_Inverse = 2131689794;
-
- // aapt resource value: 0x7F0F0143
- public const int TextAppearance_AppCompat_Menu = 2131689795;
-
- // aapt resource value: 0x7F0F0144
- public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131689796;
-
- // aapt resource value: 0x7F0F0145
- public const int TextAppearance_AppCompat_SearchResult_Title = 2131689797;
-
- // aapt resource value: 0x7F0F0146
- public const int TextAppearance_AppCompat_Small = 2131689798;
-
- // aapt resource value: 0x7F0F0147
- public const int TextAppearance_AppCompat_Small_Inverse = 2131689799;
-
- // aapt resource value: 0x7F0F0148
- public const int TextAppearance_AppCompat_Subhead = 2131689800;
-
- // aapt resource value: 0x7F0F0149
- public const int TextAppearance_AppCompat_Subhead_Inverse = 2131689801;
-
- // aapt resource value: 0x7F0F014A
- public const int TextAppearance_AppCompat_Title = 2131689802;
-
- // aapt resource value: 0x7F0F014B
- public const int TextAppearance_AppCompat_Title_Inverse = 2131689803;
-
- // aapt resource value: 0x7F0F014C
- public const int TextAppearance_AppCompat_Tooltip = 2131689804;
-
- // aapt resource value: 0x7F0F014D
- public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689805;
-
- // aapt resource value: 0x7F0F014E
- public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689806;
-
- // aapt resource value: 0x7F0F014F
- public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689807;
-
- // aapt resource value: 0x7F0F0150
- public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689808;
-
- // aapt resource value: 0x7F0F0151
- public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689809;
-
- // aapt resource value: 0x7F0F0152
- public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689810;
-
- // aapt resource value: 0x7F0F0153
- public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131689811;
-
- // aapt resource value: 0x7F0F0154
- public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689812;
-
- // aapt resource value: 0x7F0F0155
- public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131689813;
-
- // aapt resource value: 0x7F0F0156
- public const int TextAppearance_AppCompat_Widget_Button = 2131689814;
-
- // aapt resource value: 0x7F0F0157
- public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689815;
-
- // aapt resource value: 0x7F0F0158
- public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131689816;
-
- // aapt resource value: 0x7F0F0159
- public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131689817;
-
- // aapt resource value: 0x7F0F015A
- public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131689818;
-
- // aapt resource value: 0x7F0F015B
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689819;
-
- // aapt resource value: 0x7F0F015C
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689820;
-
- // aapt resource value: 0x7F0F015D
- public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689821;
-
- // aapt resource value: 0x7F0F015E
- public const int TextAppearance_AppCompat_Widget_Switch = 2131689822;
-
- // aapt resource value: 0x7F0F015F
- public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689823;
-
- // aapt resource value: 0x7F0F0160
- public const int TextAppearance_Compat_Notification = 2131689824;
-
- // aapt resource value: 0x7F0F0161
- public const int TextAppearance_Compat_Notification_Info = 2131689825;
-
- // aapt resource value: 0x7F0F0162
- public const int TextAppearance_Compat_Notification_Info_Media = 2131689826;
-
- // aapt resource value: 0x7F0F0163
- public const int TextAppearance_Compat_Notification_Line2 = 2131689827;
-
- // aapt resource value: 0x7F0F0164
- public const int TextAppearance_Compat_Notification_Line2_Media = 2131689828;
-
- // aapt resource value: 0x7F0F0165
- public const int TextAppearance_Compat_Notification_Media = 2131689829;
-
- // aapt resource value: 0x7F0F0166
- public const int TextAppearance_Compat_Notification_Time = 2131689830;
-
- // aapt resource value: 0x7F0F0167
- public const int TextAppearance_Compat_Notification_Time_Media = 2131689831;
-
- // aapt resource value: 0x7F0F0168
- public const int TextAppearance_Compat_Notification_Title = 2131689832;
-
- // aapt resource value: 0x7F0F0169
- public const int TextAppearance_Compat_Notification_Title_Media = 2131689833;
-
- // aapt resource value: 0x7F0F016A
- public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131689834;
-
- // aapt resource value: 0x7F0F016B
- public const int TextAppearance_Design_Counter = 2131689835;
-
- // aapt resource value: 0x7F0F016C
- public const int TextAppearance_Design_Counter_Overflow = 2131689836;
-
- // aapt resource value: 0x7F0F016D
- public const int TextAppearance_Design_Error = 2131689837;
-
- // aapt resource value: 0x7F0F016E
- public const int TextAppearance_Design_HelperText = 2131689838;
-
- // aapt resource value: 0x7F0F016F
- public const int TextAppearance_Design_Hint = 2131689839;
-
- // aapt resource value: 0x7F0F0170
- public const int TextAppearance_Design_Placeholder = 2131689840;
-
- // aapt resource value: 0x7F0F0171
- public const int TextAppearance_Design_Prefix = 2131689841;
-
- // aapt resource value: 0x7F0F0172
- public const int TextAppearance_Design_Snackbar_Message = 2131689842;
-
- // aapt resource value: 0x7F0F0173
- public const int TextAppearance_Design_Suffix = 2131689843;
-
- // aapt resource value: 0x7F0F0174
- public const int TextAppearance_Design_Tab = 2131689844;
-
- // aapt resource value: 0x7F0F0175
- public const int TextAppearance_MaterialComponents_Badge = 2131689845;
-
- // aapt resource value: 0x7F0F0176
- public const int TextAppearance_MaterialComponents_Body1 = 2131689846;
-
- // aapt resource value: 0x7F0F0177
- public const int TextAppearance_MaterialComponents_Body2 = 2131689847;
-
- // aapt resource value: 0x7F0F0178
- public const int TextAppearance_MaterialComponents_Button = 2131689848;
-
- // aapt resource value: 0x7F0F0179
- public const int TextAppearance_MaterialComponents_Caption = 2131689849;
-
- // aapt resource value: 0x7F0F017A
- public const int TextAppearance_MaterialComponents_Chip = 2131689850;
-
- // aapt resource value: 0x7F0F017B
- public const int TextAppearance_MaterialComponents_Headline1 = 2131689851;
-
- // aapt resource value: 0x7F0F017C
- public const int TextAppearance_MaterialComponents_Headline2 = 2131689852;
-
- // aapt resource value: 0x7F0F017D
- public const int TextAppearance_MaterialComponents_Headline3 = 2131689853;
-
- // aapt resource value: 0x7F0F017E
- public const int TextAppearance_MaterialComponents_Headline4 = 2131689854;
-
- // aapt resource value: 0x7F0F017F
- public const int TextAppearance_MaterialComponents_Headline5 = 2131689855;
-
- // aapt resource value: 0x7F0F0180
- public const int TextAppearance_MaterialComponents_Headline6 = 2131689856;
-
- // aapt resource value: 0x7F0F0181
- public const int TextAppearance_MaterialComponents_Overline = 2131689857;
-
- // aapt resource value: 0x7F0F0182
- public const int TextAppearance_MaterialComponents_Subtitle1 = 2131689858;
-
- // aapt resource value: 0x7F0F0183
- public const int TextAppearance_MaterialComponents_Subtitle2 = 2131689859;
-
- // aapt resource value: 0x7F0F0184
- public const int TextAppearance_MaterialComponents_Tooltip = 2131689860;
-
- // aapt resource value: 0x7F0F0185
- public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689861;
-
- // aapt resource value: 0x7F0F0186
- public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689862;
-
- // aapt resource value: 0x7F0F0187
- public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689863;
-
- // aapt resource value: 0x7F0F0204
- public const int ThemeOverlayColorAccentRed = 2131689988;
-
- // aapt resource value: 0x7F0F01D5
- public const int ThemeOverlay_AppCompat = 2131689941;
-
- // aapt resource value: 0x7F0F01D6
- public const int ThemeOverlay_AppCompat_ActionBar = 2131689942;
-
- // aapt resource value: 0x7F0F01D7
- public const int ThemeOverlay_AppCompat_Dark = 2131689943;
-
- // aapt resource value: 0x7F0F01D8
- public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131689944;
-
- // aapt resource value: 0x7F0F01D9
- public const int ThemeOverlay_AppCompat_DayNight = 2131689945;
-
- // aapt resource value: 0x7F0F01DA
- public const int ThemeOverlay_AppCompat_DayNight_ActionBar = 2131689946;
-
- // aapt resource value: 0x7F0F01DB
- public const int ThemeOverlay_AppCompat_Dialog = 2131689947;
-
- // aapt resource value: 0x7F0F01DC
- public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131689948;
-
- // aapt resource value: 0x7F0F01DD
- public const int ThemeOverlay_AppCompat_Light = 2131689949;
-
- // aapt resource value: 0x7F0F01DE
- public const int ThemeOverlay_Design_TextInputEditText = 2131689950;
-
- // aapt resource value: 0x7F0F01DF
- public const int ThemeOverlay_MaterialComponents = 2131689951;
-
- // aapt resource value: 0x7F0F01E0
- public const int ThemeOverlay_MaterialComponents_ActionBar = 2131689952;
-
- // aapt resource value: 0x7F0F01E1
- public const int ThemeOverlay_MaterialComponents_ActionBar_Primary = 2131689953;
-
- // aapt resource value: 0x7F0F01E2
- public const int ThemeOverlay_MaterialComponents_ActionBar_Surface = 2131689954;
-
- // aapt resource value: 0x7F0F01E3
- public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView = 2131689955;
-
- // aapt resource value: 0x7F0F01E4
- public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = 2131689956;
-
- // aapt resource value: 0x7F0F01E5
- public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131689957;
-
- // aapt resource value: 0x7F0F01E6
- public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131689958;
-
- // aapt resource value: 0x7F0F01E7
- public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131689959;
-
- // aapt resource value: 0x7F0F01E8
- public const int ThemeOverlay_MaterialComponents_BottomAppBar_Primary = 2131689960;
-
- // aapt resource value: 0x7F0F01E9
- public const int ThemeOverlay_MaterialComponents_BottomAppBar_Surface = 2131689961;
-
- // aapt resource value: 0x7F0F01EA
- public const int ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131689962;
-
- // aapt resource value: 0x7F0F01EB
- public const int ThemeOverlay_MaterialComponents_Dark = 2131689963;
-
- // aapt resource value: 0x7F0F01EC
- public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131689964;
-
- // aapt resource value: 0x7F0F01ED
- public const int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = 2131689965;
-
- // aapt resource value: 0x7F0F01EE
- public const int ThemeOverlay_MaterialComponents_Dialog = 2131689966;
-
- // aapt resource value: 0x7F0F01EF
- public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689967;
-
- // aapt resource value: 0x7F0F01F0
- public const int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131689968;
-
- // aapt resource value: 0x7F0F01F1
- public const int ThemeOverlay_MaterialComponents_Light = 2131689969;
-
- // aapt resource value: 0x7F0F01F2
- public const int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog = 2131689970;
-
- // aapt resource value: 0x7F0F01F3
- public const int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131689971;
-
- // aapt resource value: 0x7F0F01F4
- public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689972;
-
- // aapt resource value: 0x7F0F01F5
- public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = 2131689973;
-
- // aapt resource value: 0x7F0F01F6
- public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = 2131689974;
-
- // aapt resource value: 0x7F0F01F7
- public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = 2131689975;
-
- // aapt resource value: 0x7F0F01F8
- public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = 2131689976;
-
- // aapt resource value: 0x7F0F01F9
- public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day = 2131689977;
-
- // aapt resource value: 0x7F0F01FA
- public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner = 2131689978;
-
- // aapt resource value: 0x7F0F01FB
- public const int ThemeOverlay_MaterialComponents_MaterialCalendar = 2131689979;
-
- // aapt resource value: 0x7F0F01FC
- public const int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = 2131689980;
-
- // aapt resource value: 0x7F0F01FD
- public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131689981;
-
- // aapt resource value: 0x7F0F01FE
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131689982;
-
- // aapt resource value: 0x7F0F01FF
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131689983;
-
- // aapt resource value: 0x7F0F0200
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131689984;
-
- // aapt resource value: 0x7F0F0201
- public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131689985;
-
- // aapt resource value: 0x7F0F0202
- public const int ThemeOverlay_MaterialComponents_Toolbar_Primary = 2131689986;
-
- // aapt resource value: 0x7F0F0203
- public const int ThemeOverlay_MaterialComponents_Toolbar_Surface = 2131689987;
-
- // aapt resource value: 0x7F0F0188
- public const int Theme_AppCompat = 2131689864;
-
- // aapt resource value: 0x7F0F0189
- public const int Theme_AppCompat_CompactMenu = 2131689865;
-
- // aapt resource value: 0x7F0F018A
- public const int Theme_AppCompat_DayNight = 2131689866;
-
- // aapt resource value: 0x7F0F018B
- public const int Theme_AppCompat_DayNight_DarkActionBar = 2131689867;
-
- // aapt resource value: 0x7F0F018C
- public const int Theme_AppCompat_DayNight_Dialog = 2131689868;
-
- // aapt resource value: 0x7F0F018F
- public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131689871;
-
- // aapt resource value: 0x7F0F018D
- public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131689869;
-
- // aapt resource value: 0x7F0F018E
- public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131689870;
-
- // aapt resource value: 0x7F0F0190
- public const int Theme_AppCompat_DayNight_NoActionBar = 2131689872;
-
- // aapt resource value: 0x7F0F0191
- public const int Theme_AppCompat_Dialog = 2131689873;
-
- // aapt resource value: 0x7F0F0194
- public const int Theme_AppCompat_DialogWhenLarge = 2131689876;
-
- // aapt resource value: 0x7F0F0192
- public const int Theme_AppCompat_Dialog_Alert = 2131689874;
-
- // aapt resource value: 0x7F0F0193
- public const int Theme_AppCompat_Dialog_MinWidth = 2131689875;
-
- // aapt resource value: 0x7F0F0195
- public const int Theme_AppCompat_Empty = 2131689877;
-
- // aapt resource value: 0x7F0F0196
- public const int Theme_AppCompat_Light = 2131689878;
-
- // aapt resource value: 0x7F0F0197
- public const int Theme_AppCompat_Light_DarkActionBar = 2131689879;
-
- // aapt resource value: 0x7F0F0198
- public const int Theme_AppCompat_Light_Dialog = 2131689880;
-
- // aapt resource value: 0x7F0F019B
- public const int Theme_AppCompat_Light_DialogWhenLarge = 2131689883;
-
- // aapt resource value: 0x7F0F0199
- public const int Theme_AppCompat_Light_Dialog_Alert = 2131689881;
-
- // aapt resource value: 0x7F0F019A
- public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131689882;
-
- // aapt resource value: 0x7F0F019C
- public const int Theme_AppCompat_Light_NoActionBar = 2131689884;
-
- // aapt resource value: 0x7F0F019D
- public const int Theme_AppCompat_NoActionBar = 2131689885;
-
- // aapt resource value: 0x7F0F019E
- public const int Theme_Design = 2131689886;
-
- // aapt resource value: 0x7F0F019F
- public const int Theme_Design_BottomSheetDialog = 2131689887;
-
- // aapt resource value: 0x7F0F01A0
- public const int Theme_Design_Light = 2131689888;
-
- // aapt resource value: 0x7F0F01A1
- public const int Theme_Design_Light_BottomSheetDialog = 2131689889;
-
- // aapt resource value: 0x7F0F01A2
- public const int Theme_Design_Light_NoActionBar = 2131689890;
-
- // aapt resource value: 0x7F0F01A3
- public const int Theme_Design_NoActionBar = 2131689891;
-
- // aapt resource value: 0x7F0F01A4
- public const int Theme_MaterialComponents = 2131689892;
-
- // aapt resource value: 0x7F0F01A5
- public const int Theme_MaterialComponents_BottomSheetDialog = 2131689893;
-
- // aapt resource value: 0x7F0F01A6
- public const int Theme_MaterialComponents_Bridge = 2131689894;
-
- // aapt resource value: 0x7F0F01A7
- public const int Theme_MaterialComponents_CompactMenu = 2131689895;
-
- // aapt resource value: 0x7F0F01A8
- public const int Theme_MaterialComponents_DayNight = 2131689896;
-
- // aapt resource value: 0x7F0F01A9
- public const int Theme_MaterialComponents_DayNight_BottomSheetDialog = 2131689897;
-
- // aapt resource value: 0x7F0F01AA
- public const int Theme_MaterialComponents_DayNight_Bridge = 2131689898;
-
- // aapt resource value: 0x7F0F01AB
- public const int Theme_MaterialComponents_DayNight_DarkActionBar = 2131689899;
-
- // aapt resource value: 0x7F0F01AC
- public const int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = 2131689900;
-
- // aapt resource value: 0x7F0F01AD
- public const int Theme_MaterialComponents_DayNight_Dialog = 2131689901;
-
- // aapt resource value: 0x7F0F01B5
- public const int Theme_MaterialComponents_DayNight_DialogWhenLarge = 2131689909;
-
- // aapt resource value: 0x7F0F01AE
- public const int Theme_MaterialComponents_DayNight_Dialog_Alert = 2131689902;
-
- // aapt resource value: 0x7F0F01AF
- public const int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = 2131689903;
-
- // aapt resource value: 0x7F0F01B0
- public const int Theme_MaterialComponents_DayNight_Dialog_Bridge = 2131689904;
-
- // aapt resource value: 0x7F0F01B1
- public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize = 2131689905;
-
- // aapt resource value: 0x7F0F01B2
- public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = 2131689906;
-
- // aapt resource value: 0x7F0F01B3
- public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth = 2131689907;
-
- // aapt resource value: 0x7F0F01B4
- public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = 2131689908;
-
- // aapt resource value: 0x7F0F01B6
- public const int Theme_MaterialComponents_DayNight_NoActionBar = 2131689910;
-
- // aapt resource value: 0x7F0F01B7
- public const int Theme_MaterialComponents_DayNight_NoActionBar_Bridge = 2131689911;
-
- // aapt resource value: 0x7F0F01B8
- public const int Theme_MaterialComponents_Dialog = 2131689912;
-
- // aapt resource value: 0x7F0F01C0
- public const int Theme_MaterialComponents_DialogWhenLarge = 2131689920;
-
- // aapt resource value: 0x7F0F01B9
- public const int Theme_MaterialComponents_Dialog_Alert = 2131689913;
-
- // aapt resource value: 0x7F0F01BA
- public const int Theme_MaterialComponents_Dialog_Alert_Bridge = 2131689914;
-
- // aapt resource value: 0x7F0F01BB
- public const int Theme_MaterialComponents_Dialog_Bridge = 2131689915;
-
- // aapt resource value: 0x7F0F01BC
- public const int Theme_MaterialComponents_Dialog_FixedSize = 2131689916;
-
- // aapt resource value: 0x7F0F01BD
- public const int Theme_MaterialComponents_Dialog_FixedSize_Bridge = 2131689917;
-
- // aapt resource value: 0x7F0F01BE
- public const int Theme_MaterialComponents_Dialog_MinWidth = 2131689918;
-
- // aapt resource value: 0x7F0F01BF
- public const int Theme_MaterialComponents_Dialog_MinWidth_Bridge = 2131689919;
-
- // aapt resource value: 0x7F0F01C1
- public const int Theme_MaterialComponents_Light = 2131689921;
-
- // aapt resource value: 0x7F0F01C2
- public const int Theme_MaterialComponents_Light_BarSize = 2131689922;
-
- // aapt resource value: 0x7F0F01C3
- public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131689923;
-
- // aapt resource value: 0x7F0F01C4
- public const int Theme_MaterialComponents_Light_Bridge = 2131689924;
-
- // aapt resource value: 0x7F0F01C5
- public const int Theme_MaterialComponents_Light_DarkActionBar = 2131689925;
-
- // aapt resource value: 0x7F0F01C6
- public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689926;
-
- // aapt resource value: 0x7F0F01C7
- public const int Theme_MaterialComponents_Light_Dialog = 2131689927;
-
- // aapt resource value: 0x7F0F01CF
- public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131689935;
-
- // aapt resource value: 0x7F0F01C8
- public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131689928;
-
- // aapt resource value: 0x7F0F01C9
- public const int Theme_MaterialComponents_Light_Dialog_Alert_Bridge = 2131689929;
-
- // aapt resource value: 0x7F0F01CA
- public const int Theme_MaterialComponents_Light_Dialog_Bridge = 2131689930;
-
- // aapt resource value: 0x7F0F01CB
- public const int Theme_MaterialComponents_Light_Dialog_FixedSize = 2131689931;
-
- // aapt resource value: 0x7F0F01CC
- public const int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = 2131689932;
-
- // aapt resource value: 0x7F0F01CD
- public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131689933;
-
- // aapt resource value: 0x7F0F01CE
- public const int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = 2131689934;
-
- // aapt resource value: 0x7F0F01D0
- public const int Theme_MaterialComponents_Light_LargeTouch = 2131689936;
-
- // aapt resource value: 0x7F0F01D1
- public const int Theme_MaterialComponents_Light_NoActionBar = 2131689937;
-
- // aapt resource value: 0x7F0F01D2
- public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131689938;
-
- // aapt resource value: 0x7F0F01D3
- public const int Theme_MaterialComponents_NoActionBar = 2131689939;
-
- // aapt resource value: 0x7F0F01D4
- public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131689940;
-
- // aapt resource value: 0x7F0F0205
- public const int Widget_AppCompat_ActionBar = 2131689989;
-
- // aapt resource value: 0x7F0F0206
- public const int Widget_AppCompat_ActionBar_Solid = 2131689990;
-
- // aapt resource value: 0x7F0F0207
- public const int Widget_AppCompat_ActionBar_TabBar = 2131689991;
-
- // aapt resource value: 0x7F0F0208
- public const int Widget_AppCompat_ActionBar_TabText = 2131689992;
-
- // aapt resource value: 0x7F0F0209
- public const int Widget_AppCompat_ActionBar_TabView = 2131689993;
-
- // aapt resource value: 0x7F0F020A
- public const int Widget_AppCompat_ActionButton = 2131689994;
-
- // aapt resource value: 0x7F0F020B
- public const int Widget_AppCompat_ActionButton_CloseMode = 2131689995;
-
- // aapt resource value: 0x7F0F020C
- public const int Widget_AppCompat_ActionButton_Overflow = 2131689996;
-
- // aapt resource value: 0x7F0F020D
- public const int Widget_AppCompat_ActionMode = 2131689997;
-
- // aapt resource value: 0x7F0F020E
- public const int Widget_AppCompat_ActivityChooserView = 2131689998;
-
- // aapt resource value: 0x7F0F020F
- public const int Widget_AppCompat_AutoCompleteTextView = 2131689999;
-
- // aapt resource value: 0x7F0F0210
- public const int Widget_AppCompat_Button = 2131690000;
-
- // aapt resource value: 0x7F0F0216
- public const int Widget_AppCompat_ButtonBar = 2131690006;
-
- // aapt resource value: 0x7F0F0217
- public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131690007;
-
- // aapt resource value: 0x7F0F0211
- public const int Widget_AppCompat_Button_Borderless = 2131690001;
-
- // aapt resource value: 0x7F0F0212
- public const int Widget_AppCompat_Button_Borderless_Colored = 2131690002;
-
- // aapt resource value: 0x7F0F0213
- public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131690003;
-
- // aapt resource value: 0x7F0F0214
- public const int Widget_AppCompat_Button_Colored = 2131690004;
-
- // aapt resource value: 0x7F0F0215
- public const int Widget_AppCompat_Button_Small = 2131690005;
-
- // aapt resource value: 0x7F0F0218
- public const int Widget_AppCompat_CompoundButton_CheckBox = 2131690008;
-
- // aapt resource value: 0x7F0F0219
- public const int Widget_AppCompat_CompoundButton_RadioButton = 2131690009;
-
- // aapt resource value: 0x7F0F021A
- public const int Widget_AppCompat_CompoundButton_Switch = 2131690010;
-
- // aapt resource value: 0x7F0F021B
- public const int Widget_AppCompat_DrawerArrowToggle = 2131690011;
-
- // aapt resource value: 0x7F0F021C
- public const int Widget_AppCompat_DropDownItem_Spinner = 2131690012;
-
- // aapt resource value: 0x7F0F021D
- public const int Widget_AppCompat_EditText = 2131690013;
-
- // aapt resource value: 0x7F0F021E
- public const int Widget_AppCompat_ImageButton = 2131690014;
-
- // aapt resource value: 0x7F0F021F
- public const int Widget_AppCompat_Light_ActionBar = 2131690015;
-
- // aapt resource value: 0x7F0F0220
- public const int Widget_AppCompat_Light_ActionBar_Solid = 2131690016;
-
- // aapt resource value: 0x7F0F0221
- public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131690017;
-
- // aapt resource value: 0x7F0F0222
- public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131690018;
-
- // aapt resource value: 0x7F0F0223
- public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131690019;
-
- // aapt resource value: 0x7F0F0224
- public const int Widget_AppCompat_Light_ActionBar_TabText = 2131690020;
-
- // aapt resource value: 0x7F0F0225
- public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131690021;
-
- // aapt resource value: 0x7F0F0226
- public const int Widget_AppCompat_Light_ActionBar_TabView = 2131690022;
-
- // aapt resource value: 0x7F0F0227
- public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131690023;
-
- // aapt resource value: 0x7F0F0228
- public const int Widget_AppCompat_Light_ActionButton = 2131690024;
-
- // aapt resource value: 0x7F0F0229
- public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131690025;
-
- // aapt resource value: 0x7F0F022A
- public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131690026;
-
- // aapt resource value: 0x7F0F022B
- public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131690027;
-
- // aapt resource value: 0x7F0F022C
- public const int Widget_AppCompat_Light_ActivityChooserView = 2131690028;
-
- // aapt resource value: 0x7F0F022D
- public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131690029;
-
- // aapt resource value: 0x7F0F022E
- public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131690030;
-
- // aapt resource value: 0x7F0F022F
- public const int Widget_AppCompat_Light_ListPopupWindow = 2131690031;
-
- // aapt resource value: 0x7F0F0230
- public const int Widget_AppCompat_Light_ListView_DropDown = 2131690032;
-
- // aapt resource value: 0x7F0F0231
- public const int Widget_AppCompat_Light_PopupMenu = 2131690033;
-
- // aapt resource value: 0x7F0F0232
- public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131690034;
-
- // aapt resource value: 0x7F0F0233
- public const int Widget_AppCompat_Light_SearchView = 2131690035;
-
- // aapt resource value: 0x7F0F0234
- public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131690036;
-
- // aapt resource value: 0x7F0F0235
- public const int Widget_AppCompat_ListMenuView = 2131690037;
-
- // aapt resource value: 0x7F0F0236
- public const int Widget_AppCompat_ListPopupWindow = 2131690038;
-
- // aapt resource value: 0x7F0F0237
- public const int Widget_AppCompat_ListView = 2131690039;
-
- // aapt resource value: 0x7F0F0238
- public const int Widget_AppCompat_ListView_DropDown = 2131690040;
-
- // aapt resource value: 0x7F0F0239
- public const int Widget_AppCompat_ListView_Menu = 2131690041;
-
- // aapt resource value: 0x7F0F023A
- public const int Widget_AppCompat_PopupMenu = 2131690042;
-
- // aapt resource value: 0x7F0F023B
- public const int Widget_AppCompat_PopupMenu_Overflow = 2131690043;
-
- // aapt resource value: 0x7F0F023C
- public const int Widget_AppCompat_PopupWindow = 2131690044;
-
- // aapt resource value: 0x7F0F023D
- public const int Widget_AppCompat_ProgressBar = 2131690045;
-
- // aapt resource value: 0x7F0F023E
- public const int Widget_AppCompat_ProgressBar_Horizontal = 2131690046;
-
- // aapt resource value: 0x7F0F023F
- public const int Widget_AppCompat_RatingBar = 2131690047;
-
- // aapt resource value: 0x7F0F0240
- public const int Widget_AppCompat_RatingBar_Indicator = 2131690048;
-
- // aapt resource value: 0x7F0F0241
- public const int Widget_AppCompat_RatingBar_Small = 2131690049;
-
- // aapt resource value: 0x7F0F0242
- public const int Widget_AppCompat_SearchView = 2131690050;
-
- // aapt resource value: 0x7F0F0243
- public const int Widget_AppCompat_SearchView_ActionBar = 2131690051;
-
- // aapt resource value: 0x7F0F0244
- public const int Widget_AppCompat_SeekBar = 2131690052;
-
- // aapt resource value: 0x7F0F0245
- public const int Widget_AppCompat_SeekBar_Discrete = 2131690053;
-
- // aapt resource value: 0x7F0F0246
- public const int Widget_AppCompat_Spinner = 2131690054;
-
- // aapt resource value: 0x7F0F0247
- public const int Widget_AppCompat_Spinner_DropDown = 2131690055;
-
- // aapt resource value: 0x7F0F0248
- public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131690056;
-
- // aapt resource value: 0x7F0F0249
- public const int Widget_AppCompat_Spinner_Underlined = 2131690057;
-
- // aapt resource value: 0x7F0F024A
- public const int Widget_AppCompat_TextView = 2131690058;
-
- // aapt resource value: 0x7F0F024B
- public const int Widget_AppCompat_TextView_SpinnerItem = 2131690059;
-
- // aapt resource value: 0x7F0F024C
- public const int Widget_AppCompat_Toolbar = 2131690060;
-
- // aapt resource value: 0x7F0F024D
- public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131690061;
-
- // aapt resource value: 0x7F0F024E
- public const int Widget_Compat_NotificationActionContainer = 2131690062;
-
- // aapt resource value: 0x7F0F024F
- public const int Widget_Compat_NotificationActionText = 2131690063;
-
- // aapt resource value: 0x7F0F0250
- public const int Widget_Design_AppBarLayout = 2131690064;
-
- // aapt resource value: 0x7F0F0251
- public const int Widget_Design_BottomNavigationView = 2131690065;
-
- // aapt resource value: 0x7F0F0252
- public const int Widget_Design_BottomSheet_Modal = 2131690066;
-
- // aapt resource value: 0x7F0F0253
- public const int Widget_Design_CollapsingToolbar = 2131690067;
-
- // aapt resource value: 0x7F0F0254
- public const int Widget_Design_FloatingActionButton = 2131690068;
-
- // aapt resource value: 0x7F0F0255
- public const int Widget_Design_NavigationView = 2131690069;
-
- // aapt resource value: 0x7F0F0256
- public const int Widget_Design_ScrimInsetsFrameLayout = 2131690070;
-
- // aapt resource value: 0x7F0F0257
- public const int Widget_Design_Snackbar = 2131690071;
-
- // aapt resource value: 0x7F0F0258
- public const int Widget_Design_TabLayout = 2131690072;
-
- // aapt resource value: 0x7F0F0259
- public const int Widget_Design_TextInputEditText = 2131690073;
-
- // aapt resource value: 0x7F0F025A
- public const int Widget_Design_TextInputLayout = 2131690074;
-
- // aapt resource value: 0x7F0F025B
- public const int Widget_MaterialComponents_ActionBar_Primary = 2131690075;
-
- // aapt resource value: 0x7F0F025C
- public const int Widget_MaterialComponents_ActionBar_PrimarySurface = 2131690076;
-
- // aapt resource value: 0x7F0F025D
- public const int Widget_MaterialComponents_ActionBar_Solid = 2131690077;
-
- // aapt resource value: 0x7F0F025E
- public const int Widget_MaterialComponents_ActionBar_Surface = 2131690078;
-
- // aapt resource value: 0x7F0F025F
- public const int Widget_MaterialComponents_AppBarLayout_Primary = 2131690079;
-
- // aapt resource value: 0x7F0F0260
- public const int Widget_MaterialComponents_AppBarLayout_PrimarySurface = 2131690080;
-
- // aapt resource value: 0x7F0F0261
- public const int Widget_MaterialComponents_AppBarLayout_Surface = 2131690081;
-
- // aapt resource value: 0x7F0F0262
- public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox = 2131690082;
-
- // aapt resource value: 0x7F0F0263
- public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131690083;
-
- // aapt resource value: 0x7F0F0264
- public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131690084;
-
- // aapt resource value: 0x7F0F0265
- public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131690085;
-
- // aapt resource value: 0x7F0F0266
- public const int Widget_MaterialComponents_Badge = 2131690086;
-
- // aapt resource value: 0x7F0F0267
- public const int Widget_MaterialComponents_BottomAppBar = 2131690087;
-
- // aapt resource value: 0x7F0F0268
- public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131690088;
-
- // aapt resource value: 0x7F0F0269
- public const int Widget_MaterialComponents_BottomAppBar_PrimarySurface = 2131690089;
-
- // aapt resource value: 0x7F0F026A
- public const int Widget_MaterialComponents_BottomNavigationView = 2131690090;
-
- // aapt resource value: 0x7F0F026B
- public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131690091;
-
- // aapt resource value: 0x7F0F026C
- public const int Widget_MaterialComponents_BottomNavigationView_PrimarySurface = 2131690092;
-
- // aapt resource value: 0x7F0F026D
- public const int Widget_MaterialComponents_BottomSheet = 2131690093;
-
- // aapt resource value: 0x7F0F026E
- public const int Widget_MaterialComponents_BottomSheet_Modal = 2131690094;
-
- // aapt resource value: 0x7F0F026F
- public const int Widget_MaterialComponents_Button = 2131690095;
-
- // aapt resource value: 0x7F0F0270
- public const int Widget_MaterialComponents_Button_Icon = 2131690096;
-
- // aapt resource value: 0x7F0F0271
- public const int Widget_MaterialComponents_Button_OutlinedButton = 2131690097;
-
- // aapt resource value: 0x7F0F0272
- public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131690098;
-
- // aapt resource value: 0x7F0F0273
- public const int Widget_MaterialComponents_Button_TextButton = 2131690099;
-
- // aapt resource value: 0x7F0F0274
- public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131690100;
-
- // aapt resource value: 0x7F0F0275
- public const int Widget_MaterialComponents_Button_TextButton_Dialog_Flush = 2131690101;
-
- // aapt resource value: 0x7F0F0276
- public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131690102;
-
- // aapt resource value: 0x7F0F0277
- public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131690103;
-
- // aapt resource value: 0x7F0F0278
- public const int Widget_MaterialComponents_Button_TextButton_Snackbar = 2131690104;
-
- // aapt resource value: 0x7F0F0279
- public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131690105;
-
- // aapt resource value: 0x7F0F027A
- public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131690106;
-
- // aapt resource value: 0x7F0F027B
- public const int Widget_MaterialComponents_CardView = 2131690107;
-
- // aapt resource value: 0x7F0F027C
- public const int Widget_MaterialComponents_CheckedTextView = 2131690108;
-
- // aapt resource value: 0x7F0F0281
- public const int Widget_MaterialComponents_ChipGroup = 2131690113;
-
- // aapt resource value: 0x7F0F027D
- public const int Widget_MaterialComponents_Chip_Action = 2131690109;
-
- // aapt resource value: 0x7F0F027E
- public const int Widget_MaterialComponents_Chip_Choice = 2131690110;
-
- // aapt resource value: 0x7F0F027F
- public const int Widget_MaterialComponents_Chip_Entry = 2131690111;
-
- // aapt resource value: 0x7F0F0280
- public const int Widget_MaterialComponents_Chip_Filter = 2131690112;
-
- // aapt resource value: 0x7F0F0282
- public const int Widget_MaterialComponents_CompoundButton_CheckBox = 2131690114;
-
- // aapt resource value: 0x7F0F0283
- public const int Widget_MaterialComponents_CompoundButton_RadioButton = 2131690115;
-
- // aapt resource value: 0x7F0F0284
- public const int Widget_MaterialComponents_CompoundButton_Switch = 2131690116;
-
- // aapt resource value: 0x7F0F0285
- public const int Widget_MaterialComponents_ExtendedFloatingActionButton = 2131690117;
-
- // aapt resource value: 0x7F0F0286
- public const int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = 2131690118;
-
- // aapt resource value: 0x7F0F0287
- public const int Widget_MaterialComponents_FloatingActionButton = 2131690119;
-
- // aapt resource value: 0x7F0F0288
- public const int Widget_MaterialComponents_Light_ActionBar_Solid = 2131690120;
-
- // aapt resource value: 0x7F0F0289
- public const int Widget_MaterialComponents_MaterialButtonToggleGroup = 2131690121;
-
- // aapt resource value: 0x7F0F028A
- public const int Widget_MaterialComponents_MaterialCalendar = 2131690122;
-
- // aapt resource value: 0x7F0F028B
- public const int Widget_MaterialComponents_MaterialCalendar_Day = 2131690123;
-
- // aapt resource value: 0x7F0F028F
- public const int Widget_MaterialComponents_MaterialCalendar_DayTextView = 2131690127;
-
- // aapt resource value: 0x7F0F028C
- public const int Widget_MaterialComponents_MaterialCalendar_Day_Invalid = 2131690124;
-
- // aapt resource value: 0x7F0F028D
- public const int Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131690125;
-
- // aapt resource value: 0x7F0F028E
- public const int Widget_MaterialComponents_MaterialCalendar_Day_Today = 2131690126;
-
- // aapt resource value: 0x7F0F0290
- public const int Widget_MaterialComponents_MaterialCalendar_Fullscreen = 2131690128;
-
- // aapt resource value: 0x7F0F0291
- public const int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = 2131690129;
-
- // aapt resource value: 0x7F0F0292
- public const int Widget_MaterialComponents_MaterialCalendar_HeaderDivider = 2131690130;
-
- // aapt resource value: 0x7F0F0293
- public const int Widget_MaterialComponents_MaterialCalendar_HeaderLayout = 2131690131;
-
- // aapt resource value: 0x7F0F0294
- public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection = 2131690132;
-
- // aapt resource value: 0x7F0F0295
- public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = 2131690133;
-
- // aapt resource value: 0x7F0F0296
- public const int Widget_MaterialComponents_MaterialCalendar_HeaderTitle = 2131690134;
-
- // aapt resource value: 0x7F0F0297
- public const int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = 2131690135;
-
- // aapt resource value: 0x7F0F0298
- public const int Widget_MaterialComponents_MaterialCalendar_Item = 2131690136;
-
- // aapt resource value: 0x7F0F0299
- public const int Widget_MaterialComponents_MaterialCalendar_Year = 2131690137;
-
- // aapt resource value: 0x7F0F029A
- public const int Widget_MaterialComponents_MaterialCalendar_Year_Selected = 2131690138;
-
- // aapt resource value: 0x7F0F029B
- public const int Widget_MaterialComponents_MaterialCalendar_Year_Today = 2131690139;
-
- // aapt resource value: 0x7F0F029C
- public const int Widget_MaterialComponents_NavigationView = 2131690140;
-
- // aapt resource value: 0x7F0F029D
- public const int Widget_MaterialComponents_PopupMenu = 2131690141;
-
- // aapt resource value: 0x7F0F029E
- public const int Widget_MaterialComponents_PopupMenu_ContextMenu = 2131690142;
-
- // aapt resource value: 0x7F0F029F
- public const int Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131690143;
-
- // aapt resource value: 0x7F0F02A0
- public const int Widget_MaterialComponents_PopupMenu_Overflow = 2131690144;
-
- // aapt resource value: 0x7F0F02A1
- public const int Widget_MaterialComponents_ShapeableImageView = 2131690145;
-
- // aapt resource value: 0x7F0F02A2
- public const int Widget_MaterialComponents_Slider = 2131690146;
-
- // aapt resource value: 0x7F0F02A3
- public const int Widget_MaterialComponents_Snackbar = 2131690147;
-
- // aapt resource value: 0x7F0F02A4
- public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131690148;
-
- // aapt resource value: 0x7F0F02A5
- public const int Widget_MaterialComponents_Snackbar_TextView = 2131690149;
-
- // aapt resource value: 0x7F0F02A6
- public const int Widget_MaterialComponents_TabLayout = 2131690150;
-
- // aapt resource value: 0x7F0F02A7
- public const int Widget_MaterialComponents_TabLayout_Colored = 2131690151;
-
- // aapt resource value: 0x7F0F02A8
- public const int Widget_MaterialComponents_TabLayout_PrimarySurface = 2131690152;
-
- // aapt resource value: 0x7F0F02A9
- public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131690153;
-
- // aapt resource value: 0x7F0F02AA
- public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131690154;
-
- // aapt resource value: 0x7F0F02AB
- public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131690155;
-
- // aapt resource value: 0x7F0F02AC
- public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131690156;
-
- // aapt resource value: 0x7F0F02AD
- public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131690157;
-
- // aapt resource value: 0x7F0F02AE
- public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131690158;
-
- // aapt resource value: 0x7F0F02AF
- public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = 2131690159;
-
- // aapt resource value: 0x7F0F02B0
- public const int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = 2131690160;
-
- // aapt resource value: 0x7F0F02B1
- public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131690161;
-
- // aapt resource value: 0x7F0F02B2
- public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131690162;
-
- // aapt resource value: 0x7F0F02B3
- public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = 2131690163;
-
- // aapt resource value: 0x7F0F02B4
- public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = 2131690164;
-
- // aapt resource value: 0x7F0F02B5
- public const int Widget_MaterialComponents_TextView = 2131690165;
-
- // aapt resource value: 0x7F0F02B6
- public const int Widget_MaterialComponents_Toolbar = 2131690166;
-
- // aapt resource value: 0x7F0F02B7
- public const int Widget_MaterialComponents_Toolbar_Primary = 2131690167;
-
- // aapt resource value: 0x7F0F02B8
- public const int Widget_MaterialComponents_Toolbar_PrimarySurface = 2131690168;
-
- // aapt resource value: 0x7F0F02B9
- public const int Widget_MaterialComponents_Toolbar_Surface = 2131690169;
-
- // aapt resource value: 0x7F0F02BA
- public const int Widget_MaterialComponents_Tooltip = 2131690170;
-
- // aapt resource value: 0x7F0F02BB
- public const int Widget_Support_CoordinatorLayout = 2131690171;
-
- static Style()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Style()
- {
- }
- }
-
- public partial class Styleable
- {
-
- // aapt resource value: { 0x7F030034,0x7F03003B,0x7F03003C,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F0300D4,0x7F0300DD,0x7F0300DE,0x7F0300F2,0x7F030131,0x7F030137,0x7F03013D,0x7F03013E,0x7F030141,0x7F03014B,0x7F030158,0x7F03018C,0x7F0301AD,0x7F0301C6,0x7F0301CD,0x7F0301CE,0x7F03020F,0x7F030212,0x7F030265,0x7F03026F }
- public static int[] ActionBar = new int[] {
- 2130903092,
- 2130903099,
- 2130903100,
- 2130903221,
- 2130903222,
- 2130903223,
- 2130903224,
- 2130903225,
- 2130903226,
- 2130903252,
- 2130903261,
- 2130903262,
- 2130903282,
- 2130903345,
- 2130903351,
- 2130903357,
- 2130903358,
- 2130903361,
- 2130903371,
- 2130903384,
- 2130903436,
- 2130903469,
- 2130903494,
- 2130903501,
- 2130903502,
- 2130903567,
- 2130903570,
- 2130903653,
- 2130903663};
-
- // aapt resource value: { 0x10100B3 }
- public static int[] ActionBarLayout = new int[] {
- 16842931};
-
- // aapt resource value: 0
- public const int ActionBarLayout_android_layout_gravity = 0;
-
- // aapt resource value: 0
- public const int ActionBar_background = 0;
-
- // aapt resource value: 1
- public const int ActionBar_backgroundSplit = 1;
-
- // aapt resource value: 2
- public const int ActionBar_backgroundStacked = 2;
-
- // aapt resource value: 3
- public const int ActionBar_contentInsetEnd = 3;
-
- // aapt resource value: 4
- public const int ActionBar_contentInsetEndWithActions = 4;
-
- // aapt resource value: 5
- public const int ActionBar_contentInsetLeft = 5;
-
- // aapt resource value: 6
- public const int ActionBar_contentInsetRight = 6;
-
- // aapt resource value: 7
- public const int ActionBar_contentInsetStart = 7;
-
- // aapt resource value: 8
- public const int ActionBar_contentInsetStartWithNavigation = 8;
-
- // aapt resource value: 9
- public const int ActionBar_customNavigationLayout = 9;
-
- // aapt resource value: 10
- public const int ActionBar_displayOptions = 10;
-
- // aapt resource value: 11
- public const int ActionBar_divider = 11;
-
- // aapt resource value: 12
- public const int ActionBar_elevation = 12;
-
- // aapt resource value: 13
- public const int ActionBar_height = 13;
-
- // aapt resource value: 14
- public const int ActionBar_hideOnContentScroll = 14;
-
- // aapt resource value: 15
- public const int ActionBar_homeAsUpIndicator = 15;
-
- // aapt resource value: 16
- public const int ActionBar_homeLayout = 16;
-
- // aapt resource value: 17
- public const int ActionBar_icon = 17;
-
- // aapt resource value: 18
- public const int ActionBar_indeterminateProgressStyle = 18;
-
- // aapt resource value: 19
- public const int ActionBar_itemPadding = 19;
-
- // aapt resource value: 20
- public const int ActionBar_logo = 20;
-
- // aapt resource value: 21
- public const int ActionBar_navigationMode = 21;
-
- // aapt resource value: 22
- public const int ActionBar_popupTheme = 22;
-
- // aapt resource value: 23
- public const int ActionBar_progressBarPadding = 23;
-
- // aapt resource value: 24
- public const int ActionBar_progressBarStyle = 24;
-
- // aapt resource value: 25
- public const int ActionBar_subtitle = 25;
-
- // aapt resource value: 26
- public const int ActionBar_subtitleTextStyle = 26;
-
- // aapt resource value: 27
- public const int ActionBar_title = 27;
-
- // aapt resource value: 28
- public const int ActionBar_titleTextStyle = 28;
-
- // aapt resource value: { 0x101013F }
- public static int[] ActionMenuItemView = new int[] {
- 16843071};
-
- // aapt resource value: 0
- public const int ActionMenuItemView_android_minWidth = 0;
-
- // aapt resource value: { 0xFFFFFFFF }
- public static int[] ActionMenuView = new int[] {
- -1};
-
- // aapt resource value: { 0x7F030034,0x7F03003B,0x7F030097,0x7F030131,0x7F030212,0x7F03026F }
- public static int[] ActionMode = new int[] {
- 2130903092,
- 2130903099,
- 2130903191,
- 2130903345,
- 2130903570,
- 2130903663};
-
- // aapt resource value: 0
- public const int ActionMode_background = 0;
-
- // aapt resource value: 1
- public const int ActionMode_backgroundSplit = 1;
-
- // aapt resource value: 2
- public const int ActionMode_closeItemLayout = 2;
-
- // aapt resource value: 3
- public const int ActionMode_height = 3;
-
- // aapt resource value: 4
- public const int ActionMode_subtitleTextStyle = 4;
-
- // aapt resource value: 5
- public const int ActionMode_titleTextStyle = 5;
-
- // aapt resource value: { 0x7F030105,0x7F03014C }
- public static int[] ActivityChooserView = new int[] {
- 2130903301,
- 2130903372};
-
- // aapt resource value: 0
- public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
-
- // aapt resource value: 1
- public const int ActivityChooserView_initialActivityCount = 1;
-
- // aapt resource value: { 0x10100F2,0x7F030066,0x7F030067,0x7F030181,0x7F030182,0x7F0301AA,0x7F0301ED,0x7F0301EF }
- public static int[] AlertDialog = new int[] {
- 16842994,
- 2130903142,
- 2130903143,
- 2130903425,
- 2130903426,
- 2130903466,
- 2130903533,
- 2130903535};
-
- // aapt resource value: 0
- public const int AlertDialog_android_layout = 0;
-
- // aapt resource value: 1
- public const int AlertDialog_buttonIconDimen = 1;
-
- // aapt resource value: 2
- public const int AlertDialog_buttonPanelSideLayout = 2;
-
- // aapt resource value: 3
- public const int AlertDialog_listItemLayout = 3;
-
- // aapt resource value: 4
- public const int AlertDialog_listLayout = 4;
-
- // aapt resource value: 5
- public const int AlertDialog_multiChoiceItemLayout = 5;
-
- // aapt resource value: 6
- public const int AlertDialog_showTitle = 6;
-
- // aapt resource value: 7
- public const int AlertDialog_singleChoiceItemLayout = 7;
-
- // aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D }
- public static int[] AnimatedStateListDrawableCompat = new int[] {
- 16843036,
- 16843156,
- 16843157,
- 16843158,
- 16843532,
- 16843533};
-
- // aapt resource value: 3
- public const int AnimatedStateListDrawableCompat_android_constantSize = 3;
-
- // aapt resource value: 0
- public const int AnimatedStateListDrawableCompat_android_dither = 0;
-
- // aapt resource value: 4
- public const int AnimatedStateListDrawableCompat_android_enterFadeDuration = 4;
-
- // aapt resource value: 5
- public const int AnimatedStateListDrawableCompat_android_exitFadeDuration = 5;
-
- // aapt resource value: 2
- public const int AnimatedStateListDrawableCompat_android_variablePadding = 2;
-
- // aapt resource value: 1
- public const int AnimatedStateListDrawableCompat_android_visible = 1;
-
- // aapt resource value: { 0x10100D0,0x1010199 }
- public static int[] AnimatedStateListDrawableItem = new int[] {
- 16842960,
- 16843161};
-
- // aapt resource value: 1
- public const int AnimatedStateListDrawableItem_android_drawable = 1;
-
- // aapt resource value: 0
- public const int AnimatedStateListDrawableItem_android_id = 0;
-
- // aapt resource value: { 0x1010199,0x1010449,0x101044A,0x101044B }
- public static int[] AnimatedStateListDrawableTransition = new int[] {
- 16843161,
- 16843849,
- 16843850,
- 16843851};
-
- // aapt resource value: 0
- public const int AnimatedStateListDrawableTransition_android_drawable = 0;
-
- // aapt resource value: 2
- public const int AnimatedStateListDrawableTransition_android_fromId = 2;
-
- // aapt resource value: 3
- public const int AnimatedStateListDrawableTransition_android_reversible = 3;
-
- // aapt resource value: 1
- public const int AnimatedStateListDrawableTransition_android_toId = 1;
-
- // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F0300F2,0x7F030106,0x7F030179,0x7F03017A,0x7F030209 }
- public static int[] AppBarLayout = new int[] {
- 16842964,
- 16843919,
- 16844096,
- 2130903282,
- 2130903302,
- 2130903417,
- 2130903418,
- 2130903561};
-
- // aapt resource value: { 0x7F030203,0x7F030204,0x7F030206,0x7F030207 }
- public static int[] AppBarLayoutStates = new int[] {
- 2130903555,
- 2130903556,
- 2130903558,
- 2130903559};
-
- // aapt resource value: 0
- public const int AppBarLayoutStates_state_collapsed = 0;
-
- // aapt resource value: 1
- public const int AppBarLayoutStates_state_collapsible = 1;
-
- // aapt resource value: 2
- public const int AppBarLayoutStates_state_liftable = 2;
-
- // aapt resource value: 3
- public const int AppBarLayoutStates_state_lifted = 3;
-
- // aapt resource value: 0
- public const int AppBarLayout_android_background = 0;
-
- // aapt resource value: 2
- public const int AppBarLayout_android_keyboardNavigationCluster = 2;
-
- // aapt resource value: 1
- public const int AppBarLayout_android_touchscreenBlocksFocus = 1;
-
- // aapt resource value: 3
- public const int AppBarLayout_elevation = 3;
-
- // aapt resource value: 4
- public const int AppBarLayout_expanded = 4;
-
- // aapt resource value: { 0x7F030177,0x7F030178 }
- public static int[] AppBarLayout_Layout = new int[] {
- 2130903415,
- 2130903416};
-
- // aapt resource value: 0
- public const int AppBarLayout_Layout_layout_scrollFlags = 0;
-
- // aapt resource value: 1
- public const int AppBarLayout_Layout_layout_scrollInterpolator = 1;
-
- // aapt resource value: 5
- public const int AppBarLayout_liftOnScroll = 5;
-
- // aapt resource value: 6
- public const int AppBarLayout_liftOnScrollTargetViewId = 6;
-
- // aapt resource value: 7
- public const int AppBarLayout_statusBarForeground = 7;
-
- // aapt resource value: { 0x1010119,0x7F0301FB,0x7F030263,0x7F030264 }
- public static int[] AppCompatImageView = new int[] {
- 16843033,
- 2130903547,
- 2130903651,
- 2130903652};
-
- // aapt resource value: 0
- public const int AppCompatImageView_android_src = 0;
-
- // aapt resource value: 1
- public const int AppCompatImageView_srcCompat = 1;
-
- // aapt resource value: 2
- public const int AppCompatImageView_tint = 2;
-
- // aapt resource value: 3
- public const int AppCompatImageView_tintMode = 3;
-
- // aapt resource value: { 0x1010142,0x7F030260,0x7F030261,0x7F030262 }
- public static int[] AppCompatSeekBar = new int[] {
- 16843074,
- 2130903648,
- 2130903649,
- 2130903650};
-
- // aapt resource value: 0
- public const int AppCompatSeekBar_android_thumb = 0;
-
- // aapt resource value: 1
- public const int AppCompatSeekBar_tickMark = 1;
-
- // aapt resource value: 2
- public const int AppCompatSeekBar_tickMarkTint = 2;
-
- // aapt resource value: 3
- public const int AppCompatSeekBar_tickMarkTintMode = 3;
-
- // aapt resource value: { 0x1010034,0x101016D,0x101016E,0x101016F,0x1010170,0x1010392,0x1010393 }
- public static int[] AppCompatTextHelper = new int[] {
- 16842804,
- 16843117,
- 16843118,
- 16843119,
- 16843120,
- 16843666,
- 16843667};
-
- // aapt resource value: 2
- public const int AppCompatTextHelper_android_drawableBottom = 2;
-
- // aapt resource value: 6
- public const int AppCompatTextHelper_android_drawableEnd = 6;
-
- // aapt resource value: 3
- public const int AppCompatTextHelper_android_drawableLeft = 3;
-
- // aapt resource value: 4
- public const int AppCompatTextHelper_android_drawableRight = 4;
-
- // aapt resource value: 5
- public const int AppCompatTextHelper_android_drawableStart = 5;
-
- // aapt resource value: 1
- public const int AppCompatTextHelper_android_drawableTop = 1;
-
- // aapt resource value: 0
- public const int AppCompatTextHelper_android_textAppearance = 0;
-
- // aapt resource value: { 0x1010034,0x7F03002F,0x7F030030,0x7F030031,0x7F030032,0x7F030033,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E5,0x7F0300E7,0x7F0300E8,0x7F0300E9,0x7F0300EA,0x7F03011C,0x7F03011F,0x7F030128,0x7F03016C,0x7F03017B,0x7F030236,0x7F030252 }
- public static int[] AppCompatTextView = new int[] {
- 16842804,
- 2130903087,
- 2130903088,
- 2130903089,
- 2130903090,
- 2130903091,
- 2130903266,
- 2130903267,
- 2130903268,
- 2130903269,
- 2130903271,
- 2130903272,
- 2130903273,
- 2130903274,
- 2130903324,
- 2130903327,
- 2130903336,
- 2130903404,
- 2130903419,
- 2130903606,
- 2130903634};
-
- // aapt resource value: 0
- public const int AppCompatTextView_android_textAppearance = 0;
-
- // aapt resource value: 1
- public const int AppCompatTextView_autoSizeMaxTextSize = 1;
-
- // aapt resource value: 2
- public const int AppCompatTextView_autoSizeMinTextSize = 2;
-
- // aapt resource value: 3
- public const int AppCompatTextView_autoSizePresetSizes = 3;
-
- // aapt resource value: 4
- public const int AppCompatTextView_autoSizeStepGranularity = 4;
-
- // aapt resource value: 5
- public const int AppCompatTextView_autoSizeTextType = 5;
-
- // aapt resource value: 6
- public const int AppCompatTextView_drawableBottomCompat = 6;
-
- // aapt resource value: 7
- public const int AppCompatTextView_drawableEndCompat = 7;
-
- // aapt resource value: 8
- public const int AppCompatTextView_drawableLeftCompat = 8;
-
- // aapt resource value: 9
- public const int AppCompatTextView_drawableRightCompat = 9;
-
- // aapt resource value: 10
- public const int AppCompatTextView_drawableStartCompat = 10;
-
- // aapt resource value: 11
- public const int AppCompatTextView_drawableTint = 11;
-
- // aapt resource value: 12
- public const int AppCompatTextView_drawableTintMode = 12;
-
- // aapt resource value: 13
- public const int AppCompatTextView_drawableTopCompat = 13;
-
- // aapt resource value: 14
- public const int AppCompatTextView_firstBaselineToTopHeight = 14;
-
- // aapt resource value: 15
- public const int AppCompatTextView_fontFamily = 15;
-
- // aapt resource value: 16
- public const int AppCompatTextView_fontVariationSettings = 16;
-
- // aapt resource value: 17
- public const int AppCompatTextView_lastBaselineToBottomHeight = 17;
-
- // aapt resource value: 18
- public const int AppCompatTextView_lineHeight = 18;
-
- // aapt resource value: 19
- public const int AppCompatTextView_textAllCaps = 19;
-
- // aapt resource value: 20
- public const int AppCompatTextView_textLocale = 20;
-
- // aapt resource value: { 0x1010057,0x10100AE,0x7F030000,0x7F030001,0x7F030002,0x7F030003,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000E,0x7F03000F,0x7F030010,0x7F030011,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F030022,0x7F030023,0x7F030024,0x7F030025,0x7F030026,0x7F03002E,0x7F03004F,0x7F03005F,0x7F030060,0x7F030061,0x7F030062,0x7F030063,0x7F030068,0x7F030069,0x7F030074,0x7F03007B,0x7F03009E,0x7F03009F,0x7F0300A0,0x7F0300A1,0x7F0300A2,0x7F0300A3,0x7F0300A4,0x7F0300AB,0x7F0300AC,0x7F0300B2,0x7F0300C1,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F0300DF,0x7F0300E1,0x7F0300ED,0x7F0300EE,0x7F0300EF,0x7F0300F0,0x7F0300F1,0x7F03013D,0x7F03014A,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F030187,0x7F030188,0x7F030189,0x7F03018A,0x7F03018B,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301C5,0x7F0301C7,0x7F0301D1,0x7F0301D3,0x7F0301D4,0x7F0301D5,0x7F0301DF,0x7F0301E0,0x7F0301E1,0x7F0301E2,0x7F0301F8,0x7F0301F9,0x7F03021A,0x7F030241,0x7F030243,0x7F030244,0x7F030245,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024D,0x7F03024E,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030284,0x7F030286,0x7F030287,0x7F030288,0x7F030289,0x7F03028A,0x7F03028B,0x7F03028C,0x7F03028D,0x7F03028E,0x7F03028F }
- public static int[] AppCompatTheme = new int[] {
- 16842839,
- 16842926,
- 2130903040,
- 2130903041,
- 2130903042,
- 2130903043,
- 2130903044,
- 2130903045,
- 2130903046,
- 2130903047,
- 2130903048,
- 2130903049,
- 2130903050,
- 2130903051,
- 2130903052,
- 2130903054,
- 2130903055,
- 2130903056,
- 2130903057,
- 2130903058,
- 2130903059,
- 2130903060,
- 2130903061,
- 2130903062,
- 2130903063,
- 2130903064,
- 2130903065,
- 2130903066,
- 2130903067,
- 2130903068,
- 2130903069,
- 2130903070,
- 2130903074,
- 2130903075,
- 2130903076,
- 2130903077,
- 2130903078,
- 2130903086,
- 2130903119,
- 2130903135,
- 2130903136,
- 2130903137,
- 2130903138,
- 2130903139,
- 2130903144,
- 2130903145,
- 2130903156,
- 2130903163,
- 2130903198,
- 2130903199,
- 2130903200,
- 2130903201,
- 2130903202,
- 2130903203,
- 2130903204,
- 2130903211,
- 2130903212,
- 2130903218,
- 2130903233,
- 2130903258,
- 2130903259,
- 2130903260,
- 2130903263,
- 2130903265,
- 2130903277,
- 2130903278,
- 2130903279,
- 2130903280,
- 2130903281,
- 2130903357,
- 2130903370,
- 2130903421,
- 2130903422,
- 2130903423,
- 2130903424,
- 2130903427,
- 2130903428,
- 2130903429,
- 2130903430,
- 2130903431,
- 2130903432,
- 2130903433,
- 2130903434,
- 2130903435,
- 2130903481,
- 2130903482,
- 2130903483,
- 2130903493,
- 2130903495,
- 2130903505,
- 2130903507,
- 2130903508,
- 2130903509,
- 2130903519,
- 2130903520,
- 2130903521,
- 2130903522,
- 2130903544,
- 2130903545,
- 2130903578,
- 2130903617,
- 2130903619,
- 2130903620,
- 2130903621,
- 2130903623,
- 2130903624,
- 2130903625,
- 2130903626,
- 2130903629,
- 2130903630,
- 2130903665,
- 2130903666,
- 2130903667,
- 2130903668,
- 2130903684,
- 2130903686,
- 2130903687,
- 2130903688,
- 2130903689,
- 2130903690,
- 2130903691,
- 2130903692,
- 2130903693,
- 2130903694,
- 2130903695};
-
- // aapt resource value: 2
- public const int AppCompatTheme_actionBarDivider = 2;
-
- // aapt resource value: 3
- public const int AppCompatTheme_actionBarItemBackground = 3;
-
- // aapt resource value: 4
- public const int AppCompatTheme_actionBarPopupTheme = 4;
-
- // aapt resource value: 5
- public const int AppCompatTheme_actionBarSize = 5;
-
- // aapt resource value: 6
- public const int AppCompatTheme_actionBarSplitStyle = 6;
-
- // aapt resource value: 7
- public const int AppCompatTheme_actionBarStyle = 7;
-
- // aapt resource value: 8
- public const int AppCompatTheme_actionBarTabBarStyle = 8;
-
- // aapt resource value: 9
- public const int AppCompatTheme_actionBarTabStyle = 9;
-
- // aapt resource value: 10
- public const int AppCompatTheme_actionBarTabTextStyle = 10;
-
- // aapt resource value: 11
- public const int AppCompatTheme_actionBarTheme = 11;
-
- // aapt resource value: 12
- public const int AppCompatTheme_actionBarWidgetTheme = 12;
-
- // aapt resource value: 13
- public const int AppCompatTheme_actionButtonStyle = 13;
-
- // aapt resource value: 14
- public const int AppCompatTheme_actionDropDownStyle = 14;
-
- // aapt resource value: 15
- public const int AppCompatTheme_actionMenuTextAppearance = 15;
-
- // aapt resource value: 16
- public const int AppCompatTheme_actionMenuTextColor = 16;
-
- // aapt resource value: 17
- public const int AppCompatTheme_actionModeBackground = 17;
-
- // aapt resource value: 18
- public const int AppCompatTheme_actionModeCloseButtonStyle = 18;
-
- // aapt resource value: 19
- public const int AppCompatTheme_actionModeCloseDrawable = 19;
-
- // aapt resource value: 20
- public const int AppCompatTheme_actionModeCopyDrawable = 20;
-
- // aapt resource value: 21
- public const int AppCompatTheme_actionModeCutDrawable = 21;
-
- // aapt resource value: 22
- public const int AppCompatTheme_actionModeFindDrawable = 22;
-
- // aapt resource value: 23
- public const int AppCompatTheme_actionModePasteDrawable = 23;
-
- // aapt resource value: 24
- public const int AppCompatTheme_actionModePopupWindowStyle = 24;
-
- // aapt resource value: 25
- public const int AppCompatTheme_actionModeSelectAllDrawable = 25;
-
- // aapt resource value: 26
- public const int AppCompatTheme_actionModeShareDrawable = 26;
-
- // aapt resource value: 27
- public const int AppCompatTheme_actionModeSplitBackground = 27;
-
- // aapt resource value: 28
- public const int AppCompatTheme_actionModeStyle = 28;
-
- // aapt resource value: 29
- public const int AppCompatTheme_actionModeWebSearchDrawable = 29;
-
- // aapt resource value: 30
- public const int AppCompatTheme_actionOverflowButtonStyle = 30;
-
- // aapt resource value: 31
- public const int AppCompatTheme_actionOverflowMenuStyle = 31;
-
- // aapt resource value: 32
- public const int AppCompatTheme_activityChooserViewStyle = 32;
-
- // aapt resource value: 33
- public const int AppCompatTheme_alertDialogButtonGroupStyle = 33;
-
- // aapt resource value: 34
- public const int AppCompatTheme_alertDialogCenterButtons = 34;
-
- // aapt resource value: 35
- public const int AppCompatTheme_alertDialogStyle = 35;
-
- // aapt resource value: 36
- public const int AppCompatTheme_alertDialogTheme = 36;
-
- // aapt resource value: 1
- public const int AppCompatTheme_android_windowAnimationStyle = 1;
-
- // aapt resource value: 0
- public const int AppCompatTheme_android_windowIsFloating = 0;
-
- // aapt resource value: 37
- public const int AppCompatTheme_autoCompleteTextViewStyle = 37;
-
- // aapt resource value: 38
- public const int AppCompatTheme_borderlessButtonStyle = 38;
-
- // aapt resource value: 39
- public const int AppCompatTheme_buttonBarButtonStyle = 39;
-
- // aapt resource value: 40
- public const int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
-
- // aapt resource value: 41
- public const int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
-
- // aapt resource value: 42
- public const int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
-
- // aapt resource value: 43
- public const int AppCompatTheme_buttonBarStyle = 43;
-
- // aapt resource value: 44
- public const int AppCompatTheme_buttonStyle = 44;
-
- // aapt resource value: 45
- public const int AppCompatTheme_buttonStyleSmall = 45;
-
- // aapt resource value: 46
- public const int AppCompatTheme_checkboxStyle = 46;
-
- // aapt resource value: 47
- public const int AppCompatTheme_checkedTextViewStyle = 47;
-
- // aapt resource value: 48
- public const int AppCompatTheme_colorAccent = 48;
-
- // aapt resource value: 49
- public const int AppCompatTheme_colorBackgroundFloating = 49;
-
- // aapt resource value: 50
- public const int AppCompatTheme_colorButtonNormal = 50;
-
- // aapt resource value: 51
- public const int AppCompatTheme_colorControlActivated = 51;
-
- // aapt resource value: 52
- public const int AppCompatTheme_colorControlHighlight = 52;
-
- // aapt resource value: 53
- public const int AppCompatTheme_colorControlNormal = 53;
-
- // aapt resource value: 54
- public const int AppCompatTheme_colorError = 54;
-
- // aapt resource value: 55
- public const int AppCompatTheme_colorPrimary = 55;
-
- // aapt resource value: 56
- public const int AppCompatTheme_colorPrimaryDark = 56;
-
- // aapt resource value: 57
- public const int AppCompatTheme_colorSwitchThumbNormal = 57;
-
- // aapt resource value: 58
- public const int AppCompatTheme_controlBackground = 58;
-
- // aapt resource value: 59
- public const int AppCompatTheme_dialogCornerRadius = 59;
-
- // aapt resource value: 60
- public const int AppCompatTheme_dialogPreferredPadding = 60;
-
- // aapt resource value: 61
- public const int AppCompatTheme_dialogTheme = 61;
-
- // aapt resource value: 62
- public const int AppCompatTheme_dividerHorizontal = 62;
-
- // aapt resource value: 63
- public const int AppCompatTheme_dividerVertical = 63;
-
- // aapt resource value: 65
- public const int AppCompatTheme_dropdownListPreferredItemHeight = 65;
-
- // aapt resource value: 64
- public const int AppCompatTheme_dropDownListViewStyle = 64;
-
- // aapt resource value: 66
- public const int AppCompatTheme_editTextBackground = 66;
-
- // aapt resource value: 67
- public const int AppCompatTheme_editTextColor = 67;
-
- // aapt resource value: 68
- public const int AppCompatTheme_editTextStyle = 68;
-
- // aapt resource value: 69
- public const int AppCompatTheme_homeAsUpIndicator = 69;
-
- // aapt resource value: 70
- public const int AppCompatTheme_imageButtonStyle = 70;
-
- // aapt resource value: 71
- public const int AppCompatTheme_listChoiceBackgroundIndicator = 71;
-
- // aapt resource value: 72
- public const int AppCompatTheme_listChoiceIndicatorMultipleAnimated = 72;
-
- // aapt resource value: 73
- public const int AppCompatTheme_listChoiceIndicatorSingleAnimated = 73;
-
- // aapt resource value: 74
- public const int AppCompatTheme_listDividerAlertDialog = 74;
-
- // aapt resource value: 75
- public const int AppCompatTheme_listMenuViewStyle = 75;
-
- // aapt resource value: 76
- public const int AppCompatTheme_listPopupWindowStyle = 76;
-
- // aapt resource value: 77
- public const int AppCompatTheme_listPreferredItemHeight = 77;
-
- // aapt resource value: 78
- public const int AppCompatTheme_listPreferredItemHeightLarge = 78;
-
- // aapt resource value: 79
- public const int AppCompatTheme_listPreferredItemHeightSmall = 79;
-
- // aapt resource value: 80
- public const int AppCompatTheme_listPreferredItemPaddingEnd = 80;
-
- // aapt resource value: 81
- public const int AppCompatTheme_listPreferredItemPaddingLeft = 81;
-
- // aapt resource value: 82
- public const int AppCompatTheme_listPreferredItemPaddingRight = 82;
-
- // aapt resource value: 83
- public const int AppCompatTheme_listPreferredItemPaddingStart = 83;
-
- // aapt resource value: 84
- public const int AppCompatTheme_panelBackground = 84;
-
- // aapt resource value: 85
- public const int AppCompatTheme_panelMenuListTheme = 85;
-
- // aapt resource value: 86
- public const int AppCompatTheme_panelMenuListWidth = 86;
-
- // aapt resource value: 87
- public const int AppCompatTheme_popupMenuStyle = 87;
-
- // aapt resource value: 88
- public const int AppCompatTheme_popupWindowStyle = 88;
-
- // aapt resource value: 89
- public const int AppCompatTheme_radioButtonStyle = 89;
-
- // aapt resource value: 90
- public const int AppCompatTheme_ratingBarStyle = 90;
-
- // aapt resource value: 91
- public const int AppCompatTheme_ratingBarStyleIndicator = 91;
-
- // aapt resource value: 92
- public const int AppCompatTheme_ratingBarStyleSmall = 92;
-
- // aapt resource value: 93
- public const int AppCompatTheme_searchViewStyle = 93;
-
- // aapt resource value: 94
- public const int AppCompatTheme_seekBarStyle = 94;
-
- // aapt resource value: 95
- public const int AppCompatTheme_selectableItemBackground = 95;
-
- // aapt resource value: 96
- public const int AppCompatTheme_selectableItemBackgroundBorderless = 96;
-
- // aapt resource value: 97
- public const int AppCompatTheme_spinnerDropDownItemStyle = 97;
-
- // aapt resource value: 98
- public const int AppCompatTheme_spinnerStyle = 98;
-
- // aapt resource value: 99
- public const int AppCompatTheme_switchStyle = 99;
-
- // aapt resource value: 100
- public const int AppCompatTheme_textAppearanceLargePopupMenu = 100;
-
- // aapt resource value: 101
- public const int AppCompatTheme_textAppearanceListItem = 101;
-
- // aapt resource value: 102
- public const int AppCompatTheme_textAppearanceListItemSecondary = 102;
-
- // aapt resource value: 103
- public const int AppCompatTheme_textAppearanceListItemSmall = 103;
-
- // aapt resource value: 104
- public const int AppCompatTheme_textAppearancePopupMenuHeader = 104;
-
- // aapt resource value: 105
- public const int AppCompatTheme_textAppearanceSearchResultSubtitle = 105;
-
- // aapt resource value: 106
- public const int AppCompatTheme_textAppearanceSearchResultTitle = 106;
-
- // aapt resource value: 107
- public const int AppCompatTheme_textAppearanceSmallPopupMenu = 107;
-
- // aapt resource value: 108
- public const int AppCompatTheme_textColorAlertDialogListItem = 108;
-
- // aapt resource value: 109
- public const int AppCompatTheme_textColorSearchUrl = 109;
-
- // aapt resource value: 110
- public const int AppCompatTheme_toolbarNavigationButtonStyle = 110;
-
- // aapt resource value: 111
- public const int AppCompatTheme_toolbarStyle = 111;
-
- // aapt resource value: 112
- public const int AppCompatTheme_tooltipForegroundColor = 112;
-
- // aapt resource value: 113
- public const int AppCompatTheme_tooltipFrameBackground = 113;
-
- // aapt resource value: 114
- public const int AppCompatTheme_viewInflaterClass = 114;
-
- // aapt resource value: 115
- public const int AppCompatTheme_windowActionBar = 115;
-
- // aapt resource value: 116
- public const int AppCompatTheme_windowActionBarOverlay = 116;
-
- // aapt resource value: 117
- public const int AppCompatTheme_windowActionModeOverlay = 117;
-
- // aapt resource value: 118
- public const int AppCompatTheme_windowFixedHeightMajor = 118;
-
- // aapt resource value: 119
- public const int AppCompatTheme_windowFixedHeightMinor = 119;
-
- // aapt resource value: 120
- public const int AppCompatTheme_windowFixedWidthMajor = 120;
-
- // aapt resource value: 121
- public const int AppCompatTheme_windowFixedWidthMinor = 121;
-
- // aapt resource value: 122
- public const int AppCompatTheme_windowMinWidthMajor = 122;
-
- // aapt resource value: 123
- public const int AppCompatTheme_windowMinWidthMinor = 123;
-
- // aapt resource value: 124
- public const int AppCompatTheme_windowNoTitle = 124;
-
- // aapt resource value: { 0x7F030035,0x7F03003F,0x7F030041,0x7F03013F,0x7F0301A4,0x7F0301AF,0x7F030283 }
- public static int[] Badge = new int[] {
- 2130903093,
- 2130903103,
- 2130903105,
- 2130903359,
- 2130903460,
- 2130903471,
- 2130903683};
-
- // aapt resource value: 0
- public const int Badge_backgroundColor = 0;
-
- // aapt resource value: 1
- public const int Badge_badgeGravity = 1;
-
- // aapt resource value: 2
- public const int Badge_badgeTextColor = 2;
-
- // aapt resource value: 3
- public const int Badge_horizontalOffset = 3;
-
- // aapt resource value: 4
- public const int Badge_maxCharacterCount = 4;
-
- // aapt resource value: 5
- public const int Badge_number = 5;
-
- // aapt resource value: 6
- public const int Badge_verticalOffset = 6;
-
- // aapt resource value: { 0x7F03003D,0x7F0300F2,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F030138,0x7F0301B3,0x7F0301B5,0x7F0301B6 }
- public static int[] BottomAppBar = new int[] {
- 2130903101,
- 2130903282,
- 2130903312,
- 2130903313,
- 2130903314,
- 2130903315,
- 2130903316,
- 2130903352,
- 2130903475,
- 2130903477,
- 2130903478};
-
- // aapt resource value: 0
- public const int BottomAppBar_backgroundTint = 0;
-
- // aapt resource value: 1
- public const int BottomAppBar_elevation = 1;
-
- // aapt resource value: 2
- public const int BottomAppBar_fabAlignmentMode = 2;
-
- // aapt resource value: 3
- public const int BottomAppBar_fabAnimationMode = 3;
-
- // aapt resource value: 4
- public const int BottomAppBar_fabCradleMargin = 4;
-
- // aapt resource value: 5
- public const int BottomAppBar_fabCradleRoundedCornerRadius = 5;
-
- // aapt resource value: 6
- public const int BottomAppBar_fabCradleVerticalOffset = 6;
-
- // aapt resource value: 7
- public const int BottomAppBar_hideOnScroll = 7;
-
- // aapt resource value: 8
- public const int BottomAppBar_paddingBottomSystemWindowInsets = 8;
-
- // aapt resource value: 9
- public const int BottomAppBar_paddingLeftSystemWindowInsets = 9;
-
- // aapt resource value: 10
- public const int BottomAppBar_paddingRightSystemWindowInsets = 10;
-
- // aapt resource value: { 0x7F03003D,0x7F0300F2,0x7F030150,0x7F030153,0x7F030155,0x7F030156,0x7F030159,0x7F030165,0x7F030166,0x7F030167,0x7F03016B,0x7F0301A8 }
- public static int[] BottomNavigationView = new int[] {
- 2130903101,
- 2130903282,
- 2130903376,
- 2130903379,
- 2130903381,
- 2130903382,
- 2130903385,
- 2130903397,
- 2130903398,
- 2130903399,
- 2130903403,
- 2130903464};
-
- // aapt resource value: 0
- public const int BottomNavigationView_backgroundTint = 0;
-
- // aapt resource value: 1
- public const int BottomNavigationView_elevation = 1;
-
- // aapt resource value: 2
- public const int BottomNavigationView_itemBackground = 2;
-
- // aapt resource value: 3
- public const int BottomNavigationView_itemHorizontalTranslationEnabled = 3;
-
- // aapt resource value: 4
- public const int BottomNavigationView_itemIconSize = 4;
-
- // aapt resource value: 5
- public const int BottomNavigationView_itemIconTint = 5;
-
- // aapt resource value: 6
- public const int BottomNavigationView_itemRippleColor = 6;
-
- // aapt resource value: 7
- public const int BottomNavigationView_itemTextAppearanceActive = 7;
-
- // aapt resource value: 8
- public const int BottomNavigationView_itemTextAppearanceInactive = 8;
-
- // aapt resource value: 9
- public const int BottomNavigationView_itemTextColor = 9;
-
- // aapt resource value: 10
- public const int BottomNavigationView_labelVisibilityMode = 10;
-
- // aapt resource value: 11
- public const int BottomNavigationView_menu = 11;
-
- // aapt resource value: { 0x1010440,0x7F03003D,0x7F030045,0x7F030046,0x7F030047,0x7F030048,0x7F030049,0x7F03004B,0x7F03004C,0x7F03004D,0x7F03012C,0x7F0301E4,0x7F0301E7 }
- public static int[] BottomSheetBehavior_Layout = new int[] {
- 16843840,
- 2130903101,
- 2130903109,
- 2130903110,
- 2130903111,
- 2130903112,
- 2130903113,
- 2130903115,
- 2130903116,
- 2130903117,
- 2130903340,
- 2130903524,
- 2130903527};
-
- // aapt resource value: 0
- public const int BottomSheetBehavior_Layout_android_elevation = 0;
-
- // aapt resource value: 1
- public const int BottomSheetBehavior_Layout_backgroundTint = 1;
-
- // aapt resource value: 2
- public const int BottomSheetBehavior_Layout_behavior_draggable = 2;
-
- // aapt resource value: 3
- public const int BottomSheetBehavior_Layout_behavior_expandedOffset = 3;
-
- // aapt resource value: 4
- public const int BottomSheetBehavior_Layout_behavior_fitToContents = 4;
-
- // aapt resource value: 5
- public const int BottomSheetBehavior_Layout_behavior_halfExpandedRatio = 5;
-
- // aapt resource value: 6
- public const int BottomSheetBehavior_Layout_behavior_hideable = 6;
-
- // aapt resource value: 7
- public const int BottomSheetBehavior_Layout_behavior_peekHeight = 7;
-
- // aapt resource value: 8
- public const int BottomSheetBehavior_Layout_behavior_saveFlags = 8;
-
- // aapt resource value: 9
- public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 9;
-
- // aapt resource value: 10
- public const int BottomSheetBehavior_Layout_gestureInsetBottomIgnored = 10;
-
- // aapt resource value: 11
- public const int BottomSheetBehavior_Layout_shapeAppearance = 11;
-
- // aapt resource value: 12
- public const int BottomSheetBehavior_Layout_shapeAppearanceOverlay = 12;
-
- // aapt resource value: { 0x7F030027 }
- public static int[] ButtonBarLayout = new int[] {
- 2130903079};
-
- // aapt resource value: 0
- public const int ButtonBarLayout_allowStacking = 0;
-
- // aapt resource value: { 0x101013F,0x1010140,0x7F03006C,0x7F03006D,0x7F03006E,0x7F030070,0x7F030071,0x7F030072,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300BF }
- public static int[] CardView = new int[] {
- 16843071,
- 16843072,
- 2130903148,
- 2130903149,
- 2130903150,
- 2130903152,
- 2130903153,
- 2130903154,
- 2130903227,
- 2130903228,
- 2130903229,
- 2130903230,
- 2130903231};
-
- // aapt resource value: 1
- public const int CardView_android_minHeight = 1;
-
- // aapt resource value: 0
- public const int CardView_android_minWidth = 0;
-
- // aapt resource value: 2
- public const int CardView_cardBackgroundColor = 2;
-
- // aapt resource value: 3
- public const int CardView_cardCornerRadius = 3;
-
- // aapt resource value: 4
- public const int CardView_cardElevation = 4;
-
- // aapt resource value: 5
- public const int CardView_cardMaxElevation = 5;
-
- // aapt resource value: 6
- public const int CardView_cardPreventCornerOverlap = 6;
-
- // aapt resource value: 7
- public const int CardView_cardUseCompatPadding = 7;
-
- // aapt resource value: 8
- public const int CardView_contentPadding = 8;
-
- // aapt resource value: 9
- public const int CardView_contentPaddingBottom = 9;
-
- // aapt resource value: 10
- public const int CardView_contentPaddingLeft = 10;
-
- // aapt resource value: 11
- public const int CardView_contentPaddingRight = 11;
-
- // aapt resource value: 12
- public const int CardView_contentPaddingTop = 12;
-
- // aapt resource value: { 0x1010034,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F030077,0x7F030078,0x7F030079,0x7F03007A,0x7F03007C,0x7F03007D,0x7F03007E,0x7F030080,0x7F030081,0x7F030082,0x7F030083,0x7F030084,0x7F030085,0x7F030086,0x7F03008B,0x7F03008C,0x7F03008D,0x7F03008F,0x7F030090,0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F0300FD,0x7F030136,0x7F030142,0x7F030146,0x7F0301D8,0x7F0301E4,0x7F0301E7,0x7F0301EB,0x7F03024F,0x7F030253 }
- public static int[] Chip = new int[] {
- 16842804,
- 16842904,
- 16842923,
- 16843039,
- 16843087,
- 16843237,
- 2130903159,
- 2130903160,
- 2130903161,
- 2130903162,
- 2130903164,
- 2130903165,
- 2130903166,
- 2130903168,
- 2130903169,
- 2130903170,
- 2130903171,
- 2130903172,
- 2130903173,
- 2130903174,
- 2130903179,
- 2130903180,
- 2130903181,
- 2130903183,
- 2130903184,
- 2130903185,
- 2130903186,
- 2130903187,
- 2130903188,
- 2130903189,
- 2130903190,
- 2130903293,
- 2130903350,
- 2130903362,
- 2130903366,
- 2130903512,
- 2130903524,
- 2130903527,
- 2130903531,
- 2130903631,
- 2130903635};
-
- // aapt resource value: { 0x7F030076,0x7F030087,0x7F030088,0x7F030089,0x7F0301E3,0x7F0301F0,0x7F0301F1 }
- public static int[] ChipGroup = new int[] {
- 2130903158,
- 2130903175,
- 2130903176,
- 2130903177,
- 2130903523,
- 2130903536,
- 2130903537};
-
- // aapt resource value: 0
- public const int ChipGroup_checkedChip = 0;
-
- // aapt resource value: 1
- public const int ChipGroup_chipSpacing = 1;
-
- // aapt resource value: 2
- public const int ChipGroup_chipSpacingHorizontal = 2;
-
- // aapt resource value: 3
- public const int ChipGroup_chipSpacingVertical = 3;
-
- // aapt resource value: 4
- public const int ChipGroup_selectionRequired = 4;
-
- // aapt resource value: 5
- public const int ChipGroup_singleLine = 5;
-
- // aapt resource value: 6
- public const int ChipGroup_singleSelection = 6;
-
- // aapt resource value: 5
- public const int Chip_android_checkable = 5;
-
- // aapt resource value: 2
- public const int Chip_android_ellipsize = 2;
-
- // aapt resource value: 3
- public const int Chip_android_maxWidth = 3;
-
- // aapt resource value: 4
- public const int Chip_android_text = 4;
-
- // aapt resource value: 0
- public const int Chip_android_textAppearance = 0;
-
- // aapt resource value: 1
- public const int Chip_android_textColor = 1;
-
- // aapt resource value: 6
- public const int Chip_checkedIcon = 6;
-
- // aapt resource value: 7
- public const int Chip_checkedIconEnabled = 7;
-
- // aapt resource value: 8
- public const int Chip_checkedIconTint = 8;
-
- // aapt resource value: 9
- public const int Chip_checkedIconVisible = 9;
-
- // aapt resource value: 10
- public const int Chip_chipBackgroundColor = 10;
-
- // aapt resource value: 11
- public const int Chip_chipCornerRadius = 11;
-
- // aapt resource value: 12
- public const int Chip_chipEndPadding = 12;
-
- // aapt resource value: 13
- public const int Chip_chipIcon = 13;
-
- // aapt resource value: 14
- public const int Chip_chipIconEnabled = 14;
-
- // aapt resource value: 15
- public const int Chip_chipIconSize = 15;
-
- // aapt resource value: 16
- public const int Chip_chipIconTint = 16;
-
- // aapt resource value: 17
- public const int Chip_chipIconVisible = 17;
-
- // aapt resource value: 18
- public const int Chip_chipMinHeight = 18;
-
- // aapt resource value: 19
- public const int Chip_chipMinTouchTargetSize = 19;
-
- // aapt resource value: 20
- public const int Chip_chipStartPadding = 20;
-
- // aapt resource value: 21
- public const int Chip_chipStrokeColor = 21;
-
- // aapt resource value: 22
- public const int Chip_chipStrokeWidth = 22;
-
- // aapt resource value: 23
- public const int Chip_chipSurfaceColor = 23;
-
- // aapt resource value: 24
- public const int Chip_closeIcon = 24;
-
- // aapt resource value: 25
- public const int Chip_closeIconEnabled = 25;
-
- // aapt resource value: 26
- public const int Chip_closeIconEndPadding = 26;
-
- // aapt resource value: 27
- public const int Chip_closeIconSize = 27;
-
- // aapt resource value: 28
- public const int Chip_closeIconStartPadding = 28;
-
- // aapt resource value: 29
- public const int Chip_closeIconTint = 29;
-
- // aapt resource value: 30
- public const int Chip_closeIconVisible = 30;
-
- // aapt resource value: 31
- public const int Chip_ensureMinTouchTargetSize = 31;
-
- // aapt resource value: 32
- public const int Chip_hideMotionSpec = 32;
-
- // aapt resource value: 33
- public const int Chip_iconEndPadding = 33;
-
- // aapt resource value: 34
- public const int Chip_iconStartPadding = 34;
-
- // aapt resource value: 35
- public const int Chip_rippleColor = 35;
-
- // aapt resource value: 36
- public const int Chip_shapeAppearance = 36;
-
- // aapt resource value: 37
- public const int Chip_shapeAppearanceOverlay = 37;
-
- // aapt resource value: 38
- public const int Chip_showMotionSpec = 38;
-
- // aapt resource value: 39
- public const int Chip_textEndPadding = 39;
-
- // aapt resource value: 40
- public const int Chip_textStartPadding = 40;
-
- // aapt resource value: { 0x7F03009A,0x7F03009B,0x7F0300C0,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F03010B,0x7F03010C,0x7F03010D,0x7F0301A6,0x7F0301D9,0x7F0301DB,0x7F03020A,0x7F030265,0x7F030266,0x7F030270 }
- public static int[] CollapsingToolbarLayout = new int[] {
- 2130903194,
- 2130903195,
- 2130903232,
- 2130903303,
- 2130903304,
- 2130903305,
- 2130903306,
- 2130903307,
- 2130903308,
- 2130903309,
- 2130903462,
- 2130903513,
- 2130903515,
- 2130903562,
- 2130903653,
- 2130903654,
- 2130903664};
-
- // aapt resource value: 0
- public const int CollapsingToolbarLayout_collapsedTitleGravity = 0;
-
- // aapt resource value: 1
- public const int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1;
-
- // aapt resource value: 2
- public const int CollapsingToolbarLayout_contentScrim = 2;
-
- // aapt resource value: 3
- public const int CollapsingToolbarLayout_expandedTitleGravity = 3;
-
- // aapt resource value: 4
- public const int CollapsingToolbarLayout_expandedTitleMargin = 4;
-
- // aapt resource value: 5
- public const int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
-
- // aapt resource value: 6
- public const int CollapsingToolbarLayout_expandedTitleMarginEnd = 6;
-
- // aapt resource value: 7
- public const int CollapsingToolbarLayout_expandedTitleMarginStart = 7;
-
- // aapt resource value: 8
- public const int CollapsingToolbarLayout_expandedTitleMarginTop = 8;
-
- // aapt resource value: 9
- public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9;
-
- // aapt resource value: { 0x7F030172,0x7F030173 }
- public static int[] CollapsingToolbarLayout_Layout = new int[] {
- 2130903410,
- 2130903411};
-
- // aapt resource value: 0
- public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
-
- // aapt resource value: 1
- public const int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1;
-
- // aapt resource value: 10
- public const int CollapsingToolbarLayout_maxLines = 10;
-
- // aapt resource value: 11
- public const int CollapsingToolbarLayout_scrimAnimationDuration = 11;
-
- // aapt resource value: 12
- public const int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 12;
-
- // aapt resource value: 13
- public const int CollapsingToolbarLayout_statusBarScrim = 13;
-
- // aapt resource value: 14
- public const int CollapsingToolbarLayout_title = 14;
-
- // aapt resource value: 15
- public const int CollapsingToolbarLayout_titleEnabled = 15;
-
- // aapt resource value: 16
- public const int CollapsingToolbarLayout_toolbarId = 16;
-
- // aapt resource value: { 0x10101A5,0x101031F,0x7F030028 }
- public static int[] ColorStateListItem = new int[] {
- 16843173,
- 16843551,
- 2130903080};
-
- // aapt resource value: 2
- public const int ColorStateListItem_alpha = 2;
-
- // aapt resource value: 1
- public const int ColorStateListItem_android_alpha = 1;
-
- // aapt resource value: 0
- public const int ColorStateListItem_android_color = 0;
-
- // aapt resource value: { 0x1010107,0x7F030064,0x7F03006A,0x7F03006B }
- public static int[] CompoundButton = new int[] {
- 16843015,
- 2130903140,
- 2130903146,
- 2130903147};
-
- // aapt resource value: 0
- public const int CompoundButton_android_button = 0;
-
- // aapt resource value: 1
- public const int CompoundButton_buttonCompat = 1;
-
- // aapt resource value: 2
- public const int CompoundButton_buttonTint = 2;
-
- // aapt resource value: 3
- public const int CompoundButton_buttonTintMode = 3;
-
- // aapt resource value: { 0x7F030168,0x7F030208 }
- public static int[] CoordinatorLayout = new int[] {
- 2130903400,
- 2130903560};
-
- // aapt resource value: 0
- public const int CoordinatorLayout_keylines = 0;
-
- // aapt resource value: { 0x10100B3,0x7F03016F,0x7F030170,0x7F030171,0x7F030174,0x7F030175,0x7F030176 }
- public static int[] CoordinatorLayout_Layout = new int[] {
- 16842931,
- 2130903407,
- 2130903408,
- 2130903409,
- 2130903412,
- 2130903413,
- 2130903414};
-
- // aapt resource value: 0
- public const int CoordinatorLayout_Layout_android_layout_gravity = 0;
-
- // aapt resource value: 1
- public const int CoordinatorLayout_Layout_layout_anchor = 1;
-
- // aapt resource value: 2
- public const int CoordinatorLayout_Layout_layout_anchorGravity = 2;
-
- // aapt resource value: 3
- public const int CoordinatorLayout_Layout_layout_behavior = 3;
-
- // aapt resource value: 4
- public const int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
-
- // aapt resource value: 5
- public const int CoordinatorLayout_Layout_layout_insetEdge = 5;
-
- // aapt resource value: 6
- public const int CoordinatorLayout_Layout_layout_keyline = 6;
-
- // aapt resource value: 1
- public const int CoordinatorLayout_statusBarBackground = 1;
-
- // aapt resource value: { 0x7F03002C,0x7F03002D,0x7F030042,0x7F03009D,0x7F0300E6,0x7F03012B,0x7F0301F7,0x7F030256 }
- public static int[] DrawerArrowToggle = new int[] {
- 2130903084,
- 2130903085,
- 2130903106,
- 2130903197,
- 2130903270,
- 2130903339,
- 2130903543,
- 2130903638};
-
- // aapt resource value: 0
- public const int DrawerArrowToggle_arrowHeadLength = 0;
-
- // aapt resource value: 1
- public const int DrawerArrowToggle_arrowShaftLength = 1;
-
- // aapt resource value: 2
- public const int DrawerArrowToggle_barLength = 2;
-
- // aapt resource value: 3
- public const int DrawerArrowToggle_color = 3;
-
- // aapt resource value: 4
- public const int DrawerArrowToggle_drawableSize = 4;
-
- // aapt resource value: 5
- public const int DrawerArrowToggle_gapBetweenBars = 5;
-
- // aapt resource value: 6
- public const int DrawerArrowToggle_spinBars = 6;
-
- // aapt resource value: 7
- public const int DrawerArrowToggle_thickness = 7;
-
- // aapt resource value: { 0x7F0300F2 }
- public static int[] DrawerLayout = new int[] {
- 2130903282};
-
- // aapt resource value: 0
- public const int DrawerLayout_elevation = 0;
-
- // aapt resource value: { 0x7F0300F2,0x7F03010E,0x7F030136,0x7F0301EB,0x7F0301EE }
- public static int[] ExtendedFloatingActionButton = new int[] {
- 2130903282,
- 2130903310,
- 2130903350,
- 2130903531,
- 2130903534};
-
- // aapt resource value: { 0x7F030043,0x7F030044 }
- public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] {
- 2130903107,
- 2130903108};
-
- // aapt resource value: 0
- public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
-
- // aapt resource value: 1
- public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink = 1;
-
- // aapt resource value: 0
- public const int ExtendedFloatingActionButton_elevation = 0;
-
- // aapt resource value: 1
- public const int ExtendedFloatingActionButton_extendMotionSpec = 1;
-
- // aapt resource value: 2
- public const int ExtendedFloatingActionButton_hideMotionSpec = 2;
-
- // aapt resource value: 3
- public const int ExtendedFloatingActionButton_showMotionSpec = 3;
-
- // aapt resource value: 4
- public const int ExtendedFloatingActionButton_shrinkMotionSpec = 4;
-
- // aapt resource value: { 0x101000E,0x7F03003D,0x7F03003E,0x7F03004E,0x7F0300F2,0x7F0300FD,0x7F030115,0x7F030116,0x7F030136,0x7F030140,0x7F0301A5,0x7F0301CC,0x7F0301D8,0x7F0301E4,0x7F0301E7,0x7F0301EB,0x7F030280 }
- public static int[] FloatingActionButton = new int[] {
- 16842766,
- 2130903101,
- 2130903102,
- 2130903118,
- 2130903282,
- 2130903293,
- 2130903317,
- 2130903318,
- 2130903350,
- 2130903360,
- 2130903461,
- 2130903500,
- 2130903512,
- 2130903524,
- 2130903527,
- 2130903531,
- 2130903680};
-
- // aapt resource value: 0
- public const int FloatingActionButton_android_enabled = 0;
-
- // aapt resource value: 1
- public const int FloatingActionButton_backgroundTint = 1;
-
- // aapt resource value: 2
- public const int FloatingActionButton_backgroundTintMode = 2;
-
- // aapt resource value: { 0x7F030043 }
- public static int[] FloatingActionButton_Behavior_Layout = new int[] {
- 2130903107};
-
- // aapt resource value: 0
- public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
-
- // aapt resource value: 3
- public const int FloatingActionButton_borderWidth = 3;
-
- // aapt resource value: 4
- public const int FloatingActionButton_elevation = 4;
-
- // aapt resource value: 5
- public const int FloatingActionButton_ensureMinTouchTargetSize = 5;
-
- // aapt resource value: 6
- public const int FloatingActionButton_fabCustomSize = 6;
-
- // aapt resource value: 7
- public const int FloatingActionButton_fabSize = 7;
-
- // aapt resource value: 8
- public const int FloatingActionButton_hideMotionSpec = 8;
-
- // aapt resource value: 9
- public const int FloatingActionButton_hoveredFocusedTranslationZ = 9;
-
- // aapt resource value: 10
- public const int FloatingActionButton_maxImageSize = 10;
-
- // aapt resource value: 11
- public const int FloatingActionButton_pressedTranslationZ = 11;
-
- // aapt resource value: 12
- public const int FloatingActionButton_rippleColor = 12;
-
- // aapt resource value: 13
- public const int FloatingActionButton_shapeAppearance = 13;
-
- // aapt resource value: 14
- public const int FloatingActionButton_shapeAppearanceOverlay = 14;
-
- // aapt resource value: 15
- public const int FloatingActionButton_showMotionSpec = 15;
-
- // aapt resource value: 16
- public const int FloatingActionButton_useCompatPadding = 16;
-
- // aapt resource value: { 0x7F030161,0x7F03017C }
- public static int[] FlowLayout = new int[] {
- 2130903393,
- 2130903420};
-
- // aapt resource value: 0
- public const int FlowLayout_itemSpacing = 0;
-
- // aapt resource value: 1
- public const int FlowLayout_lineSpacing = 1;
-
- // aapt resource value: { 0x7F030120,0x7F030121,0x7F030122,0x7F030123,0x7F030124,0x7F030125,0x7F030126 }
- public static int[] FontFamily = new int[] {
- 2130903328,
- 2130903329,
- 2130903330,
- 2130903331,
- 2130903332,
- 2130903333,
- 2130903334};
-
- // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F03011E,0x7F030127,0x7F030128,0x7F030129,0x7F03027F }
- public static int[] FontFamilyFont = new int[] {
- 16844082,
- 16844083,
- 16844095,
- 16844143,
- 16844144,
- 2130903326,
- 2130903335,
- 2130903336,
- 2130903337,
- 2130903679};
-
- // aapt resource value: 0
- public const int FontFamilyFont_android_font = 0;
-
- // aapt resource value: 2
- public const int FontFamilyFont_android_fontStyle = 2;
-
- // aapt resource value: 4
- public const int FontFamilyFont_android_fontVariationSettings = 4;
-
- // aapt resource value: 1
- public const int FontFamilyFont_android_fontWeight = 1;
-
- // aapt resource value: 3
- public const int FontFamilyFont_android_ttcIndex = 3;
-
- // aapt resource value: 5
- public const int FontFamilyFont_font = 5;
-
- // aapt resource value: 6
- public const int FontFamilyFont_fontStyle = 6;
-
- // aapt resource value: 7
- public const int FontFamilyFont_fontVariationSettings = 7;
-
- // aapt resource value: 8
- public const int FontFamilyFont_fontWeight = 8;
-
- // aapt resource value: 9
- public const int FontFamilyFont_ttcIndex = 9;
-
- // aapt resource value: 0
- public const int FontFamily_fontProviderAuthority = 0;
-
- // aapt resource value: 1
- public const int FontFamily_fontProviderCerts = 1;
-
- // aapt resource value: 2
- public const int FontFamily_fontProviderFetchStrategy = 2;
-
- // aapt resource value: 3
- public const int FontFamily_fontProviderFetchTimeout = 3;
-
- // aapt resource value: 4
- public const int FontFamily_fontProviderPackage = 4;
-
- // aapt resource value: 5
- public const int FontFamily_fontProviderQuery = 5;
-
- // aapt resource value: 6
- public const int FontFamily_fontProviderSystemFontFamily = 6;
-
- // aapt resource value: { 0x1010109,0x1010200,0x7F03012A }
- public static int[] ForegroundLinearLayout = new int[] {
- 16843017,
- 16843264,
- 2130903338};
-
- // aapt resource value: 0
- public const int ForegroundLinearLayout_android_foreground = 0;
-
- // aapt resource value: 1
- public const int ForegroundLinearLayout_android_foregroundGravity = 1;
-
- // aapt resource value: 2
- public const int ForegroundLinearLayout_foregroundInsidePadding = 2;
-
- // aapt resource value: { 0x1010003,0x10100D0,0x10100D1 }
- public static int[] Fragment = new int[] {
- 16842755,
- 16842960,
- 16842961};
-
- // aapt resource value: { 0x1010003,0x10100D1 }
- public static int[] FragmentContainerView = new int[] {
- 16842755,
- 16842961};
-
- // aapt resource value: 0
- public const int FragmentContainerView_android_name = 0;
-
- // aapt resource value: 1
- public const int FragmentContainerView_android_tag = 1;
-
- // aapt resource value: 1
- public const int Fragment_android_id = 1;
-
- // aapt resource value: 0
- public const int Fragment_android_name = 0;
-
- // aapt resource value: 2
- public const int Fragment_android_tag = 2;
-
- // aapt resource value: { 0x101019D,0x101019E,0x10101A1,0x10101A2,0x10101A3,0x10101A4,0x1010201,0x101020B,0x1010510,0x1010511,0x1010512,0x1010513 }
- public static int[] GradientColor = new int[] {
- 16843165,
- 16843166,
- 16843169,
- 16843170,
- 16843171,
- 16843172,
- 16843265,
- 16843275,
- 16844048,
- 16844049,
- 16844050,
- 16844051};
-
- // aapt resource value: { 0x10101A5,0x1010514 }
- public static int[] GradientColorItem = new int[] {
- 16843173,
- 16844052};
-
- // aapt resource value: 0
- public const int GradientColorItem_android_color = 0;
-
- // aapt resource value: 1
- public const int GradientColorItem_android_offset = 1;
-
- // aapt resource value: 7
- public const int GradientColor_android_centerColor = 7;
-
- // aapt resource value: 3
- public const int GradientColor_android_centerX = 3;
-
- // aapt resource value: 4
- public const int GradientColor_android_centerY = 4;
-
- // aapt resource value: 1
- public const int GradientColor_android_endColor = 1;
-
- // aapt resource value: 10
- public const int GradientColor_android_endX = 10;
-
- // aapt resource value: 11
- public const int GradientColor_android_endY = 11;
-
- // aapt resource value: 5
- public const int GradientColor_android_gradientRadius = 5;
-
- // aapt resource value: 0
- public const int GradientColor_android_startColor = 0;
-
- // aapt resource value: 8
- public const int GradientColor_android_startX = 8;
-
- // aapt resource value: 9
- public const int GradientColor_android_startY = 9;
-
- // aapt resource value: 6
- public const int GradientColor_android_tileMode = 6;
-
- // aapt resource value: 2
- public const int GradientColor_android_type = 2;
-
- // aapt resource value: { 0x7F0301B3,0x7F0301B5,0x7F0301B6 }
- public static int[] Insets = new int[] {
- 2130903475,
- 2130903477,
- 2130903478};
-
- // aapt resource value: 0
- public const int Insets_paddingBottomSystemWindowInsets = 0;
-
- // aapt resource value: 1
- public const int Insets_paddingLeftSystemWindowInsets = 1;
-
- // aapt resource value: 2
- public const int Insets_paddingRightSystemWindowInsets = 2;
-
- // aapt resource value: { 0x7F03009C }
- public static int[] ItemsViewRendererTheme = new int[] {
- 2130903196};
-
- // aapt resource value: 0
- public const int ItemsViewRendererTheme_collectionViewStyle = 0;
-
- // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F0300DE,0x7F0300E0,0x7F0301A7,0x7F0301EA }
- public static int[] LinearLayoutCompat = new int[] {
- 16842927,
- 16842948,
- 16843046,
- 16843047,
- 16843048,
- 2130903262,
- 2130903264,
- 2130903463,
- 2130903530};
-
- // aapt resource value: 2
- public const int LinearLayoutCompat_android_baselineAligned = 2;
-
- // aapt resource value: 3
- public const int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
-
- // aapt resource value: 0
- public const int LinearLayoutCompat_android_gravity = 0;
-
- // aapt resource value: 1
- public const int LinearLayoutCompat_android_orientation = 1;
-
- // aapt resource value: 4
- public const int LinearLayoutCompat_android_weightSum = 4;
-
- // aapt resource value: 5
- public const int LinearLayoutCompat_divider = 5;
-
- // aapt resource value: 6
- public const int LinearLayoutCompat_dividerPadding = 6;
-
- // aapt resource value: { 0x10100B3,0x10100F4,0x10100F5,0x1010181 }
- public static int[] LinearLayoutCompat_Layout = new int[] {
- 16842931,
- 16842996,
- 16842997,
- 16843137};
-
- // aapt resource value: 0
- public const int LinearLayoutCompat_Layout_android_layout_gravity = 0;
-
- // aapt resource value: 2
- public const int LinearLayoutCompat_Layout_android_layout_height = 2;
-
- // aapt resource value: 3
- public const int LinearLayoutCompat_Layout_android_layout_weight = 3;
-
- // aapt resource value: 1
- public const int LinearLayoutCompat_Layout_android_layout_width = 1;
-
- // aapt resource value: 7
- public const int LinearLayoutCompat_measureWithLargestChild = 7;
-
- // aapt resource value: 8
- public const int LinearLayoutCompat_showDividers = 8;
-
- // aapt resource value: { 0x10102AC,0x10102AD }
- public static int[] ListPopupWindow = new int[] {
- 16843436,
- 16843437};
-
- // aapt resource value: 0
- public const int ListPopupWindow_android_dropDownHorizontalOffset = 0;
-
- // aapt resource value: 1
- public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
-
- // aapt resource value: { 0x7F030036,0x7F030037,0x7F030038,0x7F030039 }
- public static int[] MaterialAlertDialog = new int[] {
- 2130903094,
- 2130903095,
- 2130903096,
- 2130903097};
-
- // aapt resource value: { 0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192 }
- public static int[] MaterialAlertDialogTheme = new int[] {
- 2130903438,
- 2130903439,
- 2130903440,
- 2130903441,
- 2130903442};
-
- // aapt resource value: 0
- public const int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = 0;
-
- // aapt resource value: 1
- public const int MaterialAlertDialogTheme_materialAlertDialogTheme = 1;
-
- // aapt resource value: 2
- public const int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle = 2;
-
- // aapt resource value: 3
- public const int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle = 3;
-
- // aapt resource value: 4
- public const int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle = 4;
-
- // aapt resource value: 0
- public const int MaterialAlertDialog_backgroundInsetBottom = 0;
-
- // aapt resource value: 1
- public const int MaterialAlertDialog_backgroundInsetEnd = 1;
-
- // aapt resource value: 2
- public const int MaterialAlertDialog_backgroundInsetStart = 2;
-
- // aapt resource value: 3
- public const int MaterialAlertDialog_backgroundInsetTop = 3;
-
- // aapt resource value: { 0x1010220 }
- public static int[] MaterialAutoCompleteTextView = new int[] {
- 16843296};
-
- // aapt resource value: 0
- public const int MaterialAutoCompleteTextView_android_inputType = 0;
-
- // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F03003D,0x7F03003E,0x7F0300C8,0x7F0300F2,0x7F030141,0x7F030143,0x7F030144,0x7F030145,0x7F030147,0x7F030148,0x7F0301D8,0x7F0301E4,0x7F0301E7,0x7F03020B,0x7F03020C }
- public static int[] MaterialButton = new int[] {
- 16842964,
- 16843191,
- 16843192,
- 16843193,
- 16843194,
- 16843237,
- 2130903101,
- 2130903102,
- 2130903240,
- 2130903282,
- 2130903361,
- 2130903363,
- 2130903364,
- 2130903365,
- 2130903367,
- 2130903368,
- 2130903512,
- 2130903524,
- 2130903527,
- 2130903563,
- 2130903564};
-
- // aapt resource value: { 0x7F030075,0x7F0301E3,0x7F0301F1 }
- public static int[] MaterialButtonToggleGroup = new int[] {
- 2130903157,
- 2130903523,
- 2130903537};
-
- // aapt resource value: 0
- public const int MaterialButtonToggleGroup_checkedButton = 0;
-
- // aapt resource value: 1
- public const int MaterialButtonToggleGroup_selectionRequired = 1;
-
- // aapt resource value: 2
- public const int MaterialButtonToggleGroup_singleSelection = 2;
-
- // aapt resource value: 0
- public const int MaterialButton_android_background = 0;
-
- // aapt resource value: 5
- public const int MaterialButton_android_checkable = 5;
-
- // aapt resource value: 4
- public const int MaterialButton_android_insetBottom = 4;
-
- // aapt resource value: 1
- public const int MaterialButton_android_insetLeft = 1;
-
- // aapt resource value: 2
- public const int MaterialButton_android_insetRight = 2;
-
- // aapt resource value: 3
- public const int MaterialButton_android_insetTop = 3;
-
- // aapt resource value: 6
- public const int MaterialButton_backgroundTint = 6;
-
- // aapt resource value: 7
- public const int MaterialButton_backgroundTintMode = 7;
-
- // aapt resource value: 8
- public const int MaterialButton_cornerRadius = 8;
-
- // aapt resource value: 9
- public const int MaterialButton_elevation = 9;
-
- // aapt resource value: 10
- public const int MaterialButton_icon = 10;
-
- // aapt resource value: 11
- public const int MaterialButton_iconGravity = 11;
-
- // aapt resource value: 12
- public const int MaterialButton_iconPadding = 12;
-
- // aapt resource value: 13
- public const int MaterialButton_iconSize = 13;
-
- // aapt resource value: 14
- public const int MaterialButton_iconTint = 14;
-
- // aapt resource value: 15
- public const int MaterialButton_iconTintMode = 15;
-
- // aapt resource value: 16
- public const int MaterialButton_rippleColor = 16;
-
- // aapt resource value: 17
- public const int MaterialButton_shapeAppearance = 17;
-
- // aapt resource value: 18
- public const int MaterialButton_shapeAppearanceOverlay = 18;
-
- // aapt resource value: 19
- public const int MaterialButton_strokeColor = 19;
-
- // aapt resource value: 20
- public const int MaterialButton_strokeWidth = 20;
-
- // aapt resource value: { 0x101020D,0x7F0300D5,0x7F0300D6,0x7F0300D7,0x7F0300D8,0x7F0301D2,0x7F030290,0x7F030291,0x7F030292 }
- public static int[] MaterialCalendar = new int[] {
- 16843277,
- 2130903253,
- 2130903254,
- 2130903255,
- 2130903256,
- 2130903506,
- 2130903696,
- 2130903697,
- 2130903698};
-
- // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F030151,0x7F03015A,0x7F03015B,0x7F030162,0x7F030163,0x7F030167 }
- public static int[] MaterialCalendarItem = new int[] {
- 16843191,
- 16843192,
- 16843193,
- 16843194,
- 2130903377,
- 2130903386,
- 2130903387,
- 2130903394,
- 2130903395,
- 2130903399};
-
- // aapt resource value: 3
- public const int MaterialCalendarItem_android_insetBottom = 3;
-
- // aapt resource value: 0
- public const int MaterialCalendarItem_android_insetLeft = 0;
-
- // aapt resource value: 1
- public const int MaterialCalendarItem_android_insetRight = 1;
-
- // aapt resource value: 2
- public const int MaterialCalendarItem_android_insetTop = 2;
-
- // aapt resource value: 4
- public const int MaterialCalendarItem_itemFillColor = 4;
-
- // aapt resource value: 5
- public const int MaterialCalendarItem_itemShapeAppearance = 5;
-
- // aapt resource value: 6
- public const int MaterialCalendarItem_itemShapeAppearanceOverlay = 6;
-
- // aapt resource value: 7
- public const int MaterialCalendarItem_itemStrokeColor = 7;
-
- // aapt resource value: 8
- public const int MaterialCalendarItem_itemStrokeWidth = 8;
-
- // aapt resource value: 9
- public const int MaterialCalendarItem_itemTextColor = 9;
-
- // aapt resource value: 0
- public const int MaterialCalendar_android_windowFullscreen = 0;
-
- // aapt resource value: 1
- public const int MaterialCalendar_dayInvalidStyle = 1;
-
- // aapt resource value: 2
- public const int MaterialCalendar_daySelectedStyle = 2;
-
- // aapt resource value: 3
- public const int MaterialCalendar_dayStyle = 3;
-
- // aapt resource value: 4
- public const int MaterialCalendar_dayTodayStyle = 4;
-
- // aapt resource value: 5
- public const int MaterialCalendar_rangeFillColor = 5;
-
- // aapt resource value: 6
- public const int MaterialCalendar_yearSelectedStyle = 6;
-
- // aapt resource value: 7
- public const int MaterialCalendar_yearStyle = 7;
-
- // aapt resource value: 8
- public const int MaterialCalendar_yearTodayStyle = 8;
-
- // aapt resource value: { 0x10101E5,0x7F03006F,0x7F030077,0x7F030079,0x7F0301D8,0x7F0301E4,0x7F0301E7,0x7F030205,0x7F03020B,0x7F03020C }
- public static int[] MaterialCardView = new int[] {
- 16843237,
- 2130903151,
- 2130903159,
- 2130903161,
- 2130903512,
- 2130903524,
- 2130903527,
- 2130903557,
- 2130903563,
- 2130903564};
-
- // aapt resource value: 0
- public const int MaterialCardView_android_checkable = 0;
-
- // aapt resource value: 1
- public const int MaterialCardView_cardForegroundColor = 1;
-
- // aapt resource value: 2
- public const int MaterialCardView_checkedIcon = 2;
-
- // aapt resource value: 3
- public const int MaterialCardView_checkedIconTint = 3;
-
- // aapt resource value: 4
- public const int MaterialCardView_rippleColor = 4;
-
- // aapt resource value: 5
- public const int MaterialCardView_shapeAppearance = 5;
-
- // aapt resource value: 6
- public const int MaterialCardView_shapeAppearanceOverlay = 6;
-
- // aapt resource value: 7
- public const int MaterialCardView_state_dragged = 7;
-
- // aapt resource value: 8
- public const int MaterialCardView_strokeColor = 8;
-
- // aapt resource value: 9
- public const int MaterialCardView_strokeWidth = 9;
-
- // aapt resource value: { 0x7F03006A,0x7F030281 }
- public static int[] MaterialCheckBox = new int[] {
- 2130903146,
- 2130903681};
-
- // aapt resource value: 0
- public const int MaterialCheckBox_buttonTint = 0;
-
- // aapt resource value: 1
- public const int MaterialCheckBox_useMaterialThemeColors = 1;
-
- // aapt resource value: { 0x7F03006A,0x7F030281 }
- public static int[] MaterialRadioButton = new int[] {
- 2130903146,
- 2130903681};
-
- // aapt resource value: 0
- public const int MaterialRadioButton_buttonTint = 0;
-
- // aapt resource value: 1
- public const int MaterialRadioButton_useMaterialThemeColors = 1;
-
- // aapt resource value: { 0x7F0301E4,0x7F0301E7 }
- public static int[] MaterialShape = new int[] {
- 2130903524,
- 2130903527};
-
- // aapt resource value: 0
- public const int MaterialShape_shapeAppearance = 0;
-
- // aapt resource value: 1
- public const int MaterialShape_shapeAppearanceOverlay = 1;
-
- // aapt resource value: { 0x101057F,0x7F03017B }
- public static int[] MaterialTextAppearance = new int[] {
- 16844159,
- 2130903419};
-
- // aapt resource value: 0
- public const int MaterialTextAppearance_android_lineHeight = 0;
-
- // aapt resource value: 1
- public const int MaterialTextAppearance_lineHeight = 1;
-
- // aapt resource value: { 0x1010034,0x101057F,0x7F03017B }
- public static int[] MaterialTextView = new int[] {
- 16842804,
- 16844159,
- 2130903419};
-
- // aapt resource value: 1
- public const int MaterialTextView_android_lineHeight = 1;
-
- // aapt resource value: 0
- public const int MaterialTextView_android_textAppearance = 0;
-
- // aapt resource value: 2
- public const int MaterialTextView_lineHeight = 2;
-
- // aapt resource value: { 0x101000E,0x10100D0,0x1010194,0x10101DE,0x10101DF,0x10101E0 }
- public static int[] MenuGroup = new int[] {
- 16842766,
- 16842960,
- 16843156,
- 16843230,
- 16843231,
- 16843232};
-
- // aapt resource value: 5
- public const int MenuGroup_android_checkableBehavior = 5;
-
- // aapt resource value: 0
- public const int MenuGroup_android_enabled = 0;
-
- // aapt resource value: 1
- public const int MenuGroup_android_id = 1;
-
- // aapt resource value: 3
- public const int MenuGroup_android_menuCategory = 3;
-
- // aapt resource value: 4
- public const int MenuGroup_android_orderInCategory = 4;
-
- // aapt resource value: 2
- public const int MenuGroup_android_visible = 2;
-
- // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F03000D,0x7F03001F,0x7F030021,0x7F030029,0x7F0300B4,0x7F030147,0x7F030148,0x7F0301B0,0x7F0301E9,0x7F030276 }
- public static int[] MenuItem = new int[] {
- 16842754,
- 16842766,
- 16842960,
- 16843014,
- 16843156,
- 16843230,
- 16843231,
- 16843233,
- 16843234,
- 16843235,
- 16843236,
- 16843237,
- 16843375,
- 2130903053,
- 2130903071,
- 2130903073,
- 2130903081,
- 2130903220,
- 2130903367,
- 2130903368,
- 2130903472,
- 2130903529,
- 2130903670};
-
- // aapt resource value: 13
- public const int MenuItem_actionLayout = 13;
-
- // aapt resource value: 14
- public const int MenuItem_actionProviderClass = 14;
-
- // aapt resource value: 15
- public const int MenuItem_actionViewClass = 15;
-
- // aapt resource value: 16
- public const int MenuItem_alphabeticModifiers = 16;
-
- // aapt resource value: 9
- public const int MenuItem_android_alphabeticShortcut = 9;
-
- // aapt resource value: 11
- public const int MenuItem_android_checkable = 11;
-
- // aapt resource value: 3
- public const int MenuItem_android_checked = 3;
-
- // aapt resource value: 1
- public const int MenuItem_android_enabled = 1;
-
- // aapt resource value: 0
- public const int MenuItem_android_icon = 0;
-
- // aapt resource value: 2
- public const int MenuItem_android_id = 2;
-
- // aapt resource value: 5
- public const int MenuItem_android_menuCategory = 5;
-
- // aapt resource value: 10
- public const int MenuItem_android_numericShortcut = 10;
-
- // aapt resource value: 12
- public const int MenuItem_android_onClick = 12;
-
- // aapt resource value: 6
- public const int MenuItem_android_orderInCategory = 6;
-
- // aapt resource value: 7
- public const int MenuItem_android_title = 7;
-
- // aapt resource value: 8
- public const int MenuItem_android_titleCondensed = 8;
-
- // aapt resource value: 4
- public const int MenuItem_android_visible = 4;
-
- // aapt resource value: 17
- public const int MenuItem_contentDescription = 17;
-
- // aapt resource value: 18
- public const int MenuItem_iconTint = 18;
-
- // aapt resource value: 19
- public const int MenuItem_iconTintMode = 19;
-
- // aapt resource value: 20
- public const int MenuItem_numericModifiers = 20;
-
- // aapt resource value: 21
- public const int MenuItem_showAsAction = 21;
-
- // aapt resource value: 22
- public const int MenuItem_tooltipText = 22;
-
- // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F0301CB,0x7F03020D }
- public static int[] MenuView = new int[] {
- 16842926,
- 16843052,
- 16843053,
- 16843054,
- 16843055,
- 16843056,
- 16843057,
- 2130903499,
- 2130903565};
-
- // aapt resource value: 4
- public const int MenuView_android_headerBackground = 4;
-
- // aapt resource value: 2
- public const int MenuView_android_horizontalDivider = 2;
-
- // aapt resource value: 5
- public const int MenuView_android_itemBackground = 5;
-
- // aapt resource value: 6
- public const int MenuView_android_itemIconDisabledAlpha = 6;
-
- // aapt resource value: 1
- public const int MenuView_android_itemTextAppearance = 1;
-
- // aapt resource value: 3
- public const int MenuView_android_verticalDivider = 3;
-
- // aapt resource value: 0
- public const int MenuView_android_windowAnimationStyle = 0;
-
- // aapt resource value: 7
- public const int MenuView_preserveIconSpacing = 7;
-
- // aapt resource value: 8
- public const int MenuView_subMenuArrow = 8;
-
- // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F0300F2,0x7F030130,0x7F030150,0x7F030152,0x7F030154,0x7F030155,0x7F030156,0x7F030157,0x7F03015A,0x7F03015B,0x7F03015C,0x7F03015D,0x7F03015E,0x7F03015F,0x7F030160,0x7F030164,0x7F030167,0x7F0301A8 }
- public static int[] NavigationView = new int[] {
- 16842964,
- 16842973,
- 16843039,
- 2130903282,
- 2130903344,
- 2130903376,
- 2130903378,
- 2130903380,
- 2130903381,
- 2130903382,
- 2130903383,
- 2130903386,
- 2130903387,
- 2130903388,
- 2130903389,
- 2130903390,
- 2130903391,
- 2130903392,
- 2130903396,
- 2130903399,
- 2130903464};
-
- // aapt resource value: 0
- public const int NavigationView_android_background = 0;
-
- // aapt resource value: 1
- public const int NavigationView_android_fitsSystemWindows = 1;
-
- // aapt resource value: 2
- public const int NavigationView_android_maxWidth = 2;
-
- // aapt resource value: 3
- public const int NavigationView_elevation = 3;
-
- // aapt resource value: 4
- public const int NavigationView_headerLayout = 4;
-
- // aapt resource value: 5
- public const int NavigationView_itemBackground = 5;
-
- // aapt resource value: 6
- public const int NavigationView_itemHorizontalPadding = 6;
-
- // aapt resource value: 7
- public const int NavigationView_itemIconPadding = 7;
-
- // aapt resource value: 8
- public const int NavigationView_itemIconSize = 8;
-
- // aapt resource value: 9
- public const int NavigationView_itemIconTint = 9;
-
- // aapt resource value: 10
- public const int NavigationView_itemMaxLines = 10;
-
- // aapt resource value: 11
- public const int NavigationView_itemShapeAppearance = 11;
-
- // aapt resource value: 12
- public const int NavigationView_itemShapeAppearanceOverlay = 12;
-
- // aapt resource value: 13
- public const int NavigationView_itemShapeFillColor = 13;
-
- // aapt resource value: 14
- public const int NavigationView_itemShapeInsetBottom = 14;
-
- // aapt resource value: 15
- public const int NavigationView_itemShapeInsetEnd = 15;
-
- // aapt resource value: 16
- public const int NavigationView_itemShapeInsetStart = 16;
-
- // aapt resource value: 17
- public const int NavigationView_itemShapeInsetTop = 17;
-
- // aapt resource value: 18
- public const int NavigationView_itemTextAppearance = 18;
-
- // aapt resource value: 19
- public const int NavigationView_itemTextColor = 19;
-
- // aapt resource value: 20
- public const int NavigationView_menu = 20;
-
- // aapt resource value: { 0x1010176,0x10102C9,0x7F0301B1 }
- public static int[] PopupWindow = new int[] {
- 16843126,
- 16843465,
- 2130903473};
-
- // aapt resource value: { 0x7F030202 }
- public static int[] PopupWindowBackgroundState = new int[] {
- 2130903554};
-
- // aapt resource value: 0
- public const int PopupWindowBackgroundState_state_above_anchor = 0;
-
- // aapt resource value: 1
- public const int PopupWindow_android_popupAnimationStyle = 1;
-
- // aapt resource value: 0
- public const int PopupWindow_android_popupBackground = 0;
-
- // aapt resource value: 2
- public const int PopupWindow_overlapAnchor = 2;
-
- // aapt resource value: { 0x7F030282 }
- public static int[] RangeSlider = new int[] {
- 2130903682};
-
- // aapt resource value: 0
- public const int RangeSlider_values = 0;
-
- // aapt resource value: { 0x7F0301B2,0x7F0301B8 }
- public static int[] RecycleListView = new int[] {
- 2130903474,
- 2130903480};
-
- // aapt resource value: 0
- public const int RecycleListView_paddingBottomNoButtons = 0;
-
- // aapt resource value: 1
- public const int RecycleListView_paddingTopNoTitle = 1;
-
- // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030117,0x7F030118,0x7F030119,0x7F03011A,0x7F03011B,0x7F03016E,0x7F0301D7,0x7F0301F6,0x7F0301FC }
- public static int[] RecyclerView = new int[] {
- 16842948,
- 16842987,
- 16842993,
- 2130903319,
- 2130903320,
- 2130903321,
- 2130903322,
- 2130903323,
- 2130903406,
- 2130903511,
- 2130903542,
- 2130903548};
-
- // aapt resource value: 1
- public const int RecyclerView_android_clipToPadding = 1;
-
- // aapt resource value: 2
- public const int RecyclerView_android_descendantFocusability = 2;
-
- // aapt resource value: 0
- public const int RecyclerView_android_orientation = 0;
-
- // aapt resource value: 3
- public const int RecyclerView_fastScrollEnabled = 3;
-
- // aapt resource value: 4
- public const int RecyclerView_fastScrollHorizontalThumbDrawable = 4;
-
- // aapt resource value: 5
- public const int RecyclerView_fastScrollHorizontalTrackDrawable = 5;
-
- // aapt resource value: 6
- public const int RecyclerView_fastScrollVerticalThumbDrawable = 6;
-
- // aapt resource value: 7
- public const int RecyclerView_fastScrollVerticalTrackDrawable = 7;
-
- // aapt resource value: 8
- public const int RecyclerView_layoutManager = 8;
-
- // aapt resource value: 9
- public const int RecyclerView_reverseLayout = 9;
-
- // aapt resource value: 10
- public const int RecyclerView_spanCount = 10;
-
- // aapt resource value: 11
- public const int RecyclerView_stackFromEnd = 11;
-
- // aapt resource value: { 0x7F03014D }
- public static int[] ScrimInsetsFrameLayout = new int[] {
- 2130903373};
-
- // aapt resource value: 0
- public const int ScrimInsetsFrameLayout_insetForeground = 0;
-
- // aapt resource value: { 0x7F03004A }
- public static int[] ScrollingViewBehavior_Layout = new int[] {
- 2130903114};
-
- // aapt resource value: 0
- public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
-
- // aapt resource value: { 0x7F0301DC }
- public static int[] ScrollViewRendererTheme = new int[] {
- 2130903516};
-
- // aapt resource value: 0
- public const int ScrollViewRendererTheme_scrollViewStyle = 0;
-
- // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F030090,0x7F0300B3,0x7F0300D9,0x7F03012D,0x7F030149,0x7F03016D,0x7F0301CF,0x7F0301D0,0x7F0301DD,0x7F0301DE,0x7F03020E,0x7F030216,0x7F030285 }
- public static int[] SearchView = new int[] {
- 16842970,
- 16843039,
- 16843296,
- 16843364,
- 2130903184,
- 2130903219,
- 2130903257,
- 2130903341,
- 2130903369,
- 2130903405,
- 2130903503,
- 2130903504,
- 2130903517,
- 2130903518,
- 2130903566,
- 2130903574,
- 2130903685};
-
- // aapt resource value: 0
- public const int SearchView_android_focusable = 0;
-
- // aapt resource value: 3
- public const int SearchView_android_imeOptions = 3;
-
- // aapt resource value: 2
- public const int SearchView_android_inputType = 2;
-
- // aapt resource value: 1
- public const int SearchView_android_maxWidth = 1;
-
- // aapt resource value: 4
- public const int SearchView_closeIcon = 4;
-
- // aapt resource value: 5
- public const int SearchView_commitIcon = 5;
-
- // aapt resource value: 6
- public const int SearchView_defaultQueryHint = 6;
-
- // aapt resource value: 7
- public const int SearchView_goIcon = 7;
-
- // aapt resource value: 8
- public const int SearchView_iconifiedByDefault = 8;
-
- // aapt resource value: 9
- public const int SearchView_layout = 9;
-
- // aapt resource value: 10
- public const int SearchView_queryBackground = 10;
-
- // aapt resource value: 11
- public const int SearchView_queryHint = 11;
-
- // aapt resource value: 12
- public const int SearchView_searchHintIcon = 12;
-
- // aapt resource value: 13
- public const int SearchView_searchIcon = 13;
-
- // aapt resource value: 14
- public const int SearchView_submitBackground = 14;
-
- // aapt resource value: 15
- public const int SearchView_suggestionRowLayout = 15;
-
- // aapt resource value: 16
- public const int SearchView_voiceIcon = 16;
-
- // aapt resource value: { 0x7F0301E4,0x7F0301E7,0x7F03020B,0x7F03020C }
- public static int[] ShapeableImageView = new int[] {
- 2130903524,
- 2130903527,
- 2130903563,
- 2130903564};
-
- // aapt resource value: 0
- public const int ShapeableImageView_shapeAppearance = 0;
-
- // aapt resource value: 1
- public const int ShapeableImageView_shapeAppearanceOverlay = 1;
-
- // aapt resource value: 2
- public const int ShapeableImageView_strokeColor = 2;
-
- // aapt resource value: 3
- public const int ShapeableImageView_strokeWidth = 3;
-
- // aapt resource value: { 0x7F0300C3,0x7F0300C4,0x7F0300C5,0x7F0300C6,0x7F0300C7,0x7F0300C9,0x7F0300CA,0x7F0300CB,0x7F0300CC,0x7F0300CD }
- public static int[] ShapeAppearance = new int[] {
- 2130903235,
- 2130903236,
- 2130903237,
- 2130903238,
- 2130903239,
- 2130903241,
- 2130903242,
- 2130903243,
- 2130903244,
- 2130903245};
-
- // aapt resource value: 0
- public const int ShapeAppearance_cornerFamily = 0;
-
- // aapt resource value: 1
- public const int ShapeAppearance_cornerFamilyBottomLeft = 1;
-
- // aapt resource value: 2
- public const int ShapeAppearance_cornerFamilyBottomRight = 2;
-
- // aapt resource value: 3
- public const int ShapeAppearance_cornerFamilyTopLeft = 3;
-
- // aapt resource value: 4
- public const int ShapeAppearance_cornerFamilyTopRight = 4;
-
- // aapt resource value: 5
- public const int ShapeAppearance_cornerSize = 5;
-
- // aapt resource value: 6
- public const int ShapeAppearance_cornerSizeBottomLeft = 6;
-
- // aapt resource value: 7
- public const int ShapeAppearance_cornerSizeBottomRight = 7;
-
- // aapt resource value: 8
- public const int ShapeAppearance_cornerSizeTopLeft = 8;
-
- // aapt resource value: 9
- public const int ShapeAppearance_cornerSizeTopRight = 9;
-
- // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F03012E,0x7F03012F,0x7F030169,0x7F03016A,0x7F030257,0x7F030258,0x7F030259,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030278,0x7F030279,0x7F03027A,0x7F03027B }
- public static int[] Slider = new int[] {
- 16842766,
- 16842788,
- 16843078,
- 16843486,
- 16843487,
- 2130903342,
- 2130903343,
- 2130903401,
- 2130903402,
- 2130903639,
- 2130903640,
- 2130903641,
- 2130903645,
- 2130903646,
- 2130903647,
- 2130903672,
- 2130903673,
- 2130903674,
- 2130903675};
-
- // aapt resource value: 0
- public const int Slider_android_enabled = 0;
-
- // aapt resource value: 2
- public const int Slider_android_stepSize = 2;
-
- // aapt resource value: 1
- public const int Slider_android_value = 1;
-
- // aapt resource value: 3
- public const int Slider_android_valueFrom = 3;
-
- // aapt resource value: 4
- public const int Slider_android_valueTo = 4;
-
- // aapt resource value: 5
- public const int Slider_haloColor = 5;
-
- // aapt resource value: 6
- public const int Slider_haloRadius = 6;
-
- // aapt resource value: 7
- public const int Slider_labelBehavior = 7;
-
- // aapt resource value: 8
- public const int Slider_labelStyle = 8;
-
- // aapt resource value: 9
- public const int Slider_thumbColor = 9;
-
- // aapt resource value: 10
- public const int Slider_thumbElevation = 10;
-
- // aapt resource value: 11
- public const int Slider_thumbRadius = 11;
-
- // aapt resource value: 12
- public const int Slider_tickColor = 12;
-
- // aapt resource value: 13
- public const int Slider_tickColorActive = 13;
-
- // aapt resource value: 14
- public const int Slider_tickColorInactive = 14;
-
- // aapt resource value: 15
- public const int Slider_trackColor = 15;
-
- // aapt resource value: 16
- public const int Slider_trackColorActive = 16;
-
- // aapt resource value: 17
- public const int Slider_trackColorInactive = 17;
-
- // aapt resource value: 18
- public const int Slider_trackHeight = 18;
-
- // aapt resource value: { 0x7F0301F3,0x7F0301F4,0x7F0301F5 }
- public static int[] Snackbar = new int[] {
- 2130903539,
- 2130903540,
- 2130903541};
-
- // aapt resource value: { 0x101011F,0x7F030020,0x7F03002A,0x7F03003A,0x7F03003D,0x7F03003E,0x7F0300F2,0x7F0301A2 }
- public static int[] SnackbarLayout = new int[] {
- 16843039,
- 2130903072,
- 2130903082,
- 2130903098,
- 2130903101,
- 2130903102,
- 2130903282,
- 2130903458};
-
- // aapt resource value: 1
- public const int SnackbarLayout_actionTextColorAlpha = 1;
-
- // aapt resource value: 0
- public const int SnackbarLayout_android_maxWidth = 0;
-
- // aapt resource value: 2
- public const int SnackbarLayout_animationMode = 2;
-
- // aapt resource value: 3
- public const int SnackbarLayout_backgroundOverlayColorAlpha = 3;
-
- // aapt resource value: 4
- public const int SnackbarLayout_backgroundTint = 4;
-
- // aapt resource value: 5
- public const int SnackbarLayout_backgroundTintMode = 5;
-
- // aapt resource value: 6
- public const int SnackbarLayout_elevation = 6;
-
- // aapt resource value: 7
- public const int SnackbarLayout_maxActionInlineWidth = 7;
-
- // aapt resource value: 0
- public const int Snackbar_snackbarButtonStyle = 0;
-
- // aapt resource value: 1
- public const int Snackbar_snackbarStyle = 1;
-
- // aapt resource value: 2
- public const int Snackbar_snackbarTextViewStyle = 2;
-
- // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0301C6 }
- public static int[] Spinner = new int[] {
- 16842930,
- 16843126,
- 16843131,
- 16843362,
- 2130903494};
-
- // aapt resource value: 3
- public const int Spinner_android_dropDownWidth = 3;
-
- // aapt resource value: 0
- public const int Spinner_android_entries = 0;
-
- // aapt resource value: 1
- public const int Spinner_android_popupBackground = 1;
-
- // aapt resource value: 2
- public const int Spinner_android_prompt = 2;
-
- // aapt resource value: 4
- public const int Spinner_popupTheme = 4;
-
- // aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D }
- public static int[] StateListDrawable = new int[] {
- 16843036,
- 16843156,
- 16843157,
- 16843158,
- 16843532,
- 16843533};
-
- // aapt resource value: { 0x1010199 }
- public static int[] StateListDrawableItem = new int[] {
- 16843161};
-
- // aapt resource value: 0
- public const int StateListDrawableItem_android_drawable = 0;
-
- // aapt resource value: 3
- public const int StateListDrawable_android_constantSize = 3;
-
- // aapt resource value: 0
- public const int StateListDrawable_android_dither = 0;
-
- // aapt resource value: 4
- public const int StateListDrawable_android_enterFadeDuration = 4;
-
- // aapt resource value: 5
- public const int StateListDrawable_android_exitFadeDuration = 5;
-
- // aapt resource value: 2
- public const int StateListDrawable_android_variablePadding = 2;
-
- // aapt resource value: 1
- public const int StateListDrawable_android_visible = 1;
-
- // aapt resource value: { 0x7F030217 }
- public static int[] SwipeRefreshLayout = new int[] {
- 2130903575};
-
- // aapt resource value: 0
- public const int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = 0;
-
- // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F0301EC,0x7F0301FA,0x7F030218,0x7F030219,0x7F03021B,0x7F03025A,0x7F03025B,0x7F03025C,0x7F030277,0x7F03027C,0x7F03027D }
- public static int[] SwitchCompat = new int[] {
- 16843044,
- 16843045,
- 16843074,
- 2130903532,
- 2130903546,
- 2130903576,
- 2130903577,
- 2130903579,
- 2130903642,
- 2130903643,
- 2130903644,
- 2130903671,
- 2130903676,
- 2130903677};
-
- // aapt resource value: 1
- public const int SwitchCompat_android_textOff = 1;
-
- // aapt resource value: 0
- public const int SwitchCompat_android_textOn = 0;
-
- // aapt resource value: 2
- public const int SwitchCompat_android_thumb = 2;
-
- // aapt resource value: 3
- public const int SwitchCompat_showText = 3;
-
- // aapt resource value: 4
- public const int SwitchCompat_splitTrack = 4;
-
- // aapt resource value: 5
- public const int SwitchCompat_switchMinWidth = 5;
-
- // aapt resource value: 6
- public const int SwitchCompat_switchPadding = 6;
-
- // aapt resource value: 7
- public const int SwitchCompat_switchTextAppearance = 7;
-
- // aapt resource value: 8
- public const int SwitchCompat_thumbTextPadding = 8;
-
- // aapt resource value: 9
- public const int SwitchCompat_thumbTint = 9;
-
- // aapt resource value: 10
- public const int SwitchCompat_thumbTintMode = 10;
-
- // aapt resource value: 11
- public const int SwitchCompat_track = 11;
-
- // aapt resource value: 12
- public const int SwitchCompat_trackTint = 12;
-
- // aapt resource value: 13
- public const int SwitchCompat_trackTintMode = 13;
-
- // aapt resource value: { 0x7F030281 }
- public static int[] SwitchMaterial = new int[] {
- 2130903681};
-
- // aapt resource value: 0
- public const int SwitchMaterial_useMaterialThemeColors = 0;
-
- // aapt resource value: { 0x1010002,0x10100F2,0x101014F }
- public static int[] TabItem = new int[] {
- 16842754,
- 16842994,
- 16843087};
-
- // aapt resource value: 0
- public const int TabItem_android_icon = 0;
-
- // aapt resource value: 1
- public const int TabItem_android_layout = 1;
-
- // aapt resource value: 2
- public const int TabItem_android_text = 2;
-
- // aapt resource value: { 0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030223,0x7F030224,0x7F030225,0x7F030226,0x7F030227,0x7F030228,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F03022E,0x7F03022F,0x7F030230,0x7F030231,0x7F030233,0x7F030234,0x7F030235 }
- public static int[] TabLayout = new int[] {
- 2130903580,
- 2130903581,
- 2130903582,
- 2130903583,
- 2130903584,
- 2130903585,
- 2130903586,
- 2130903587,
- 2130903588,
- 2130903589,
- 2130903590,
- 2130903591,
- 2130903592,
- 2130903593,
- 2130903594,
- 2130903595,
- 2130903596,
- 2130903597,
- 2130903598,
- 2130903599,
- 2130903600,
- 2130903601,
- 2130903603,
- 2130903604,
- 2130903605};
-
- // aapt resource value: 0
- public const int TabLayout_tabBackground = 0;
-
- // aapt resource value: 1
- public const int TabLayout_tabContentStart = 1;
-
- // aapt resource value: 2
- public const int TabLayout_tabGravity = 2;
-
- // aapt resource value: 3
- public const int TabLayout_tabIconTint = 3;
-
- // aapt resource value: 4
- public const int TabLayout_tabIconTintMode = 4;
-
- // aapt resource value: 5
- public const int TabLayout_tabIndicator = 5;
-
- // aapt resource value: 6
- public const int TabLayout_tabIndicatorAnimationDuration = 6;
-
- // aapt resource value: 7
- public const int TabLayout_tabIndicatorColor = 7;
-
- // aapt resource value: 8
- public const int TabLayout_tabIndicatorFullWidth = 8;
-
- // aapt resource value: 9
- public const int TabLayout_tabIndicatorGravity = 9;
-
- // aapt resource value: 10
- public const int TabLayout_tabIndicatorHeight = 10;
-
- // aapt resource value: 11
- public const int TabLayout_tabInlineLabel = 11;
-
- // aapt resource value: 12
- public const int TabLayout_tabMaxWidth = 12;
-
- // aapt resource value: 13
- public const int TabLayout_tabMinWidth = 13;
-
- // aapt resource value: 14
- public const int TabLayout_tabMode = 14;
-
- // aapt resource value: 15
- public const int TabLayout_tabPadding = 15;
-
- // aapt resource value: 16
- public const int TabLayout_tabPaddingBottom = 16;
-
- // aapt resource value: 17
- public const int TabLayout_tabPaddingEnd = 17;
-
- // aapt resource value: 18
- public const int TabLayout_tabPaddingStart = 18;
-
- // aapt resource value: 19
- public const int TabLayout_tabPaddingTop = 19;
-
- // aapt resource value: 20
- public const int TabLayout_tabRippleColor = 20;
-
- // aapt resource value: 21
- public const int TabLayout_tabSelectedTextColor = 21;
-
- // aapt resource value: 22
- public const int TabLayout_tabTextAppearance = 22;
-
- // aapt resource value: 23
- public const int TabLayout_tabTextColor = 23;
-
- // aapt resource value: 24
- public const int TabLayout_tabUnboundedRipple = 24;
-
- // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F03011F,0x7F030128,0x7F030236,0x7F030252 }
- public static int[] TextAppearance = new int[] {
- 16842901,
- 16842902,
- 16842903,
- 16842904,
- 16842906,
- 16842907,
- 16843105,
- 16843106,
- 16843107,
- 16843108,
- 16843692,
- 16844165,
- 2130903327,
- 2130903336,
- 2130903606,
- 2130903634};
-
- // aapt resource value: 10
- public const int TextAppearance_android_fontFamily = 10;
-
- // aapt resource value: 6
- public const int TextAppearance_android_shadowColor = 6;
-
- // aapt resource value: 7
- public const int TextAppearance_android_shadowDx = 7;
-
- // aapt resource value: 8
- public const int TextAppearance_android_shadowDy = 8;
-
- // aapt resource value: 9
- public const int TextAppearance_android_shadowRadius = 9;
-
- // aapt resource value: 3
- public const int TextAppearance_android_textColor = 3;
-
- // aapt resource value: 4
- public const int TextAppearance_android_textColorHint = 4;
-
- // aapt resource value: 5
- public const int TextAppearance_android_textColorLink = 5;
-
- // aapt resource value: 11
- public const int TextAppearance_android_textFontWeight = 11;
-
- // aapt resource value: 0
- public const int TextAppearance_android_textSize = 0;
-
- // aapt resource value: 2
- public const int TextAppearance_android_textStyle = 2;
-
- // aapt resource value: 1
- public const int TextAppearance_android_typeface = 1;
-
- // aapt resource value: 12
- public const int TextAppearance_fontFamily = 12;
-
- // aapt resource value: 13
- public const int TextAppearance_fontVariationSettings = 13;
-
- // aapt resource value: 14
- public const int TextAppearance_textAllCaps = 14;
-
- // aapt resource value: 15
- public const int TextAppearance_textLocale = 15;
-
- // aapt resource value: { 0x7F030250 }
- public static int[] TextInputEditText = new int[] {
- 2130903632};
-
- // aapt resource value: 0
- public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0;
-
- // aapt resource value: { 0x101000E,0x101009A,0x1010150,0x7F030054,0x7F030055,0x7F030056,0x7F030057,0x7F030058,0x7F030059,0x7F03005A,0x7F03005B,0x7F03005C,0x7F03005D,0x7F03005E,0x7F0300CE,0x7F0300CF,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F0300F9,0x7F0300FA,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030103,0x7F030104,0x7F030132,0x7F030133,0x7F030134,0x7F030135,0x7F030139,0x7F03013A,0x7F03013B,0x7F03013C,0x7F0301BC,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F0301C0,0x7F0301C1,0x7F0301C2,0x7F0301C3,0x7F0301C8,0x7F0301C9,0x7F0301CA,0x7F0301E4,0x7F0301E7,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030213,0x7F030214,0x7F030215 }
- public static int[] TextInputLayout = new int[] {
- 16842766,
- 16842906,
- 16843088,
- 2130903124,
- 2130903125,
- 2130903126,
- 2130903127,
- 2130903128,
- 2130903129,
- 2130903130,
- 2130903131,
- 2130903132,
- 2130903133,
- 2130903134,
- 2130903246,
- 2130903247,
- 2130903248,
- 2130903249,
- 2130903250,
- 2130903251,
- 2130903285,
- 2130903286,
- 2130903287,
- 2130903288,
- 2130903289,
- 2130903290,
- 2130903294,
- 2130903295,
- 2130903296,
- 2130903297,
- 2130903298,
- 2130903299,
- 2130903300,
- 2130903346,
- 2130903347,
- 2130903348,
- 2130903349,
- 2130903353,
- 2130903354,
- 2130903355,
- 2130903356,
- 2130903484,
- 2130903485,
- 2130903486,
- 2130903487,
- 2130903488,
- 2130903489,
- 2130903490,
- 2130903491,
- 2130903496,
- 2130903497,
- 2130903498,
- 2130903524,
- 2130903527,
- 2130903549,
- 2130903550,
- 2130903551,
- 2130903552,
- 2130903553,
- 2130903571,
- 2130903572,
- 2130903573};
-
- // aapt resource value: 0
- public const int TextInputLayout_android_enabled = 0;
-
- // aapt resource value: 2
- public const int TextInputLayout_android_hint = 2;
-
- // aapt resource value: 1
- public const int TextInputLayout_android_textColorHint = 1;
-
- // aapt resource value: 3
- public const int TextInputLayout_boxBackgroundColor = 3;
-
- // aapt resource value: 4
- public const int TextInputLayout_boxBackgroundMode = 4;
-
- // aapt resource value: 5
- public const int TextInputLayout_boxCollapsedPaddingTop = 5;
-
- // aapt resource value: 6
- public const int TextInputLayout_boxCornerRadiusBottomEnd = 6;
-
- // aapt resource value: 7
- public const int TextInputLayout_boxCornerRadiusBottomStart = 7;
-
- // aapt resource value: 8
- public const int TextInputLayout_boxCornerRadiusTopEnd = 8;
-
- // aapt resource value: 9
- public const int TextInputLayout_boxCornerRadiusTopStart = 9;
-
- // aapt resource value: 10
- public const int TextInputLayout_boxStrokeColor = 10;
-
- // aapt resource value: 11
- public const int TextInputLayout_boxStrokeErrorColor = 11;
-
- // aapt resource value: 12
- public const int TextInputLayout_boxStrokeWidth = 12;
-
- // aapt resource value: 13
- public const int TextInputLayout_boxStrokeWidthFocused = 13;
-
- // aapt resource value: 14
- public const int TextInputLayout_counterEnabled = 14;
-
- // aapt resource value: 15
- public const int TextInputLayout_counterMaxLength = 15;
-
- // aapt resource value: 16
- public const int TextInputLayout_counterOverflowTextAppearance = 16;
-
- // aapt resource value: 17
- public const int TextInputLayout_counterOverflowTextColor = 17;
-
- // aapt resource value: 18
- public const int TextInputLayout_counterTextAppearance = 18;
-
- // aapt resource value: 19
- public const int TextInputLayout_counterTextColor = 19;
-
- // aapt resource value: 20
- public const int TextInputLayout_endIconCheckable = 20;
-
- // aapt resource value: 21
- public const int TextInputLayout_endIconContentDescription = 21;
-
- // aapt resource value: 22
- public const int TextInputLayout_endIconDrawable = 22;
-
- // aapt resource value: 23
- public const int TextInputLayout_endIconMode = 23;
-
- // aapt resource value: 24
- public const int TextInputLayout_endIconTint = 24;
-
- // aapt resource value: 25
- public const int TextInputLayout_endIconTintMode = 25;
-
- // aapt resource value: 26
- public const int TextInputLayout_errorContentDescription = 26;
-
- // aapt resource value: 27
- public const int TextInputLayout_errorEnabled = 27;
-
- // aapt resource value: 28
- public const int TextInputLayout_errorIconDrawable = 28;
-
- // aapt resource value: 29
- public const int TextInputLayout_errorIconTint = 29;
-
- // aapt resource value: 30
- public const int TextInputLayout_errorIconTintMode = 30;
-
- // aapt resource value: 31
- public const int TextInputLayout_errorTextAppearance = 31;
-
- // aapt resource value: 32
- public const int TextInputLayout_errorTextColor = 32;
-
- // aapt resource value: 33
- public const int TextInputLayout_helperText = 33;
-
- // aapt resource value: 34
- public const int TextInputLayout_helperTextEnabled = 34;
-
- // aapt resource value: 35
- public const int TextInputLayout_helperTextTextAppearance = 35;
-
- // aapt resource value: 36
- public const int TextInputLayout_helperTextTextColor = 36;
-
- // aapt resource value: 37
- public const int TextInputLayout_hintAnimationEnabled = 37;
-
- // aapt resource value: 38
- public const int TextInputLayout_hintEnabled = 38;
-
- // aapt resource value: 39
- public const int TextInputLayout_hintTextAppearance = 39;
-
- // aapt resource value: 40
- public const int TextInputLayout_hintTextColor = 40;
-
- // aapt resource value: 41
- public const int TextInputLayout_passwordToggleContentDescription = 41;
-
- // aapt resource value: 42
- public const int TextInputLayout_passwordToggleDrawable = 42;
-
- // aapt resource value: 43
- public const int TextInputLayout_passwordToggleEnabled = 43;
-
- // aapt resource value: 44
- public const int TextInputLayout_passwordToggleTint = 44;
-
- // aapt resource value: 45
- public const int TextInputLayout_passwordToggleTintMode = 45;
-
- // aapt resource value: 46
- public const int TextInputLayout_placeholderText = 46;
-
- // aapt resource value: 47
- public const int TextInputLayout_placeholderTextAppearance = 47;
-
- // aapt resource value: 48
- public const int TextInputLayout_placeholderTextColor = 48;
-
- // aapt resource value: 49
- public const int TextInputLayout_prefixText = 49;
-
- // aapt resource value: 50
- public const int TextInputLayout_prefixTextAppearance = 50;
-
- // aapt resource value: 51
- public const int TextInputLayout_prefixTextColor = 51;
-
- // aapt resource value: 52
- public const int TextInputLayout_shapeAppearance = 52;
-
- // aapt resource value: 53
- public const int TextInputLayout_shapeAppearanceOverlay = 53;
-
- // aapt resource value: 54
- public const int TextInputLayout_startIconCheckable = 54;
-
- // aapt resource value: 55
- public const int TextInputLayout_startIconContentDescription = 55;
-
- // aapt resource value: 56
- public const int TextInputLayout_startIconDrawable = 56;
-
- // aapt resource value: 57
- public const int TextInputLayout_startIconTint = 57;
-
- // aapt resource value: 58
- public const int TextInputLayout_startIconTintMode = 58;
-
- // aapt resource value: 59
- public const int TextInputLayout_suffixText = 59;
-
- // aapt resource value: 60
- public const int TextInputLayout_suffixTextAppearance = 60;
-
- // aapt resource value: 61
- public const int TextInputLayout_suffixTextColor = 61;
-
- // aapt resource value: { 0x1010034,0x7F0300FB,0x7F0300FC }
- public static int[] ThemeEnforcement = new int[] {
- 16842804,
- 2130903291,
- 2130903292};
-
- // aapt resource value: 0
- public const int ThemeEnforcement_android_textAppearance = 0;
-
- // aapt resource value: 1
- public const int ThemeEnforcement_enforceMaterialTheme = 1;
-
- // aapt resource value: 2
- public const int ThemeEnforcement_enforceTextAppearance = 2;
-
- // aapt resource value: { 0x10100AF,0x1010140,0x7F030065,0x7F030098,0x7F030099,0x7F0300B5,0x7F0300B6,0x7F0300B7,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F03018C,0x7F03018D,0x7F0301A3,0x7F0301A8,0x7F0301AB,0x7F0301AC,0x7F0301C6,0x7F03020F,0x7F030210,0x7F030211,0x7F030265,0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B,0x7F03026C,0x7F03026D,0x7F03026E }
- public static int[] Toolbar = new int[] {
- 16842927,
- 16843072,
- 2130903141,
- 2130903192,
- 2130903193,
- 2130903221,
- 2130903222,
- 2130903223,
- 2130903224,
- 2130903225,
- 2130903226,
- 2130903436,
- 2130903437,
- 2130903459,
- 2130903464,
- 2130903467,
- 2130903468,
- 2130903494,
- 2130903567,
- 2130903568,
- 2130903569,
- 2130903653,
- 2130903655,
- 2130903656,
- 2130903657,
- 2130903658,
- 2130903659,
- 2130903660,
- 2130903661,
- 2130903662};
-
- // aapt resource value: 0
- public const int Toolbar_android_gravity = 0;
-
- // aapt resource value: 1
- public const int Toolbar_android_minHeight = 1;
-
- // aapt resource value: 2
- public const int Toolbar_buttonGravity = 2;
-
- // aapt resource value: 3
- public const int Toolbar_collapseContentDescription = 3;
-
- // aapt resource value: 4
- public const int Toolbar_collapseIcon = 4;
-
- // aapt resource value: 5
- public const int Toolbar_contentInsetEnd = 5;
-
- // aapt resource value: 6
- public const int Toolbar_contentInsetEndWithActions = 6;
-
- // aapt resource value: 7
- public const int Toolbar_contentInsetLeft = 7;
-
- // aapt resource value: 8
- public const int Toolbar_contentInsetRight = 8;
-
- // aapt resource value: 9
- public const int Toolbar_contentInsetStart = 9;
-
- // aapt resource value: 10
- public const int Toolbar_contentInsetStartWithNavigation = 10;
-
- // aapt resource value: 11
- public const int Toolbar_logo = 11;
-
- // aapt resource value: 12
- public const int Toolbar_logoDescription = 12;
-
- // aapt resource value: 13
- public const int Toolbar_maxButtonHeight = 13;
-
- // aapt resource value: 14
- public const int Toolbar_menu = 14;
-
- // aapt resource value: 15
- public const int Toolbar_navigationContentDescription = 15;
-
- // aapt resource value: 16
- public const int Toolbar_navigationIcon = 16;
-
- // aapt resource value: 17
- public const int Toolbar_popupTheme = 17;
-
- // aapt resource value: 18
- public const int Toolbar_subtitle = 18;
-
- // aapt resource value: 19
- public const int Toolbar_subtitleTextAppearance = 19;
-
- // aapt resource value: 20
- public const int Toolbar_subtitleTextColor = 20;
-
- // aapt resource value: 21
- public const int Toolbar_title = 21;
-
- // aapt resource value: 22
- public const int Toolbar_titleMargin = 22;
-
- // aapt resource value: 23
- public const int Toolbar_titleMarginBottom = 23;
-
- // aapt resource value: 24
- public const int Toolbar_titleMarginEnd = 24;
-
- // aapt resource value: 27
- public const int Toolbar_titleMargins = 27;
-
- // aapt resource value: 25
- public const int Toolbar_titleMarginStart = 25;
-
- // aapt resource value: 26
- public const int Toolbar_titleMarginTop = 26;
-
- // aapt resource value: 28
- public const int Toolbar_titleTextAppearance = 28;
-
- // aapt resource value: 29
- public const int Toolbar_titleTextColor = 29;
-
- // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F03003D }
- public static int[] Tooltip = new int[] {
- 16842804,
- 16842965,
- 16842998,
- 16843071,
- 16843072,
- 16843087,
- 2130903101};
-
- // aapt resource value: 2
- public const int Tooltip_android_layout_margin = 2;
-
- // aapt resource value: 4
- public const int Tooltip_android_minHeight = 4;
-
- // aapt resource value: 3
- public const int Tooltip_android_minWidth = 3;
-
- // aapt resource value: 1
- public const int Tooltip_android_padding = 1;
-
- // aapt resource value: 5
- public const int Tooltip_android_text = 5;
-
- // aapt resource value: 0
- public const int Tooltip_android_textAppearance = 0;
-
- // aapt resource value: 6
- public const int Tooltip_backgroundTint = 6;
-
- // aapt resource value: { 0x1010000,0x10100DA,0x7F0301B4,0x7F0301B7,0x7F030254 }
- public static int[] View = new int[] {
- 16842752,
- 16842970,
- 2130903476,
- 2130903479,
- 2130903636};
-
- // aapt resource value: { 0x10100D4,0x7F03003D,0x7F03003E }
- public static int[] ViewBackgroundHelper = new int[] {
- 16842964,
- 2130903101,
- 2130903102};
-
- // aapt resource value: 0
- public const int ViewBackgroundHelper_android_background = 0;
-
- // aapt resource value: 1
- public const int ViewBackgroundHelper_backgroundTint = 1;
-
- // aapt resource value: 2
- public const int ViewBackgroundHelper_backgroundTintMode = 2;
-
- // aapt resource value: { 0x10100C4 }
- public static int[] ViewPager2 = new int[] {
- 16842948};
-
- // aapt resource value: 0
- public const int ViewPager2_android_orientation = 0;
-
- // aapt resource value: { 0x10100D0,0x10100F2,0x10100F3 }
- public static int[] ViewStubCompat = new int[] {
- 16842960,
- 16842994,
- 16842995};
-
- // aapt resource value: 0
- public const int ViewStubCompat_android_id = 0;
-
- // aapt resource value: 2
- public const int ViewStubCompat_android_inflatedId = 2;
-
- // aapt resource value: 1
- public const int ViewStubCompat_android_layout = 1;
-
- // aapt resource value: 1
- public const int View_android_focusable = 1;
-
- // aapt resource value: 0
- public const int View_android_theme = 0;
-
- // aapt resource value: 2
- public const int View_paddingEnd = 2;
-
- // aapt resource value: 3
- public const int View_paddingStart = 3;
-
- // aapt resource value: 4
- public const int View_theme = 4;
-
- static Styleable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Styleable()
- {
- }
- }
-
- public partial class Xml
- {
-
- // aapt resource value: 0x7F110000
- public const int image_share_filepaths = 2131820544;
-
- // aapt resource value: 0x7F110001
- public const int standalone_badge = 2131820545;
-
- // aapt resource value: 0x7F110002
- public const int standalone_badge_gravity_bottom_end = 2131820546;
-
- // aapt resource value: 0x7F110003
- public const int standalone_badge_gravity_bottom_start = 2131820547;
-
- // aapt resource value: 0x7F110004
- public const int standalone_badge_gravity_top_start = 2131820548;
-
- // aapt resource value: 0x7F110005
- public const int standalone_badge_offset = 2131820549;
-
- // aapt resource value: 0x7F110006
- public const int xamarin_essentials_fileprovider_file_paths = 2131820550;
-
- static Xml()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Xml()
- {
- }
- }
- }
-}
-#pragma warning restore 1591
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/drawable/ably_logo.png b/examples/DotnetPush/DotnetPush.Android/Resources/drawable/ably_logo.png
deleted file mode 100644
index 5ecb360dc..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/drawable/ably_logo.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/drawable/icon_about.png b/examples/DotnetPush/DotnetPush.Android/Resources/drawable/icon_about.png
deleted file mode 100644
index 48845257c..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/drawable/icon_about.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/drawable/icon_feed.png b/examples/DotnetPush/DotnetPush.Android/Resources/drawable/icon_feed.png
deleted file mode 100644
index fdf6daf8c..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/drawable/icon_feed.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/drawable/xamarin_logo.png b/examples/DotnetPush/DotnetPush.Android/Resources/drawable/xamarin_logo.png
deleted file mode 100644
index b36d00ed6..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/drawable/xamarin_logo.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/icon.xml b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/icon.xml
deleted file mode 100644
index 88d1d0a16..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/icon.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/icon_round.xml b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/icon_round.xml
deleted file mode 100644
index 88d1d0a16..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/icon_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/logo.xml b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/logo.xml
deleted file mode 100644
index 1bea74ebb..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-anydpi-v26/logo.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/icon.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/icon.png
deleted file mode 100644
index 4623ca2c4..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/icon.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/launcher_foreground.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/launcher_foreground.png
deleted file mode 100644
index a89e5bbce..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/launcher_foreground.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo.png
deleted file mode 100644
index 29acd8bc6..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo_adaptive_back.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo_adaptive_back.png
deleted file mode 100644
index 332921c2a..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo_adaptive_back.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo_adaptive_fore.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo_adaptive_fore.png
deleted file mode 100644
index 0de762d92..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-hdpi/logo_adaptive_fore.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/icon.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/icon.png
deleted file mode 100644
index 9b1d25e25..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/icon.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/launcher_foreground.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/launcher_foreground.png
deleted file mode 100644
index 431a8a053..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/launcher_foreground.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo.png
deleted file mode 100644
index 1fe7a234b..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo_adaptive_back.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo_adaptive_back.png
deleted file mode 100644
index 99b9a74f4..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo_adaptive_back.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo_adaptive_fore.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo_adaptive_fore.png
deleted file mode 100644
index fcfb75ad4..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-mdpi/logo_adaptive_fore.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/icon.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/icon.png
deleted file mode 100644
index 844dfe544..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/icon.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/launcher_foreground.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/launcher_foreground.png
deleted file mode 100644
index 9e9e4f8e4..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/launcher_foreground.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo.png
deleted file mode 100644
index d79a9228d..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo_adaptive_back.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo_adaptive_back.png
deleted file mode 100644
index cc0b86405..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo_adaptive_back.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo_adaptive_fore.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo_adaptive_fore.png
deleted file mode 100644
index 6fba35cfb..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xhdpi/logo_adaptive_fore.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/icon.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/icon.png
deleted file mode 100644
index e20ec9ae2..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/icon.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/launcher_foreground.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/launcher_foreground.png
deleted file mode 100644
index 5f1e1356e..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/launcher_foreground.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo.png
deleted file mode 100644
index 351d94327..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo_adaptive_back.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo_adaptive_back.png
deleted file mode 100644
index e24dd96d0..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo_adaptive_back.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo_adaptive_fore.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo_adaptive_fore.png
deleted file mode 100644
index 38049a59c..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxhdpi/logo_adaptive_fore.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/icon.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/icon.png
deleted file mode 100644
index 8a08bf75e..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/icon.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png
deleted file mode 100644
index aca9f8d1c..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo.png
deleted file mode 100644
index db165de2b..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo_adaptive_back.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo_adaptive_back.png
deleted file mode 100644
index 82a05d9d4..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo_adaptive_back.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo_adaptive_fore.png b/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo_adaptive_fore.png
deleted file mode 100644
index 14faf075d..000000000
Binary files a/examples/DotnetPush/DotnetPush.Android/Resources/mipmap-xxxhdpi/logo_adaptive_fore.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/values/colors.xml b/examples/DotnetPush/DotnetPush.Android/Resources/values/colors.xml
deleted file mode 100644
index d9f6e0baf..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Resources/values/colors.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- #FFFFFF
- #3F51B5
- #303F9F
- #FF4081
-
diff --git a/examples/DotnetPush/DotnetPush.Android/Resources/values/styles.xml b/examples/DotnetPush/DotnetPush.Android/Resources/values/styles.xml
deleted file mode 100644
index 4b9805f3d..000000000
--- a/examples/DotnetPush/DotnetPush.Android/Resources/values/styles.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.iOS/AppDelegate.cs b/examples/DotnetPush/DotnetPush.iOS/AppDelegate.cs
deleted file mode 100644
index 8d5b4a2d3..000000000
--- a/examples/DotnetPush/DotnetPush.iOS/AppDelegate.cs
+++ /dev/null
@@ -1,171 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-using DotnetPush.Models;
-using Foundation;
-using IO.Ably;
-using IO.Ably.Push;
-using IO.Ably.Push.iOS;
-using UIKit;
-using UserNotifications;
-using Xamarin.Essentials;
-using Xamarin.Forms.Platform.iOS;
-
-namespace DotnetPush.iOS
-{
- // The UIApplicationDelegate for the application. This class is responsible for launching the
- // User Interface of the application, as well as listening (and optionally responding) to
- // application events from iOS.
- [Register("AppDelegate")]
- public partial class AppDelegate : FormsApplicationDelegate,
- IUNUserNotificationCenterDelegate
- {
- private IRealtimeClient _realtime;
- private AppLoggerSink _loggerSink;
- private static readonly PushNotificationReceiver Receiver = new PushNotificationReceiver();
-
- private Task LogCallback(string name, ErrorInfo error)
- {
- var noError = error is null;
- _loggerSink.LogEvent(LogLevel.Debug, noError ? $"{name} callback." : $"{name} callback with error - {error.Message}");
- return Task.CompletedTask;
- }
-
- private void InitialiseAbly()
- {
- _loggerSink = new AppLoggerSink();
-
- var savedClientId = Preferences.Get("ABLY_CLIENT_ID", string.Empty);
-
- var callbacks = new PushCallbacks
- {
- ActivatedCallback = error => LogCallback("Activated", error),
- DeactivatedCallback = error => LogCallback("Deactivated", error),
- SyncRegistrationFailedCallback = error => LogCallback("SyncRegistrationFailed", error),
- };
- _realtime = AppleMobileDevice.Initialise(GetAblyOptions(savedClientId), callbacks);
-
- _realtime.Connect();
- }
-
- private ClientOptions GetAblyOptions(string savedClientId)
- {
- var options = new ClientOptions
- {
- // https://ably.com/docs/best-practice-guide#auth
- // recommended for security reasons. Please, review Ably's best practice guide on Authentication
- // Please provide a way for AblyRealtime to connect to the services. Having API keys on mobile devices is not recommended.
- Key = "",
- LogHandler = (ILoggerSink)_loggerSink,
- LogLevel = LogLevel.Debug,
- ClientId = string.IsNullOrWhiteSpace(savedClientId) ? Guid.NewGuid().ToString("D") : savedClientId,
- };
-
- _realtime = new AblyRealtime(options);
- _realtime.Connect();
-
- return options;
- }
-
- ///
- public override bool FinishedLaunching(UIApplication app, NSDictionary options)
- {
- Xamarin.Forms.Forms.Init();
- InitialiseAbly();
- LoadApplication(new App(_realtime, _loggerSink, Receiver));
-
- UNUserNotificationCenter.Current.Delegate = this;
-
- return base.FinishedLaunching(app, options);
- }
-
- ///
- public override void RegisteredForRemoteNotifications(UIApplication application, NSData deviceToken)
- {
- var token = deviceToken;
- AppleMobileDevice.OnNewRegistrationToken(token);
- }
-
- ///
- public override void FailedToRegisterForRemoteNotifications(UIApplication application, NSError error)
- {
- var ablyError =
- new ErrorInfo($"Failed to get Registration token for push notifications: {error.LocalizedDescription}");
-
- AppleMobileDevice.OnRegistrationTokenFailed(ablyError);
- }
-
- // For versions previous to IOS10. It is otherwise deprecated.
- public override void ReceivedRemoteNotification(UIApplication application, NSDictionary userInfo)
- {
- NSDictionary aps = userInfo.ObjectForKey(new NSString("aps")) as NSDictionary;
- string alert = "Background: ";
- if (aps.ContainsKey(new NSString("alert")))
- {
- alert += ((NSString)aps[new NSString("alert")]).ToString();
- }
-
- if (!string.IsNullOrEmpty(alert))
- {
- UIAlertView avAlert = new UIAlertView("Notification", alert, null, "OK", null);
- avAlert.Show();
- }
- }
-
- ///
- public override void DidReceiveRemoteNotification(UIApplication application, NSDictionary userInfo, Action completionHandler)
- {
- var notification = new PushNotification() { Received = DateTimeOffset.UtcNow };
- var alert = string.Empty;
- NSDictionary aps = userInfo.ObjectForKey(new NSString("aps")) as NSDictionary;
- if (IsDataNotification(aps))
- {
- alert += "Background";
- notification.Title = "Background notification";
- notification.Data = Convert(userInfo);
- }
- else
- {
- NSDictionary alertDetails = aps?.ObjectForKey(new NSString("alert")) as NSDictionary;
- notification.Title = GetProperty(alertDetails, "title");
- notification.Body = GetProperty(alertDetails, "body");
- notification.Data = Convert(aps);
- alert += "Foreground - " + notification.Title;
- }
-
- Receiver.Notify(notification);
-
- if (!string.IsNullOrEmpty(alert))
- {
- UIAlertView avAlert = new UIAlertView("Notification", alert, null, "OK", null);
- avAlert.Show();
- }
-
- bool IsDataNotification(NSDictionary dict) => dict.ContainsKey(new NSString("content-available"));
-
- string GetProperty(NSDictionary dict, string key)
- {
- if (dict is null)
- {
- return string.Empty;
- }
-
- return dict.ContainsKey(new NSString(key))
- ? ((NSString)dict[new NSString(key)]).ToString()
- : string.Empty;
- }
- }
-
- private static Dictionary Convert(NSDictionary nativeDict)
- {
- if (nativeDict is null)
- {
- return new Dictionary();
- }
-
- return nativeDict.ToDictionary, string, string>(
- item => (NSString)item.Key, item => item.Value.ToString());
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush.iOS/Application.cs b/examples/DotnetPush/DotnetPush.iOS/Application.cs
deleted file mode 100644
index 740373833..000000000
--- a/examples/DotnetPush/DotnetPush.iOS/Application.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-
-using Foundation;
-using UIKit;
-
-namespace DotnetPush.iOS
-{
- public static class Application
- {
- // This is the main entry point of the application.
- private static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, "AppDelegate");
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
deleted file mode 100644
index 98f4d035c..000000000
--- a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
+++ /dev/null
@@ -1,117 +0,0 @@
-{
- "images": [
- {
- "scale": "2x",
- "size": "20x20",
- "idiom": "iphone",
- "filename": "Icon40.png"
- },
- {
- "scale": "3x",
- "size": "20x20",
- "idiom": "iphone",
- "filename": "Icon60.png"
- },
- {
- "scale": "2x",
- "size": "29x29",
- "idiom": "iphone",
- "filename": "Icon58.png"
- },
- {
- "scale": "3x",
- "size": "29x29",
- "idiom": "iphone",
- "filename": "Icon87.png"
- },
- {
- "scale": "2x",
- "size": "40x40",
- "idiom": "iphone",
- "filename": "Icon80.png"
- },
- {
- "scale": "3x",
- "size": "40x40",
- "idiom": "iphone",
- "filename": "Icon120.png"
- },
- {
- "scale": "2x",
- "size": "60x60",
- "idiom": "iphone",
- "filename": "Icon120.png"
- },
- {
- "scale": "3x",
- "size": "60x60",
- "idiom": "iphone",
- "filename": "Icon180.png"
- },
- {
- "scale": "1x",
- "size": "20x20",
- "idiom": "ipad",
- "filename": "Icon20.png"
- },
- {
- "scale": "2x",
- "size": "20x20",
- "idiom": "ipad",
- "filename": "Icon40.png"
- },
- {
- "scale": "1x",
- "size": "29x29",
- "idiom": "ipad",
- "filename": "Icon29.png"
- },
- {
- "scale": "2x",
- "size": "29x29",
- "idiom": "ipad",
- "filename": "Icon58.png"
- },
- {
- "scale": "1x",
- "size": "40x40",
- "idiom": "ipad",
- "filename": "Icon40.png"
- },
- {
- "scale": "2x",
- "size": "40x40",
- "idiom": "ipad",
- "filename": "Icon80.png"
- },
- {
- "scale": "1x",
- "size": "76x76",
- "idiom": "ipad",
- "filename": "Icon76.png"
- },
- {
- "scale": "2x",
- "size": "76x76",
- "idiom": "ipad",
- "filename": "Icon152.png"
- },
- {
- "scale": "2x",
- "size": "83.5x83.5",
- "idiom": "ipad",
- "filename": "Icon167.png"
- },
- {
- "scale": "1x",
- "size": "1024x1024",
- "idiom": "ios-marketing",
- "filename": "Icon1024.png"
- }
- ],
- "properties": {},
- "info": {
- "version": 1,
- "author": "xcode"
- }
-}
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png
deleted file mode 100644
index 9174c989a..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png
deleted file mode 100644
index 9c60a1761..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png
deleted file mode 100644
index 448d6efb5..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png
deleted file mode 100644
index 8524768f8..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png
deleted file mode 100644
index 60a64703c..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png
deleted file mode 100644
index 45268a641..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png
deleted file mode 100644
index 6a6c77a8b..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png
deleted file mode 100644
index cc7edcf5c..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png
deleted file mode 100644
index 1ad04f004..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png
deleted file mode 100644
index 2dd52620a..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png
deleted file mode 100644
index b058cae2f..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png
deleted file mode 100644
index 02e47a261..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png b/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png
deleted file mode 100644
index 4954a4bd3..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/DotnetPush.iOS.csproj b/examples/DotnetPush/DotnetPush.iOS/DotnetPush.iOS.csproj
deleted file mode 100644
index 96c7f0b36..000000000
--- a/examples/DotnetPush/DotnetPush.iOS/DotnetPush.iOS.csproj
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
- Debug
- iPhoneSimulator
- 8.0.30703
- 2.0
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}
- {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- {89a4fe7c-635d-49c9-8d8c-5cd363c0d68d}
- Exe
- DotnetPush.iOS
- Resources
- DotnetPush.iOS
- true
- ..\..\..\src\IO.Ably.ruleset
- true
- NSUrlSessionHandler
- automatic
-
-
- true
- portable
- false
- bin\iPhoneSimulator\Debug
- DEBUG
- prompt
- 4
- x86_64
- None
- true
- ..\..\..\src\IO.Ably.ruleset
- VS: com.companyname.DotnetPush Development
- Apple Development: Martin Georgiev (M8ZL9UMJP9)
-
-
- none
- true
- bin\iPhoneSimulator\Release
- prompt
- 4
- None
- ..\..\..\src\IO.Ably.ruleset
- x86_64
-
-
- true
- portable
- false
- bin\iPhone\Debug
- DEBUG
- prompt
- 4
- ARM64
- true
- Entitlements.plist
- None
- ..\..\..\src\IO.Ably.ruleset
- -all
- Local development
-
-
- none
- true
- bin\iPhone\Release
- prompt
- 4
- ARM64
- ..\..\..\src\IO.Ably.ruleset
- Entitlements.plist
- Local development
- SdkOnly
-
-
-
-
-
-
-
-
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {e1a8fde2-fefc-403e-99a0-f13847b1495e}
- IO.Ably.Push.iOS
-
-
- {181C3DF6-5C17-4A68-83B9-1CEBE3DE5445}
- DotnetPush
-
-
- {97ED15E5-6546-4437-BF4F-B929700CE922}
- IO.Ably.NETStandard20
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush.iOS/Entitlements.plist b/examples/DotnetPush/DotnetPush.iOS/Entitlements.plist
deleted file mode 100644
index 903def2af..000000000
--- a/examples/DotnetPush/DotnetPush.iOS/Entitlements.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- aps-environment
- development
-
-
diff --git a/examples/DotnetPush/DotnetPush.iOS/Info.plist b/examples/DotnetPush/DotnetPush.iOS/Info.plist
deleted file mode 100644
index c5ad8579e..000000000
--- a/examples/DotnetPush/DotnetPush.iOS/Info.plist
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
- UIDeviceFamily
-
- 1
- 2
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- MinimumOSVersion
- 8.0
- CFBundleDisplayName
- DotnetPush
- CFBundleVersion
- 1.0
- UILaunchStoryboardName
- LaunchScreen
- CFBundleName
- DotnetPush
- XSAppIconAssets
- Assets.xcassets/AppIcon.appiconset
- UIBackgroundModes
-
- remote-notification
-
- CFBundleIdentifier
- com.ably.dotnet.push
-
-
-
diff --git a/examples/DotnetPush/DotnetPush.iOS/Properties/AssemblyInfo.cs b/examples/DotnetPush/DotnetPush.iOS/Properties/AssemblyInfo.cs
deleted file mode 100644
index 77300faee..000000000
--- a/examples/DotnetPush/DotnetPush.iOS/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyCompany("Ably")]
-[assembly: AssemblyProduct("Ably .NET iOS Push Example")]
-[assembly: AssemblyCopyright("Copyright 2015-2022 Ably Real-time Ltd (ably.com)")]
-[assembly: ComVisible(false)]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/Default-568h@2x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/Default-568h@2x.png
deleted file mode 100644
index 26c6461e5..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/Default-568h@2x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/Default-Portrait.png b/examples/DotnetPush/DotnetPush.iOS/Resources/Default-Portrait.png
deleted file mode 100644
index 5d0d1ab4c..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/Default-Portrait.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/Default-Portrait@2x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/Default-Portrait@2x.png
deleted file mode 100644
index 0ee2688e8..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/Default-Portrait@2x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/Default.png b/examples/DotnetPush/DotnetPush.iOS/Resources/Default.png
deleted file mode 100644
index b74643c0a..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/Default.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/Default@2x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/Default@2x.png
deleted file mode 100644
index dbd6bd3e8..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/Default@2x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/LaunchScreen.storyboard b/examples/DotnetPush/DotnetPush.iOS/Resources/LaunchScreen.storyboard
deleted file mode 100644
index a639c2f1a..000000000
--- a/examples/DotnetPush/DotnetPush.iOS/Resources/LaunchScreen.storyboard
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about.png b/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about.png
deleted file mode 100644
index 48845257c..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about@2x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about@2x.png
deleted file mode 100644
index f9ba9f963..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about@2x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about@3x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about@3x.png
deleted file mode 100644
index fa470c26d..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_about@3x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed.png b/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed.png
deleted file mode 100644
index fdf6daf8c..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed@2x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed@2x.png
deleted file mode 100644
index 845d96c75..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed@2x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed@3x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed@3x.png
deleted file mode 100644
index 812cf73db..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/icon_feed@3x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo.png b/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo.png
deleted file mode 100644
index 7d5007d18..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo@2x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo@2x.png
deleted file mode 100644
index a5b9fc0e4..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo@2x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo@3x.png b/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo@3x.png
deleted file mode 100644
index b36d00ed6..000000000
Binary files a/examples/DotnetPush/DotnetPush.iOS/Resources/xamarin_logo@3x.png and /dev/null differ
diff --git a/examples/DotnetPush/DotnetPush/AblySettings.cs b/examples/DotnetPush/DotnetPush/AblySettings.cs
deleted file mode 100644
index 12e835528..000000000
--- a/examples/DotnetPush/DotnetPush/AblySettings.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-using Xamarin.Essentials;
-
-namespace DotnetPush
-{
- ///
- /// Helper class to access saved settings.
- ///
- public static class AblySettings
- {
- private const string ClientIdPreferenceKey = "ABLY_CLIENT_ID";
-
- ///
- /// ClientId.
- ///
- public static string ClientId
- {
- get => Preferences.Get(ClientIdPreferenceKey, string.Empty);
- set => Preferences.Set(ClientIdPreferenceKey, value);
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/App.xaml b/examples/DotnetPush/DotnetPush/App.xaml
deleted file mode 100644
index c3214f489..000000000
--- a/examples/DotnetPush/DotnetPush/App.xaml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
- #2196F3
-
-
-
-
diff --git a/examples/DotnetPush/DotnetPush/App.xaml.cs b/examples/DotnetPush/DotnetPush/App.xaml.cs
deleted file mode 100644
index 445dd8014..000000000
--- a/examples/DotnetPush/DotnetPush/App.xaml.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using IO.Ably;
-using Xamarin.Forms;
-
-namespace DotnetPush
-{
- ///
- /// Xamarin Application entry point.
- ///
- public partial class App
- {
- ///
- /// Initializes a new instance of the class.
- ///
- /// Ably client.
- /// Instance of the AppLoggerSink so we can display and analyze logs inside the app.
- /// Receives push notifications from Android or iOS.
- public App(IRealtimeClient realtimeClient, AppLoggerSink loggerSink, PushNotificationReceiver receiver)
- {
- InitializeComponent();
-
- DependencyService.RegisterSingleton(realtimeClient);
- DependencyService.RegisterSingleton(loggerSink);
- DependencyService.RegisterSingleton(receiver);
- MainPage = new AppShell();
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/AppLoggerSink.cs b/examples/DotnetPush/DotnetPush/AppLoggerSink.cs
deleted file mode 100644
index d983f0058..000000000
--- a/examples/DotnetPush/DotnetPush/AppLoggerSink.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-using System.Collections.Generic;
-using System.Linq;
-using DotnetPush.Models;
-using IO.Ably;
-
-namespace DotnetPush
-{
- ///
- public class AppLoggerSink : ILoggerSink
- {
- private object _lock = new object();
-
- ///
- /// Exposes a List of LogEntries.
- ///
- private List Messages { get; set; } = new List();
-
- ///
- /// Get messages.
- ///
- /// Returns logged messages.
- public IEnumerable GetMessages()
- {
- lock (_lock)
- {
- return Messages.ToList();
- }
- }
-
- ///
- public void LogEvent(LogLevel level, string message)
- {
- lock (_lock)
- {
- // We don't want to log the heartbeat events otherwise the logs get really busy.
- if (message.Contains("Heartbeat") == false)
- {
- Messages.Add(new LogEntry(level, message));
- }
- }
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/AppShell.xaml b/examples/DotnetPush/DotnetPush/AppShell.xaml
deleted file mode 100644
index e971470b6..000000000
--- a/examples/DotnetPush/DotnetPush/AppShell.xaml
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/examples/DotnetPush/DotnetPush/AppShell.xaml.cs b/examples/DotnetPush/DotnetPush/AppShell.xaml.cs
deleted file mode 100644
index b1c471aa4..000000000
--- a/examples/DotnetPush/DotnetPush/AppShell.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-using DotnetPush.ViewModels;
-using DotnetPush.Views;
-using System;
-using System.Collections.Generic;
-using Xamarin.Forms;
-
-namespace DotnetPush
-{
- ///
- public partial class AppShell : Shell
- {
- ///
- /// Initializes a new instance of the class.
- ///
- public AppShell()
- {
- InitializeComponent();
- }
-
- private async void OnMenuItemClicked(object sender, EventArgs e)
- {
- await Current.GoToAsync("//LogPage");
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/AssemblyInfo.cs b/examples/DotnetPush/DotnetPush/AssemblyInfo.cs
deleted file mode 100644
index 2bc1c8217..000000000
--- a/examples/DotnetPush/DotnetPush/AssemblyInfo.cs
+++ /dev/null
@@ -1,3 +0,0 @@
-using Xamarin.Forms.Xaml;
-
-[assembly: XamlCompilation(XamlCompilationOptions.Compile)]
diff --git a/examples/DotnetPush/DotnetPush/DotnetPush.csproj b/examples/DotnetPush/DotnetPush/DotnetPush.csproj
deleted file mode 100644
index 6adfffb41..000000000
--- a/examples/DotnetPush/DotnetPush/DotnetPush.csproj
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
- netstandard2.0
- true
- ..\..\..\src\IO.Ably.ruleset
-
-
-
-
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers
-
-
-
-
-
-
-
-
-
-
-
-
- true
- bin\Debug\DotnetPush.xml
-
-
-
- true
- bin\Release\DotnetPush.xml
-
-
-
-
- StatePage.xaml
- Code
-
-
- ChannelsPage.xaml
- Code
-
-
- NotificationsPage.xaml
- Code
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush/GettingStarted.txt b/examples/DotnetPush/DotnetPush/GettingStarted.txt
deleted file mode 100644
index 411f64bde..000000000
--- a/examples/DotnetPush/DotnetPush/GettingStarted.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Welcome to Xamarin.Forms! Here are some tips to get started building your app.
-
-Building Your App UI
---------------------
-
-XAML Hot Reload quickly applies UI changes as you make them to your running app.
-This is the most productive way to preview and iteratively create your UI.
-
-Try it out:
-
-1. Run the app by clicking the Start Debugging (play) button in the above toolbar.
-2. Open \Views\AboutPage.xaml.
- Don't stop the app - keep it running while making changes.
-3. Change something! Hint: change the Accent color on line 14 from "#96d1ff" to "Pink".
-4. Watch the About screen update on the device or emulator, with the logo background now pink.
-
-Keep going and try more changes!
-
-QuickStart Guide
-----------------
-
-Learn more of the fundamentals for building apps with Xamarin here: https://aka.ms/xamarin-quickstart
-
-Your App Shell
---------------
-
-This template uses Shell, an app container that reduces the complexity of your apps by providing fundamental features including:
-
-- A single place to describe the app's visual hierarchy.
-- Common navigation such as a flyout menu and tabs.
-- A URI-based navigation scheme that permits navigation to any page in the application.
-- An integrated search handler.
-
-Open AppShell.xaml to begin exploring. To learn more about Shell visit: https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/shell/introduction
diff --git a/examples/DotnetPush/DotnetPush/Infrastructure/Helpers.cs b/examples/DotnetPush/DotnetPush/Infrastructure/Helpers.cs
deleted file mode 100644
index c5c07efb8..000000000
--- a/examples/DotnetPush/DotnetPush/Infrastructure/Helpers.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System;
-using System.Threading.Tasks;
-
-namespace DotnetPush.Infrastructure
-{
- ///
- /// Helpers.
- ///
- public static class Helpers
- {
- ///
- /// Executes an action after a specified interval in milliseconds.
- ///
- /// what to execute.
- /// how many milliseconds to wait.
- /// Async operation.
- public static async Task DelayAction(Func action, int delayInMs = 2000)
- {
- await Task.Delay(delayInMs);
- await action();
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/Models/AblyChannel.cs b/examples/DotnetPush/DotnetPush/Models/AblyChannel.cs
deleted file mode 100644
index be1078f68..000000000
--- a/examples/DotnetPush/DotnetPush/Models/AblyChannel.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-namespace DotnetPush.ViewModels
-{
- ///
- /// Describes a channel in the UI.
- ///
- public class AblyChannel
- {
- ///
- /// Name of the ably channel.
- ///
- public string Name { get; set; }
-
- ///
- /// Constructor.
- ///
- /// Name of the channel.
- public AblyChannel(string name)
- {
- Name = name;
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/Models/LogEntry.cs b/examples/DotnetPush/DotnetPush/Models/LogEntry.cs
deleted file mode 100644
index d2f87883b..000000000
--- a/examples/DotnetPush/DotnetPush/Models/LogEntry.cs
+++ /dev/null
@@ -1,65 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using IO.Ably;
-
-namespace DotnetPush.Models
-{
- ///
- /// Used to keep data from remote messages.
- ///
- public class PushNotification
- {
- ///
- /// Title.
- ///
- public string Title { get; set; }
-
- ///
- /// Body.
- ///
- public string Body { get; set; }
-
- ///
- /// Flattened Data dictionary.
- ///
- public string DataText => Data == null ? "No data" : string.Join(" | ", Data.Select(kv => $"{kv.Key}-{kv.Value}"));
-
- ///
- /// Additional data.
- ///
- public Dictionary Data { get; set; } = new Dictionary();
-
- ///
- /// When the phone received the message.
- ///
- public DateTimeOffset Received { get; set; }
- }
-
- ///
- /// Class used to keep Ably log entries.
- ///
- public class LogEntry
- {
- ///
- /// Initializes a new instance of the class.
- ///
- /// Log level.
- /// Log message.
- public LogEntry(LogLevel level, string message)
- {
- Level = level;
- Message = message;
- }
-
- ///
- /// Log level property.
- ///
- public LogLevel Level { get; set; }
-
- ///
- /// Log message.
- ///
- public string Message { get; set; }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/Models/StateModel.cs b/examples/DotnetPush/DotnetPush/Models/StateModel.cs
deleted file mode 100644
index ea8a66c67..000000000
--- a/examples/DotnetPush/DotnetPush/Models/StateModel.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-namespace DotnetPush.Models
-{
- ///
- /// Class to hold the data stored in device storage which can be displayed on the State page.
- ///
- public class StateModel
- {
- ///
- /// Property for realtime push LocalDevice state.
- ///
- public DeviceState Device { get; set; } = new DeviceState();
-
- ///
- /// Property for realtime ActivationStateMachine state.
- ///
- public StateMachineState StateMachine { get; set; } = new StateMachineState();
- }
-
- ///
- /// Class to hold LocalDevice state data.
- ///
- public class DeviceState
- {
- ///
- /// Device id.
- ///
- public string DeviceId { get; set; }
-
- ///
- /// Client id.
- ///
- public string ClientId { get; set; }
-
- ///
- /// Device secret.
- ///
- public string DeviceSecret { get; set; }
-
- ///
- /// Device token.
- ///
- public string DeviceToken { get; set; }
-
- ///
- /// Token type.
- ///
- public string TokenType { get; set; }
-
- ///
- /// Token value.
- ///
- public string Token { get; set; }
- }
-
- ///
- /// Class to hold ActivationStateMachine state.
- ///
- public class StateMachineState
- {
- ///
- /// Stores the class name of the current ActivationStateMachine state.
- ///
- public string CurrentState { get; set; }
-
- ///
- /// Stores a list of pending events.
- ///
- public string PendingEvents { get; set; }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/PushNotificationReceiver.cs b/examples/DotnetPush/DotnetPush/PushNotificationReceiver.cs
deleted file mode 100644
index 3b03e64a6..000000000
--- a/examples/DotnetPush/DotnetPush/PushNotificationReceiver.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using DotnetPush.Models;
-
-namespace DotnetPush
-{
- ///
- /// Wrapper class for ReceivedPushNotification event handler.
- ///
- public class PushNotificationReceiver
- {
- ///
- /// Push notification handler.
- ///
- /// Notification.
- public delegate void PushNotificationHandler(PushNotification notification);
-
- ///
- /// Handles PushNotificationEvents.
- ///
- public event PushNotificationHandler ReceivedPushNotification = _ => { };
-
- ///
- /// Trigger notification about a push message.
- ///
- /// PushNotification that was received.
- public void Notify(PushNotification notification) => ReceivedPushNotification?.Invoke(notification);
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/ViewModels/BaseViewModel.cs b/examples/DotnetPush/DotnetPush/ViewModels/BaseViewModel.cs
deleted file mode 100644
index 64c9197b9..000000000
--- a/examples/DotnetPush/DotnetPush/ViewModels/BaseViewModel.cs
+++ /dev/null
@@ -1,87 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Runtime.CompilerServices;
-using IO.Ably;
-using Xamarin.Forms;
-
-namespace DotnetPush.ViewModels
-{
- ///
- /// Base view model class. It implements INotificationPropertyChanged and exposes SetProperty method which
- /// makes implementing notification properties easier.
- ///
- public class BaseViewModel : INotifyPropertyChanged
- {
- ///
- public event PropertyChangedEventHandler PropertyChanged;
-
- ///
- /// Resolves an instance of AblyRealtime.
- ///
- public IRealtimeClient Ably => DependencyService.Get();
-
- private bool _isBusy = false;
-
- ///
- /// Whether the page is busy i.e. there is a background operation which we are waiting to complete.
- ///
- public bool IsBusy
- {
- get => _isBusy;
- set => SetProperty(ref _isBusy, value);
- }
-
- private string _title = string.Empty;
-
- ///
- /// Page title.
- ///
- public string Title
- {
- get => _title;
- set => SetProperty(ref _title, value);
- }
-
- ///
- /// Set Property value and trigger PropertyChanged event if needed.
- ///
- /// Property backing store.
- /// New property value.
- /// Property name.
- /// Action to be executed if the property has changed.
- /// Type of the property.
- /// `True` if the property has changed and `False` if it hasn't.
- protected bool SetProperty(
- ref T backingStore,
- T value,
- [CallerMemberName] string propertyName = "",
- Action onChanged = null)
- {
- if (EqualityComparer.Default.Equals(backingStore, value))
- {
- return false;
- }
-
- backingStore = value;
- onChanged?.Invoke();
- OnPropertyChanged(propertyName);
- return true;
- }
-
- ///
- /// Triggers PropertyChanged event.
- ///
- /// name of the property which value has changed.
- protected void OnPropertyChanged([CallerMemberName] string propertyName = "")
- {
- var changed = PropertyChanged;
- if (changed is null)
- {
- return;
- }
-
- changed.Invoke(this, new PropertyChangedEventArgs(propertyName));
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/ViewModels/ChannelsViewModel.cs b/examples/DotnetPush/DotnetPush/ViewModels/ChannelsViewModel.cs
deleted file mode 100644
index a0f756884..000000000
--- a/examples/DotnetPush/DotnetPush/ViewModels/ChannelsViewModel.cs
+++ /dev/null
@@ -1,163 +0,0 @@
-using System.Collections.ObjectModel;
-using System.Threading.Tasks;
-using IO.Ably;
-using IO.Ably.Push;
-using Xamarin.Forms;
-using static DotnetPush.Infrastructure.Helpers;
-
-namespace DotnetPush.ViewModels
-{
- ///
- /// View model for the Log page.
- ///
- public class ChannelsViewModel : BaseViewModel
- {
- private string _channelName;
- private string _message;
- private bool _messageIsVisible;
-
- ///
- /// Command to Load log entries.
- ///
- public Command LoadChannelsCommand { get; }
-
- ///
- /// Subscribes current device to channel.
- ///
- public Command SubscribeToChannel { get; }
-
- ///
- /// Unsubscribe from a channel.
- ///
- public Command UnSubscribeFromChannel { get; }
-
- ///
- /// Initializes a new instance of the class.
- ///
- public ChannelsViewModel()
- {
- ChannelsCollection = new ObservableCollection();
- UnSubscribeFromChannel = new Command(async channelName =>
- {
- await Ably.Channels.Get(channelName).Push.UnsubscribeDevice();
- await ExecuteLoadItemsCommand(); // Make sure we reload the channels list
-
- Message = $"Unsubscribed from channel {channelName}";
- MessageIsVisible = true;
-
- DelayAction(() =>
- {
- Message = string.Empty;
- MessageIsVisible = false;
- return Task.CompletedTask;
- });
- });
- LoadChannelsCommand = new Command(async () => await ExecuteLoadItemsCommand());
- SubscribeToChannel = new Command(async () =>
- {
- MessageIsVisible = false;
-
- if (string.IsNullOrEmpty(ChannelName))
- {
- Message = "Please enter a channel name";
- return;
- }
-
- if (ChannelName.StartsWith("push:") == false)
- {
- Message = "Make sure the 'push:' channel namespace is set.";
- return;
- }
-
- try
- {
- await Ably.Channels.Get(ChannelName).Push.SubscribeDevice();
- await ExecuteLoadItemsCommand(); // Make sure we reload the channels list
- }
- catch (AblyException e)
- {
- Message = $"Error subscribing device to channel. Messages: {e.Message}. Code: {e.ErrorInfo.Code}";
- }
-
- ChannelName = string.Empty;
- });
- }
-
- ///
- /// Observable collection of LogEntries.
- ///
- public ObservableCollection ChannelsCollection { get; set; }
-
- ///
- /// Channel name.
- ///
- public string ChannelName
- {
- get => _channelName;
- set => SetProperty(ref _channelName, value);
- }
-
- ///
- /// Message.
- ///
- public string Message
- {
- get => _message;
- set
- {
- if (string.IsNullOrWhiteSpace(_message) == false)
- {
- MessageIsVisible = true;
- }
-
- SetProperty(ref _message, value);
- }
- }
-
- ///
- /// Show / Hide message label.
- ///
- public bool MessageIsVisible
- {
- get => _messageIsVisible;
- set => SetProperty(ref _messageIsVisible, value);
- }
-
- private async Task ExecuteLoadItemsCommand()
- {
- IsBusy = true;
-
- try
- {
- ChannelsCollection.Clear();
- var device = Ably.Device;
-
- if (device.IsRegistered == false)
- {
- Message = "Cannot get subscriptions when the local device is not registered";
- return;
- }
-
- // For this information you need to have PushAdmin permissions for the app. Usually that will not be the case for mobile app. I'm adding it here because
- // it helps with debugging.
- var subscriptions = await Ably.Push.Admin.ChannelSubscriptions.ListAsync(ListSubscriptionsRequest.WithDeviceId(channel: null, device.Id));
- foreach (var subscription in subscriptions.Items)
- {
- ChannelsCollection.Add(new AblyChannel(subscription.Channel));
- }
- }
- finally
- {
- IsBusy = false;
- }
- }
-
- ///
- /// Executed before the View is displayed.
- ///
- public void OnAppearing()
- {
- IsBusy = true;
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/ViewModels/LogViewModel.cs b/examples/DotnetPush/DotnetPush/ViewModels/LogViewModel.cs
deleted file mode 100644
index 71c92be0b..000000000
--- a/examples/DotnetPush/DotnetPush/ViewModels/LogViewModel.cs
+++ /dev/null
@@ -1,101 +0,0 @@
-using DotnetPush.Views;
-using System;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
-using System.Text;
-using System.Threading.Tasks;
-using DotnetPush.Models;
-using Xamarin.Forms;
-
-namespace DotnetPush.ViewModels
-{
- ///
- /// View model for the Log page.
- ///
- public class LogViewModel : BaseViewModel
- {
- ///
- /// The current LoggerSink.
- ///
- public AppLoggerSink LoggerSink => DependencyService.Get();
-
- ///
- /// A flag used to filter the displayed logs. If `true` it will show logs only starting with ActivationStateMachine and
- /// if `false` it will show all AblyRealtime logs.
- /// Default: false.
- ///
- public bool ShowOnlyStateMachineLogs { get; set; } = false;
-
- ///
- /// Command to Load log entries.
- ///
- public Command LoadLogEntriesCommand { get; }
-
- ///
- /// Command to toggle ShowOnlyStateMachineLogs flag and reload the entries.
- ///
- public Command FilterItemsCommand { get; }
-
- ///
- /// Initializes a new instance of the class.
- ///
- public LogViewModel()
- {
- LogEntries = new ObservableCollection();
- LoadLogEntriesCommand = new Command(async () => await ExecuteLoadItemsCommand());
- FilterItemsCommand = new Command(async () =>
- {
- ShowOnlyStateMachineLogs = !ShowOnlyStateMachineLogs;
- await ExecuteLoadItemsCommand();
- });
- }
-
- ///
- /// Observable collection of LogEntries.
- ///
- public ObservableCollection LogEntries { get; set; }
-
- private Task ExecuteLoadItemsCommand()
- {
- IsBusy = true;
-
- try
- {
- LogEntries.Clear();
- foreach (var item in LoggerSink.GetMessages())
- {
- switch (ShowOnlyStateMachineLogs)
- {
- case true:
- {
- if (item.Message.Contains("ActivationStateMachine"))
- {
- LogEntries.Add(item);
- }
-
- break;
- }
-
- default:
- LogEntries.Add(item);
- break;
- }
- }
- }
- finally
- {
- IsBusy = false;
- }
-
- return Task.CompletedTask;
- }
-
- ///
- /// Executed before the View is displayed.
- ///
- public void OnAppearing()
- {
- IsBusy = true;
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/ViewModels/NotificationsModel.cs b/examples/DotnetPush/DotnetPush/ViewModels/NotificationsModel.cs
deleted file mode 100644
index a01ac9c8a..000000000
--- a/examples/DotnetPush/DotnetPush/ViewModels/NotificationsModel.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-using System.Collections.ObjectModel;
-using DotnetPush.Models;
-using Xamarin.Forms;
-
-namespace DotnetPush.ViewModels
-{
- ///
- /// View model for the Log page.
- ///
- public class NotificationsModel : BaseViewModel
- {
- ///
- /// The current NotificationReceiver.
- ///
- public PushNotificationReceiver NotificationReceiver => DependencyService.Get();
-
- ///
- /// Initializes a new instance of the class.
- ///
- public NotificationsModel()
- {
- Notifications = new ObservableCollection();
- NotificationReceiver.ReceivedPushNotification += Notifications.Add;
- }
-
- ///
- /// Observable collection of LogEntries.
- ///
- public ObservableCollection Notifications { get; set; }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/ViewModels/StateViewModel.cs b/examples/DotnetPush/DotnetPush/ViewModels/StateViewModel.cs
deleted file mode 100644
index ad2561239..000000000
--- a/examples/DotnetPush/DotnetPush/ViewModels/StateViewModel.cs
+++ /dev/null
@@ -1,93 +0,0 @@
-using System;
-using System.Threading.Tasks;
-using DotnetPush.Models;
-using Xamarin.Essentials;
-using Xamarin.Forms;
-
-namespace DotnetPush.ViewModels
-{
- ///
- /// View model for the State page.
- ///
- public class StateViewModel : BaseViewModel
- {
- private const string DeviceSettingSharedName = "Ably_Device";
- private const string StateMachineSettingSharedName = "Ably_StateMachine";
- private readonly Action _displayAlert;
- private StateModel _state;
-
- ///
- /// Reads the current device preferences to load state.
- ///
- public Command LoadStateCommand { get; }
-
- ///
- /// Deletes the preferences stored on the device.
- ///
- public Command ClearStateCommand { get; set; }
-
- ///
- /// Initializes a new instance of the class.
- ///
- /// Action called when we need to display an alert message.
- public StateViewModel(Action displayAlert)
- {
- _displayAlert = displayAlert;
- LoadStateCommand = new Command(async () => await LoadState());
- ClearStateCommand = new Command(async () => await ClearState());
- }
-
- private async Task ClearState()
- {
- Preferences.Clear(StateMachineSettingSharedName); // Cannot use PersistKeys.StateMachine.SharedName because it is internal.
- Preferences.Clear(DeviceSettingSharedName); // Cannot use PersistKeys.Device.SharedName because it is internal.
- _displayAlert("State cleared. Restart the application");
- await LoadState();
- }
-
- ///
- /// Stores the current Device State.
- ///
- public StateModel State
- {
- get => _state;
- set => SetProperty(ref _state, value);
- }
-
- private Task LoadState()
- {
- string GetStateMachineProperty(string key) => Preferences.Get(key, "[not set]", StateMachineSettingSharedName); // Cannot use PersistKeys.StateMachine.SharedName because it is internal.
- string GetDeviceProperty(string key) => Preferences.Get(key, "[not set]", DeviceSettingSharedName); // Cannot use PersistKeys.Device.SharedName because it is internal.
-
- var model = new StateModel
- {
- StateMachine =
- {
- CurrentState = GetStateMachineProperty("ABLY_PUSH_CURRENT_STATE"),
- PendingEvents = GetStateMachineProperty("ABLY_PUSH_PENDING_EVENTS")
- },
- Device =
- {
- Token = GetDeviceProperty("ABLY_REGISTRATION_TOKEN"),
- TokenType = GetDeviceProperty("ABLY_REGISTRATION_TOKEN_TYPE"),
- DeviceToken = GetDeviceProperty("ABLY_DEVICE_IDENTITY_TOKEN"),
- DeviceSecret = GetDeviceProperty("ABLY_DEVICE_SECRET"),
- ClientId = GetDeviceProperty("ABLY_CLIENT_ID"),
- DeviceId = GetDeviceProperty("ABLY_DEVICE_ID")
- }
- };
-
- State = model;
-
- return Task.CompletedTask;
- }
-
- ///
- /// Executed before the View is displayed.
- ///
- public void OnAppearing()
- {
- _ = LoadState();
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/ViewModels/SubscribeViewModel.cs b/examples/DotnetPush/DotnetPush/ViewModels/SubscribeViewModel.cs
deleted file mode 100644
index afebe5340..000000000
--- a/examples/DotnetPush/DotnetPush/ViewModels/SubscribeViewModel.cs
+++ /dev/null
@@ -1,58 +0,0 @@
-using System.ComponentModel;
-using System.Windows.Input;
-using IO.Ably.Push;
-using Xamarin.Forms;
-
-namespace DotnetPush.ViewModels
-{
- ///
- /// ViewModel class for the About page.
- ///
- public class SubscribeViewModel : BaseViewModel
- {
- private string _clientId;
- private string _currentState;
-
- ///
- /// Initializes a new instance of the class.
- ///
- public SubscribeViewModel()
- {
- Title = "Subscribe for Push";
-
- ClientId = Ably.ClientId;
-
- ActivatePush = new Command(() => Ably.Push.Activate());
- DeactivatePush = new Command(() => Ably.Push.Deactivate());
- }
-
- ///
- /// Command which will call AblyRealtime.Push.Activate().
- ///
- public ICommand ActivatePush { get; }
-
- ///
- /// Command which will call AblyRealtime.Push.Deactivate().
- ///
- public ICommand DeactivatePush { get; }
-
- ///
- /// Displays current clientId that is set in the library.
- ///
- public string ClientId
- {
- get => _clientId;
- set => SetProperty(ref _clientId, value);
- }
-
- ///
- /// Displays the current State of the ActivationStateMachine. It's only updated
- /// and doesn't show the current loaded state.
- ///
- public string CurrentState
- {
- get => _currentState;
- set => SetProperty(ref _currentState, value);
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/Views/ChannelsPage.xaml b/examples/DotnetPush/DotnetPush/Views/ChannelsPage.xaml
deleted file mode 100644
index 211e349d9..000000000
--- a/examples/DotnetPush/DotnetPush/Views/ChannelsPage.xaml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush/Views/ChannelsPage.xaml.cs b/examples/DotnetPush/DotnetPush/Views/ChannelsPage.xaml.cs
deleted file mode 100644
index fb8609ff0..000000000
--- a/examples/DotnetPush/DotnetPush/Views/ChannelsPage.xaml.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using Xamarin.Forms;
-using Xamarin.Forms.Xaml;
-
-namespace DotnetPush.Views
-{
- ///
- /// Page to show channels with subscriptions.
- ///
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class ChannelsPage : ContentPage
- {
- ///
- /// Initializes a new instance of the class.
- ///
- public ChannelsPage()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/Views/LogPage.xaml b/examples/DotnetPush/DotnetPush/Views/LogPage.xaml
deleted file mode 100644
index 42912b677..000000000
--- a/examples/DotnetPush/DotnetPush/Views/LogPage.xaml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush/Views/LogPage.xaml.cs b/examples/DotnetPush/DotnetPush/Views/LogPage.xaml.cs
deleted file mode 100644
index 8437143b1..000000000
--- a/examples/DotnetPush/DotnetPush/Views/LogPage.xaml.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using DotnetPush.ViewModels;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using Xamarin.Forms;
-using Xamarin.Forms.Xaml;
-
-namespace DotnetPush.Views
-{
- ///
- /// Page to show logs.
- ///
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class LogPage : ContentPage
- {
- ///
- /// Initializes a new instance of the class.
- ///
- public LogPage()
- {
- InitializeComponent();
- BindingContext = new LogViewModel();
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/Views/NotificationsPage.xaml b/examples/DotnetPush/DotnetPush/Views/NotificationsPage.xaml
deleted file mode 100644
index ad14a47eb..000000000
--- a/examples/DotnetPush/DotnetPush/Views/NotificationsPage.xaml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush/Views/NotificationsPage.xaml.cs b/examples/DotnetPush/DotnetPush/Views/NotificationsPage.xaml.cs
deleted file mode 100644
index f6c7ba6fb..000000000
--- a/examples/DotnetPush/DotnetPush/Views/NotificationsPage.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-using DotnetPush.ViewModels;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using Xamarin.Forms;
-using Xamarin.Forms.Xaml;
-
-namespace DotnetPush.Views
-{
- ///
- /// Page to show logs.
- ///
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class NotificationsPage : ContentPage
- {
- ///
- /// Initializes a new instance of the class.
- ///
- public NotificationsPage()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/Views/StatePage.xaml b/examples/DotnetPush/DotnetPush/Views/StatePage.xaml
deleted file mode 100644
index a48b4d46a..000000000
--- a/examples/DotnetPush/DotnetPush/Views/StatePage.xaml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/DotnetPush/DotnetPush/Views/StatePage.xaml.cs b/examples/DotnetPush/DotnetPush/Views/StatePage.xaml.cs
deleted file mode 100644
index fc263adb0..000000000
--- a/examples/DotnetPush/DotnetPush/Views/StatePage.xaml.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using DotnetPush.ViewModels;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using Xamarin.Forms;
-using Xamarin.Forms.Xaml;
-
-namespace DotnetPush.Views
-{
- ///
- /// Page to display the phone's Ably RealtimePush state.
- ///
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class StatePage : ContentPage
- {
- ///
- /// Initializes a new instance of the class.
- ///
- public StatePage()
- {
- InitializeComponent();
- BindingContext = new StateViewModel((message) => DisplayAlert("Alert", message, "ok"));
- }
- }
-}
diff --git a/examples/DotnetPush/DotnetPush/Views/SubscribePage.xaml b/examples/DotnetPush/DotnetPush/Views/SubscribePage.xaml
deleted file mode 100644
index 2c5a9fdfb..000000000
--- a/examples/DotnetPush/DotnetPush/Views/SubscribePage.xaml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
- #96d1ff
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/examples/DotnetPush/DotnetPush/Views/SubscribePage.xaml.cs b/examples/DotnetPush/DotnetPush/Views/SubscribePage.xaml.cs
deleted file mode 100644
index 86bf8a648..000000000
--- a/examples/DotnetPush/DotnetPush/Views/SubscribePage.xaml.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using Xamarin.Forms;
-
-namespace DotnetPush.Views
-{
- ///
- /// About page.
- ///
- public partial class SubscribePage : ContentPage
- {
- ///
- /// Initializes a new instance of the class.
- ///
- public SubscribePage()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/examples/DotnetPush/Readme.md b/examples/DotnetPush/Readme.md
deleted file mode 100644
index 27f10b8ba..000000000
--- a/examples/DotnetPush/Readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# DotNet Push
-
-DotNet push is built for testing Push notifications. It can be used as a starting point for new projects as it shows how the Ably sdk is setup for push notification.
-
-## Setup
-
-To setup the projects you need to get setup for push notifications. Read the `PushNotifications.md` in the root of the repository first.
-
-For Android you need to use an emulator with Google Services enabled or a physical device, for Apple you need to have a physical device as Push notifications do not work on the emulator.
-
-## The App
-
-Now everything is setup, here is what you can do:
-
-1. Activate / Deactivate Push notifications for the device.
-2. View / Subscribe for push notifications on specific channels. The Channels screen does not subscribe for normal Ably messages but only for Push notifications. You can also see what channels is the current device subscribed to.
-3. Notification: This screen shows all the Push notification received by the app. It helps you debug what data is being sent and received on the device.
-4. State: The state screen shows the internal state of the Push notification implementation. It is there to help debug the implementation.
-5. Logs: Shows the Ably SDK internal log.
diff --git a/examples/NotificationsPublisher/NotificationsPublisher.csproj b/examples/NotificationsPublisher/NotificationsPublisher.csproj
index 189ae6a6f..8a93d385f 100644
--- a/examples/NotificationsPublisher/NotificationsPublisher.csproj
+++ b/examples/NotificationsPublisher/NotificationsPublisher.csproj
@@ -8,7 +8,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers
diff --git a/nuget.config b/nuget.config
new file mode 100644
index 000000000..4e800bf67
--- /dev/null
+++ b/nuget.config
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/nuget/ably.pubsub.core.nuspec b/nuget/ably.pubsub.core.nuspec
new file mode 100644
index 000000000..bec111641
--- /dev/null
+++ b/nuget/ably.pubsub.core.nuspec
@@ -0,0 +1,51 @@
+
+
+
+ Ably.PubSub.Core
+ $version$
+ Ably.PubSub.Core
+ Martin Georgiev, Sachin Shinde, Yavor Ivanov, Jack Rutherford, Tom Kirby-Green
+ Ably Real-time Ltd
+ Apache-2.0
+ https://github.com/ably/ably-dotnet
+ icon.png
+ README.md
+ false
+ Internal implementation package for Ably's own Ably.PubSub.Device and Ably.PubSub.Server packages. It is not intended for direct use. Install Ably.PubSub.Server in a server-side application, or Ably.PubSub.Device in an end-user device application, and create clients through those packages' factory methods. This package carries the shared Ably Pub/Sub implementation (pub-sub messaging, presence, message history, push administration) and is resolved transitively; referencing it directly means the clients you create are not classified as device-side or server-side, which Ably's platform behaviour and billing depend on. See https://www.ably.com for more info.
+ https://github.com/ably/ably-dotnet/releases
+ ©2026 Ably Real-time Ltd
+ ably realtime messaging websocket pubsub presence dotnet csharp maui netstandard unity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/nuget/io.ably.nuspec b/nuget/io.ably.nuspec
deleted file mode 100644
index ee72efde9..000000000
--- a/nuget/io.ably.nuspec
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
- ably.io
- $version$
- ably.io
- Martin Georgiev, Sachin Shinde, Yavor Ivanov, Jack Rutherford, Tom Kirby-Green
- Ably Real-time Ltd
- Apache-2.0
- https://github.com/ably/ably-dotnet
- icon.png
- README.md
- false
- Ably is a realtime data delivery platform for internet-enabled devices. This SDK provides pub-sub messaging, presence, message history, and push notifications across multiple platforms including .NET, Xamarin, Unity, and MAUI. See https://www.ably.io for more info.
- https://github.com/ably/ably-dotnet/releases
- ©2025 Ably Real-time Ltd
- ably realtime messaging websocket pubsub presence dotnet csharp maui netstandard xamarin unity
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/nuget/io.ably.push.android.nuspec b/nuget/io.ably.push.android.nuspec
deleted file mode 100644
index 2ce215619..000000000
--- a/nuget/io.ably.push.android.nuspec
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
- ably.io.push.android
- $version$
- Ably Push Android
- Martin Georgiev, Yavor Ivanov, Jack Rutherford, Tom Kirby-Green, Sachin Shinde
- Ably Real-time Ltd
- Apache-2.0
- https://github.com/ably/ably-dotnet
- icon.png
- README.md
- false
- Ably .NET library to enable push notifications on Android devices. This package provides Android-specific push notification functionality using Firebase Cloud Messaging for the Ably realtime messaging platform.
- https://github.com/ably/ably-dotnet/releases
- ©2025 Ably Real-time Ltd
- ably realtime messaging push notifications android xamarin firebase fcm mobile websocket pubsub
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/nuget/io.ably.push.ios.nuspec b/nuget/io.ably.push.ios.nuspec
deleted file mode 100644
index bdb779431..000000000
--- a/nuget/io.ably.push.ios.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- ably.io.push.ios
- $version$
- Ably Push iOS
- Martin Georgiev, Yavor Ivanov, Jack Rutherford, Tom Kirby-Green, Sachin Shinde
- Ably Real-time Ltd
- Apache-2.0
- https://github.com/ably/ably-dotnet
- icon.png
- README.md
- false
- Ably .NET library to enable push notifications on iOS devices. This package provides iOS-specific push notification functionality for the Ably realtime messaging platform.
- https://github.com/ably/ably-dotnet/releases
- ©2025 Ably Real-time Ltd
- ably realtime messaging push notifications ios xamarin mobile websocket pubsub
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/package-push.cmd b/package-push.cmd
deleted file mode 100644
index 9e6ccada1..000000000
--- a/package-push.cmd
+++ /dev/null
@@ -1,14 +0,0 @@
-@echo off
-echo ====================================================================================
-echo Cake Build - Creating ably.io.push.android.*.nupkg and ably.io.push.ios.*.nupkg
-echo ====================================================================================
-echo.
-echo Warning: Run this script on macOS for iOS package support
-echo.
-
-if "%~1"=="" (
- echo Provide version number like: package-push.cmd 1.2.8
-) else (
- dotnet tool restore
- dotnet cake cake-build/build.cake -- --target=PushPackage --version="%~1"
-)
diff --git a/package-push.sh b/package-push.sh
deleted file mode 100755
index 78f1b8608..000000000
--- a/package-push.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-echo "===================================================================================="
-echo " Cake Build - Creating ably.io.push.android.*.nupkg and ably.io.push.ios.*.nupkg"
-echo "===================================================================================="
-echo " "
-echo "Warning: Run this script on macOS for iOS package support"
-echo " "
-
-if [ $# -eq 0 ]; then
- echo "Provide version number like: package-push.sh 1.2.8"
-else
- dotnet tool restore
- dotnet cake cake-build/build.cake -- --target=PushPackage --version="$1"
-fi
diff --git a/package-unity.sh b/package-unity.sh
index be47c7d2c..2e05852ac 100755
--- a/package-unity.sh
+++ b/package-unity.sh
@@ -1,10 +1,10 @@
#!/bin/bash
echo "======================================================"
-echo " Cake Build - Creating ably.io.*.unitypackage "
+echo " Cake Build - Creating ably.pubsub.*.unitypackage "
echo "======================================================"
echo " "
if [ $# -eq 0 ]; then
- echo "Provide version number like: package-unity.sh 1.2.8"
+ echo "Provide version number like: package-unity.sh 2.0.0"
else
dotnet tool restore
dotnet cake cake-build/build.cake -- --target=UnityPackage --version="$1"
diff --git a/package.cmd b/package.cmd
index f50db39ae..3f7b5fa13 100644
--- a/package.cmd
+++ b/package.cmd
@@ -1,10 +1,10 @@
@echo off
echo ======================================================
-echo Cake Build - Creating ably.io.*.nupkg
+echo Cake Build - Creating Ably.PubSub.*.nupkg
echo ======================================================
echo.
if "%1"=="" (
- echo Provide version number like: package.cmd 1.2.8
+ echo Provide version number like: package.cmd 2.0.0
) else (
dotnet tool restore
dotnet cake cake-build/build.cake -- --target=Package --version=%1
diff --git a/src/IO.Ably.NETFramework/IO.Ably.NETFramework.csproj b/src/Ably.PubSub.Core.NETFramework/Ably.PubSub.Core.NETFramework.csproj
similarity index 93%
rename from src/IO.Ably.NETFramework/IO.Ably.NETFramework.csproj
rename to src/Ably.PubSub.Core.NETFramework/Ably.PubSub.Core.NETFramework.csproj
index 33a68a220..e8607be40 100644
--- a/src/IO.Ably.NETFramework/IO.Ably.NETFramework.csproj
+++ b/src/Ably.PubSub.Core.NETFramework/Ably.PubSub.Core.NETFramework.csproj
@@ -9,7 +9,7 @@
Library
Properties
IO.Ably
- IO.Ably
+ Ably.PubSub.Core
v4.6.2
512
@@ -27,7 +27,7 @@
true
..\IO.Ably.ruleset
true
- bin\Debug\IO.Ably.xml
+ bin\Debug\Ably.PubSub.Core.xml
pdbonly
@@ -37,11 +37,14 @@
prompt
..\IO.Ably.ruleset
4
- bin\Release\IO.Ably.xml
+ bin\Release\Ably.PubSub.Core.xml
-
+
false
+
+ true
+
IO.Ably.snk
@@ -105,7 +108,7 @@
IO.Ably.DeltaCodec
-
+
diff --git a/src/IO.Ably.NETFramework/IO.Ably.snk b/src/Ably.PubSub.Core.NETFramework/IO.Ably.snk
similarity index 100%
rename from src/IO.Ably.NETFramework/IO.Ably.snk
rename to src/Ably.PubSub.Core.NETFramework/IO.Ably.snk
diff --git a/src/IO.Ably.NETFramework/Platform.cs b/src/Ably.PubSub.Core.NETFramework/Platform.cs
similarity index 100%
rename from src/IO.Ably.NETFramework/Platform.cs
rename to src/Ably.PubSub.Core.NETFramework/Platform.cs
diff --git a/src/IO.Ably.NETFramework/Properties/AssemblyInfo.cs b/src/Ably.PubSub.Core.NETFramework/Properties/AssemblyInfo.cs
similarity index 81%
rename from src/IO.Ably.NETFramework/Properties/AssemblyInfo.cs
rename to src/Ably.PubSub.Core.NETFramework/Properties/AssemblyInfo.cs
index d2f849e8e..6a2b82525 100644
--- a/src/IO.Ably.NETFramework/Properties/AssemblyInfo.cs
+++ b/src/Ably.PubSub.Core.NETFramework/Properties/AssemblyInfo.cs
@@ -5,14 +5,13 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("IO.Ably")]
+[assembly: AssemblyTitle("Ably.PubSub.Core")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyDescription("Client for ably.com realtime service")]
#if !PACKAGE
-[assembly: InternalsVisibleTo("IO.Ably.Tests")]
-[assembly: InternalsVisibleTo("IO.Ably.Tests.NETFramework")]
+[assembly: InternalsVisibleTo("Ably.PubSub.Tests.NETFramework")]
#endif
// The following GUID is for the ID of the typelib if this project is exposed to COM
diff --git a/src/IO.Ably.NETFramework/app.config b/src/Ably.PubSub.Core.NETFramework/app.config
similarity index 100%
rename from src/IO.Ably.NETFramework/app.config
rename to src/Ably.PubSub.Core.NETFramework/app.config
diff --git a/src/IO.Ably.NETFramework/packages.config b/src/Ably.PubSub.Core.NETFramework/packages.config
similarity index 100%
rename from src/IO.Ably.NETFramework/packages.config
rename to src/Ably.PubSub.Core.NETFramework/packages.config
diff --git a/src/IO.Ably.NETStandard20/IO.Ably.NETStandard20.csproj b/src/Ably.PubSub.Core/Ably.PubSub.Core.csproj
similarity index 82%
rename from src/IO.Ably.NETStandard20/IO.Ably.NETStandard20.csproj
rename to src/Ably.PubSub.Core/Ably.PubSub.Core.csproj
index 52acb688c..643839c27 100644
--- a/src/IO.Ably.NETStandard20/IO.Ably.NETStandard20.csproj
+++ b/src/Ably.PubSub.Core/Ably.PubSub.Core.csproj
@@ -5,7 +5,7 @@
..\IO.Ably.ruleset
Debug;Release;package
false
- IO.Ably
+ Ably.PubSub.Core
IO.Ably
@@ -24,17 +24,17 @@
true
- bin\Debug\IO.Ably.NETStandard20.xml
+ bin\Debug\Ably.PubSub.Core.xml
true
- bin\Release\IO.Ably.NETStandard20.xml
+ bin\Release\Ably.PubSub.Core.xml
-
+
-
+
@@ -51,8 +51,8 @@
all
runtime; build; native; contentfiles; analyzers
-
-
+
+
diff --git a/src/IO.Ably.NETStandard20/Platform.cs b/src/Ably.PubSub.Core/Platform.cs
similarity index 100%
rename from src/IO.Ably.NETStandard20/Platform.cs
rename to src/Ably.PubSub.Core/Platform.cs
diff --git a/src/IO.Ably.Android/Properties/AssemblyInfo.cs b/src/Ably.PubSub.Core/Properties/AssemblyInfo.cs
similarity index 55%
rename from src/IO.Ably.Android/Properties/AssemblyInfo.cs
rename to src/Ably.PubSub.Core/Properties/AssemblyInfo.cs
index 74ef5668f..9641a9a97 100644
--- a/src/IO.Ably.Android/Properties/AssemblyInfo.cs
+++ b/src/Ably.PubSub.Core/Properties/AssemblyInfo.cs
@@ -4,10 +4,16 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("IO.Ably")]
+[assembly: AssemblyTitle("Ably.PubSub.Core")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyDescription("Client for ably.com realtime service")]
-[assembly: InternalsVisibleTo("IO.Ably.Push.Android")]
-[assembly: InternalsVisibleTo("IO.Ably.Push.iOS")]
+#if !PACKAGE
+[assembly: InternalsVisibleTo("Ably.PubSub.Tests.DotNET")]
+#endif
+#if UNITY_PACKAGE
+[assembly: InternalsVisibleTo("Unity.Assets.Tests.AblySandbox")]
+[assembly: InternalsVisibleTo("Unity.Assets.Tests.EditMode")]
+[assembly: InternalsVisibleTo("Unity.Assets.Tests.PlayMode")]
+#endif
diff --git a/src/IO.Ably.NetFramework.sln b/src/Ably.PubSub.NetFramework.sln
similarity index 91%
rename from src/IO.Ably.NetFramework.sln
rename to src/Ably.PubSub.NetFramework.sln
index 7703a1bf5..48a9db1b7 100644
--- a/src/IO.Ably.NetFramework.sln
+++ b/src/Ably.PubSub.NetFramework.sln
@@ -3,16 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 15.0.26730.10
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1EA29F05-BF68-4BA8-A58F-C7C131E3FC62}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- EndProjectSection
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{258ABD2A-ACCA-4226-AEDD-B9C74075B367}"
ProjectSection(SolutionItems) = preProject
..\CHANGELOG.md = ..\CHANGELOG.md
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
- ..\nuget\io.ably.nuspec = ..\nuget\io.ably.nuspec
+ ..\nuget\ably.pubsub.core.nuspec = ..\nuget\ably.pubsub.core.nuspec
IO.Ably.ruleset = IO.Ably.ruleset
IO.Ably.Tests.ruleset = IO.Ably.Tests.ruleset
..\README.md = ..\README.md
@@ -25,25 +20,25 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{39
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C2F43DB7-AAA0-4687-9897-5D686EC91245}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.NETFramework", "IO.Ably.NETFramework\IO.Ably.NETFramework.csproj", "{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ably.PubSub.Core.NETFramework", "Ably.PubSub.Core.NETFramework\Ably.PubSub.Core.NETFramework.csproj", "{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Tests.NETFramework", "IO.Ably.Tests.NETFramework\IO.Ably.Tests.NETFramework.csproj", "{567FEEF7-41AF-42F2-AD34-546A278355B1}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ably.PubSub.Tests.NETFramework", "Ably.PubSub.Tests.NETFramework\Ably.PubSub.Tests.NETFramework.csproj", "{567FEEF7-41AF-42F2-AD34-546A278355B1}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared", "IO.Ably.Shared\IO.Ably.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Shared", "Ably.PubSub.Shared\Ably.PubSub.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared.MsgPack", "IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Shared.MsgPack", "Ably.PubSub.Shared.MsgPack\Ably.PubSub.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Tests.Shared", "IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.shproj", "{1609F12C-8216-4E7C-ADE0-240BFE160242}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Tests.Shared", "Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.shproj", "{1609F12C-8216-4E7C-ADE0-240BFE160242}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.DeltaCodec", "..\lib\delta-codec\IO.Ably.DeltaCodec\IO.Ably.DeltaCodec.csproj", "{EEAD196C-8D90-4402-9EAC-273F0DF5EFCB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{1609f12c-8216-4e7c-ade0-240bfe160242}*SharedItemsImports = 13
- IO.Ably.Shared\IO.Ably.Shared.projitems*{2d265650-b1ec-4f8d-b043-a2e3dcc23fd8}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{567feef7-41af-42f2-ad34-546a278355b1}*SharedItemsImports = 4
- IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
+ Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.projitems*{1609f12c-8216-4e7c-ade0-240bfe160242}*SharedItemsImports = 13
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{2d265650-b1ec-4f8d-b043-a2e3dcc23fd8}*SharedItemsImports = 4
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
+ Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.projitems*{567feef7-41af-42f2-ad34-546a278355b1}*SharedItemsImports = 4
+ Ably.PubSub.Shared.MsgPack\Ably.PubSub.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Any CPU = AppStore|Any CPU
diff --git a/src/IO.Ably.NetStandard.sln b/src/Ably.PubSub.NetStandard.sln
similarity index 92%
rename from src/IO.Ably.NetStandard.sln
rename to src/Ably.PubSub.NetStandard.sln
index 9ceaf9a9a..4d31bce31 100644
--- a/src/IO.Ably.NetStandard.sln
+++ b/src/Ably.PubSub.NetStandard.sln
@@ -3,16 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 15.0.26730.10
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1EA29F05-BF68-4BA8-A58F-C7C131E3FC62}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- EndProjectSection
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{258ABD2A-ACCA-4226-AEDD-B9C74075B367}"
ProjectSection(SolutionItems) = preProject
..\CHANGELOG.md = ..\CHANGELOG.md
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
- ..\nuget\io.ably.nuspec = ..\nuget\io.ably.nuspec
+ ..\nuget\ably.pubsub.core.nuspec = ..\nuget\ably.pubsub.core.nuspec
IO.Ably.ruleset = IO.Ably.ruleset
..\README.md = ..\README.md
stylecop.json = stylecop.json
@@ -23,23 +18,23 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ably", "Ably", "{8A0F718E-2
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C2F43DB7-AAA0-4687-9897-5D686EC91245}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.NETStandard20", "IO.Ably.NETStandard20\IO.Ably.NETStandard20.csproj", "{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ably.PubSub.Core", "Ably.PubSub.Core\Ably.PubSub.Core.csproj", "{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared", "IO.Ably.Shared\IO.Ably.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Shared", "Ably.PubSub.Shared\Ably.PubSub.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared.MsgPack", "IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Shared.MsgPack", "Ably.PubSub.Shared.MsgPack\Ably.PubSub.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.Tests.DotNET", "IO.Ably.Tests.DotNET\IO.Ably.Tests.DotNET.csproj", "{4805A9DA-3412-4BE8-8B95-5A0EFDA1AC01}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ably.PubSub.Tests.DotNET", "Ably.PubSub.Tests.DotNET\Ably.PubSub.Tests.DotNET.csproj", "{4805A9DA-3412-4BE8-8B95-5A0EFDA1AC01}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Tests.Shared", "IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.shproj", "{1609F12C-8216-4E7C-ADE0-240BFE160242}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Tests.Shared", "Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.shproj", "{1609F12C-8216-4E7C-ADE0-240BFE160242}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.DeltaCodec", "..\lib\delta-codec\IO.Ably.DeltaCodec\IO.Ably.DeltaCodec.csproj", "{D8CAACFA-FE6E-46BC-9B23-8AA3B2055125}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{1609f12c-8216-4e7c-ade0-240bfe160242}*SharedItemsImports = 13
- IO.Ably.Shared\IO.Ably.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
- IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
+ Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.projitems*{1609f12c-8216-4e7c-ade0-240bfe160242}*SharedItemsImports = 13
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
+ Ably.PubSub.Shared.MsgPack\Ably.PubSub.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Any CPU = AppStore|Any CPU
diff --git a/src/IO.Ably.Package.sln b/src/Ably.PubSub.Package.sln
similarity index 56%
rename from src/IO.Ably.Package.sln
rename to src/Ably.PubSub.Package.sln
index baf2c5f2d..1a0336f87 100644
--- a/src/IO.Ably.Package.sln
+++ b/src/Ably.PubSub.Package.sln
@@ -3,16 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 15.0.26730.10
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1EA29F05-BF68-4BA8-A58F-C7C131E3FC62}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- EndProjectSection
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{258ABD2A-ACCA-4226-AEDD-B9C74075B367}"
ProjectSection(SolutionItems) = preProject
..\CHANGELOG.md = ..\CHANGELOG.md
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
- ..\nuget\io.ably.nuspec = ..\nuget\io.ably.nuspec
+ ..\nuget\ably.pubsub.core.nuspec = ..\nuget\ably.pubsub.core.nuspec
IO.Ably.ruleset = IO.Ably.ruleset
..\README.md = ..\README.md
stylecop.json = stylecop.json
@@ -20,28 +15,22 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solutio
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ably", "Ably", "{8A0F718E-2168-4CC7-8F7B-A65508B52B0F}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.NETFramework", "IO.Ably.NETFramework\IO.Ably.NETFramework.csproj", "{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Android", "IO.Ably.Android\IO.Ably.Android.csproj", "{24B6FC97-9D3D-46AE-B5CB-47458354BEE1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.iOS", "IO.Ably.iOS\IO.Ably.iOS.csproj", "{8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ably.PubSub.Core.NETFramework", "Ably.PubSub.Core.NETFramework\Ably.PubSub.Core.NETFramework.csproj", "{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.NETStandard20", "IO.Ably.NETStandard20\IO.Ably.NETStandard20.csproj", "{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ably.PubSub.Core", "Ably.PubSub.Core\Ably.PubSub.Core.csproj", "{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared", "IO.Ably.Shared\IO.Ably.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Shared", "Ably.PubSub.Shared\Ably.PubSub.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared.MsgPack", "IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Shared.MsgPack", "Ably.PubSub.Shared.MsgPack\Ably.PubSub.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.DeltaCodec", "..\lib\delta-codec\IO.Ably.DeltaCodec\IO.Ably.DeltaCodec.csproj", "{55FD7D98-585B-4304-9B3F-3F518DB5CBFF}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
- IO.Ably.Shared\IO.Ably.Shared.projitems*{24b6fc97-9d3d-46ae-b5cb-47458354bee1}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{2d265650-b1ec-4f8d-b043-a2e3dcc23fd8}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{3180aa9d-9800-4eb2-87f0-ada47e2fff3d}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
- IO.Ably.Shared\IO.Ably.Shared.projitems*{8bb7b13c-e9f4-4d1b-bccc-af890a23ece6}*SharedItemsImports = 4
- IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{2d265650-b1ec-4f8d-b043-a2e3dcc23fd8}*SharedItemsImports = 4
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{3180aa9d-9800-4eb2-87f0-ada47e2fff3d}*SharedItemsImports = 4
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
+ Ably.PubSub.Shared.MsgPack\Ably.PubSub.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -70,38 +59,6 @@ Global
{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|x64.Build.0 = Release|Any CPU
{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|x86.ActiveCfg = Release|Any CPU
{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|x86.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|Any CPU.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|ARM.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|ARM.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x64.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x64.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x86.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x86.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.Build.0 = Release|Any CPU
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Debug|ARM.ActiveCfg = Debug|Any CPU
@@ -140,8 +97,6 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
{3553E1B2-8F1F-4E83-9524-08E702C14FCF} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
{EEBF3249-3CA3-4078-A188-F8B916C3F4C2} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
diff --git a/src/IO.Ably.Shared.MsgPack/IO.Ably.Shared.MsgPack.projitems b/src/Ably.PubSub.Shared.MsgPack/Ably.PubSub.Shared.MsgPack.projitems
similarity index 97%
rename from src/IO.Ably.Shared.MsgPack/IO.Ably.Shared.MsgPack.projitems
rename to src/Ably.PubSub.Shared.MsgPack/Ably.PubSub.Shared.MsgPack.projitems
index 1512baca9..1e2babf18 100644
--- a/src/IO.Ably.Shared.MsgPack/IO.Ably.Shared.MsgPack.projitems
+++ b/src/Ably.PubSub.Shared.MsgPack/Ably.PubSub.Shared.MsgPack.projitems
@@ -6,7 +6,7 @@
eebf3249-3ca3-4078-a188-f8b916c3f4c2
- IO.Ably.Shared.MsgPack
+ Ably.PubSub.Shared.MsgPack
diff --git a/src/IO.Ably.Shared.MsgPack/IO.Ably.Shared.MsgPack.shproj b/src/Ably.PubSub.Shared.MsgPack/Ably.PubSub.Shared.MsgPack.shproj
similarity index 92%
rename from src/IO.Ably.Shared.MsgPack/IO.Ably.Shared.MsgPack.shproj
rename to src/Ably.PubSub.Shared.MsgPack/Ably.PubSub.Shared.MsgPack.shproj
index 274ffd8cf..48e8ba7ed 100644
--- a/src/IO.Ably.Shared.MsgPack/IO.Ably.Shared.MsgPack.shproj
+++ b/src/Ably.PubSub.Shared.MsgPack/Ably.PubSub.Shared.MsgPack.shproj
@@ -8,6 +8,6 @@
-
+
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/CapabilityMessagePackSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/CapabilityMessagePackSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/CapabilityMessagePackSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/CapabilityMessagePackSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/DateTimeOffsetMessagePackSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/DateTimeOffsetMessagePackSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/DateTimeOffsetMessagePackSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/DateTimeOffsetMessagePackSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Auth_TokenDetailsSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Auth_TokenDetailsSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Auth_TokenDetailsSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Auth_TokenDetailsSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_CapabilitySerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_CapabilitySerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_CapabilitySerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_CapabilitySerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ConnectionDetailsMessageSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ConnectionDetailsMessageSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ConnectionDetailsMessageSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ConnectionDetailsMessageSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ConnectionTypesSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ConnectionTypesSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ConnectionTypesSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ConnectionTypesSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ErrorInfoSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ErrorInfoSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ErrorInfoSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ErrorInfoSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_InboundMessageTrafficSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_InboundMessageTrafficSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_InboundMessageTrafficSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_InboundMessageTrafficSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageCountSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageCountSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageCountSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageCountSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageTypesSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageTypesSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageTypesSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_MessageTypesSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_OutboundMessageTrafficSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_OutboundMessageTrafficSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_OutboundMessageTrafficSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_OutboundMessageTrafficSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_PresenceMessageSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_PresenceMessageSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_PresenceMessageSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_PresenceMessageSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_PresenceMessage_ActionTypeSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_PresenceMessage_ActionTypeSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_PresenceMessage_ActionTypeSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_PresenceMessage_ActionTypeSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_RequestCountSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_RequestCountSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_RequestCountSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_RequestCountSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ResourceCountSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ResourceCountSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ResourceCountSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_ResourceCountSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_StatsSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_StatsSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_StatsSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_StatsSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_TokenRequestSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_TokenRequestSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_TokenRequestSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_TokenRequestSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Types_ProtocolMessageSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Types_ProtocolMessageSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Types_ProtocolMessageSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Types_ProtocolMessageSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Types_ProtocolMessage_MessageActionSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Types_ProtocolMessage_MessageActionSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Types_ProtocolMessage_MessageActionSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/IO_Ably_Types_ProtocolMessage_MessageActionSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/System_Net_HttpStatusCodeSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/System_Net_HttpStatusCodeSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/System_Net_HttpStatusCodeSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/GeneratedSerializers/System_Net_HttpStatusCodeSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/CustomSerialisers/TimespanMessagePackSerializer.cs b/src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/TimespanMessagePackSerializer.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/CustomSerialisers/TimespanMessagePackSerializer.cs
rename to src/Ably.PubSub.Shared.MsgPack/CustomSerialisers/TimespanMessagePackSerializer.cs
diff --git a/src/IO.Ably.Shared.MsgPack/MsgPackHelper.cs b/src/Ably.PubSub.Shared.MsgPack/MsgPackHelper.cs
similarity index 100%
rename from src/IO.Ably.Shared.MsgPack/MsgPackHelper.cs
rename to src/Ably.PubSub.Shared.MsgPack/MsgPackHelper.cs
diff --git a/src/IO.Ably.Shared/IO.Ably.Shared.projitems b/src/Ably.PubSub.Shared/Ably.PubSub.Shared.projitems
similarity index 99%
rename from src/IO.Ably.Shared/IO.Ably.Shared.projitems
rename to src/Ably.PubSub.Shared/Ably.PubSub.Shared.projitems
index 22326a497..9f64cf367 100644
--- a/src/IO.Ably.Shared/IO.Ably.Shared.projitems
+++ b/src/Ably.PubSub.Shared/Ably.PubSub.Shared.projitems
@@ -6,7 +6,7 @@
3553e1b2-8f1f-4e83-9524-08e702c14fcf
- IO.Ably.Shared
+ Ably.PubSub.Shared
diff --git a/src/IO.Ably.Shared/IO.Ably.Shared.shproj b/src/Ably.PubSub.Shared/Ably.PubSub.Shared.shproj
similarity index 93%
rename from src/IO.Ably.Shared/IO.Ably.Shared.shproj
rename to src/Ably.PubSub.Shared/Ably.PubSub.Shared.shproj
index 68a7106d3..8f0a3fd78 100644
--- a/src/IO.Ably.Shared/IO.Ably.Shared.shproj
+++ b/src/Ably.PubSub.Shared/Ably.PubSub.Shared.shproj
@@ -8,6 +8,6 @@
-
+
\ No newline at end of file
diff --git a/src/IO.Ably.Shared/AblyAuth.cs b/src/Ably.PubSub.Shared/AblyAuth.cs
similarity index 100%
rename from src/IO.Ably.Shared/AblyAuth.cs
rename to src/Ably.PubSub.Shared/AblyAuth.cs
diff --git a/src/IO.Ably.Shared/AblyException.cs b/src/Ably.PubSub.Shared/AblyException.cs
similarity index 100%
rename from src/IO.Ably.Shared/AblyException.cs
rename to src/Ably.PubSub.Shared/AblyException.cs
diff --git a/src/IO.Ably.Shared/AblyInsecureRequestException.cs b/src/Ably.PubSub.Shared/AblyInsecureRequestException.cs
similarity index 100%
rename from src/IO.Ably.Shared/AblyInsecureRequestException.cs
rename to src/Ably.PubSub.Shared/AblyInsecureRequestException.cs
diff --git a/src/IO.Ably.Shared/AblyRealtime.cs b/src/Ably.PubSub.Shared/AblyRealtime.cs
similarity index 88%
rename from src/IO.Ably.Shared/AblyRealtime.cs
rename to src/Ably.PubSub.Shared/AblyRealtime.cs
index c5d53c991..58ff6b9db 100644
--- a/src/IO.Ably.Shared/AblyRealtime.cs
+++ b/src/Ably.PubSub.Shared/AblyRealtime.cs
@@ -28,7 +28,15 @@ public class AblyRealtime : IRealtimeClient, IDisposable
///
/// Initializes a new instance of the class with an ably key.
+ /// Prefer PubSubDevice.CreateClient or PubSubServer.CreateRealtimeClient on
+ /// the device/server packages: a client constructed directly here is not classified as
+ /// device-side or server-side.
///
+ ///
+ /// The device/server classification is an agent entry the door factories stamp onto the
+ /// options; Ably's platform behaviour and billing depend on it, and an unclassified
+ /// client will be rejected once MAU-based pricing is live.
+ ///
/// String key (obtained from application dashboard).
public AblyRealtime(string key)
: this(new ClientOptions(key))
@@ -37,7 +45,15 @@ public AblyRealtime(string key)
///
/// Initializes a new instance of the class with the given options.
+ /// Prefer PubSubDevice.CreateClient or PubSubServer.CreateRealtimeClient on
+ /// the device/server packages: a client constructed directly here is not classified as
+ /// device-side or server-side.
///
+ ///
+ /// The device/server classification is an agent entry the door factories stamp onto the
+ /// options; Ably's platform behaviour and billing depend on it, and an unclassified
+ /// client will be rejected once MAU-based pricing is live.
+ ///
/// .
public AblyRealtime(ClientOptions options)
: this(options, CreateRestFunc, IoC.MobileDevice)
diff --git a/src/IO.Ably.Shared/AblyRest.cs b/src/Ably.PubSub.Shared/AblyRest.cs
similarity index 93%
rename from src/IO.Ably.Shared/AblyRest.cs
rename to src/Ably.PubSub.Shared/AblyRest.cs
index 8abb88d48..e36247a63 100644
--- a/src/IO.Ably.Shared/AblyRest.cs
+++ b/src/Ably.PubSub.Shared/AblyRest.cs
@@ -20,7 +20,14 @@ public sealed class AblyRest : IRestClient
private LocalDevice _device;
///
- /// Initializes a new instance of the class using an api key.
+ /// Initializes a new instance of the class using an api key.
+ /// Prefer PubSubServer.CreateHttpClient on the server package: a client constructed
+ /// directly here is not classified as device-side or server-side.
+ ///
+ /// The device/server classification is an agent entry the door factories stamp onto the
+ /// options; Ably's platform behaviour and billing depend on it, and an unclassified
+ /// client will be rejected once MAU-based pricing is live.
+ ///
/// Full api key.
public AblyRest(string apiKey)
: this(new ClientOptions(apiKey))
@@ -36,7 +43,14 @@ public AblyRest(string apiKey)
/// opt.ClientId = "123";
/// });
///
+ /// Prefer PubSubServer.CreateHttpClient on the server package: a client constructed
+ /// directly here is not classified as device-side or server-side.
///
+ ///
+ /// The device/server classification is an agent entry the door factories stamp onto the
+ /// options; Ably's platform behaviour and billing depend on it, and an unclassified
+ /// client will be rejected once MAU-based pricing is live.
+ ///
/// Action delegate which receives a empty options object.
public AblyRest(Action init)
{
@@ -47,7 +61,14 @@ public AblyRest(Action init)
///
/// Initialize the library with a custom set of options.
+ /// Prefer PubSubServer.CreateHttpClient on the server package: a client constructed
+ /// directly here is not classified as device-side or server-side.
///
+ ///
+ /// The device/server classification is an agent entry the door factories stamp onto the
+ /// options; Ably's platform behaviour and billing depend on it, and an unclassified
+ /// client will be rejected once MAU-based pricing is live.
+ ///
/// instance of clientOptions.
public AblyRest(ClientOptions clientOptions)
: this(clientOptions, IoC.MobileDevice)
diff --git a/src/IO.Ably.Shared/Agent.cs b/src/Ably.PubSub.Shared/Agent.cs
similarity index 100%
rename from src/IO.Ably.Shared/Agent.cs
rename to src/Ably.PubSub.Shared/Agent.cs
diff --git a/src/IO.Ably.Shared/ApiKey.cs b/src/Ably.PubSub.Shared/ApiKey.cs
similarity index 100%
rename from src/IO.Ably.Shared/ApiKey.cs
rename to src/Ably.PubSub.Shared/ApiKey.cs
diff --git a/src/IO.Ably.Shared/AsyncHelper.cs b/src/Ably.PubSub.Shared/AsyncHelper.cs
similarity index 100%
rename from src/IO.Ably.Shared/AsyncHelper.cs
rename to src/Ably.PubSub.Shared/AsyncHelper.cs
diff --git a/src/IO.Ably.Shared/AuthMethod.cs b/src/Ably.PubSub.Shared/AuthMethod.cs
similarity index 100%
rename from src/IO.Ably.Shared/AuthMethod.cs
rename to src/Ably.PubSub.Shared/AuthMethod.cs
diff --git a/src/IO.Ably.Shared/AuthOptions.cs b/src/Ably.PubSub.Shared/AuthOptions.cs
similarity index 100%
rename from src/IO.Ably.Shared/AuthOptions.cs
rename to src/Ably.PubSub.Shared/AuthOptions.cs
diff --git a/src/IO.Ably.Shared/Capability.cs b/src/Ably.PubSub.Shared/Capability.cs
similarity index 100%
rename from src/IO.Ably.Shared/Capability.cs
rename to src/Ably.PubSub.Shared/Capability.cs
diff --git a/src/IO.Ably.Shared/CapabilityResource.cs b/src/Ably.PubSub.Shared/CapabilityResource.cs
similarity index 100%
rename from src/IO.Ably.Shared/CapabilityResource.cs
rename to src/Ably.PubSub.Shared/CapabilityResource.cs
diff --git a/src/IO.Ably.Shared/CipherParams.cs b/src/Ably.PubSub.Shared/CipherParams.cs
similarity index 100%
rename from src/IO.Ably.Shared/CipherParams.cs
rename to src/Ably.PubSub.Shared/CipherParams.cs
diff --git a/src/IO.Ably.Shared/ClientOptions.cs b/src/Ably.PubSub.Shared/ClientOptions.cs
similarity index 100%
rename from src/IO.Ably.Shared/ClientOptions.cs
rename to src/Ably.PubSub.Shared/ClientOptions.cs
diff --git a/src/IO.Ably.Shared/CustomSerialisers/CapabilityJsonConverter.cs b/src/Ably.PubSub.Shared/CustomSerialisers/CapabilityJsonConverter.cs
similarity index 100%
rename from src/IO.Ably.Shared/CustomSerialisers/CapabilityJsonConverter.cs
rename to src/Ably.PubSub.Shared/CustomSerialisers/CapabilityJsonConverter.cs
diff --git a/src/IO.Ably.Shared/CustomSerialisers/DateTimeOffsetJsonConverter.cs b/src/Ably.PubSub.Shared/CustomSerialisers/DateTimeOffsetJsonConverter.cs
similarity index 100%
rename from src/IO.Ably.Shared/CustomSerialisers/DateTimeOffsetJsonConverter.cs
rename to src/Ably.PubSub.Shared/CustomSerialisers/DateTimeOffsetJsonConverter.cs
diff --git a/src/IO.Ably.Shared/CustomSerialisers/MessageDataConverter.cs b/src/Ably.PubSub.Shared/CustomSerialisers/MessageDataConverter.cs
similarity index 100%
rename from src/IO.Ably.Shared/CustomSerialisers/MessageDataConverter.cs
rename to src/Ably.PubSub.Shared/CustomSerialisers/MessageDataConverter.cs
diff --git a/src/IO.Ably.Shared/CustomSerialisers/MessageExtrasConverter.cs b/src/Ably.PubSub.Shared/CustomSerialisers/MessageExtrasConverter.cs
similarity index 100%
rename from src/IO.Ably.Shared/CustomSerialisers/MessageExtrasConverter.cs
rename to src/Ably.PubSub.Shared/CustomSerialisers/MessageExtrasConverter.cs
diff --git a/src/IO.Ably.Shared/CustomSerialisers/TimeSpanJsonConverter.cs b/src/Ably.PubSub.Shared/CustomSerialisers/TimeSpanJsonConverter.cs
similarity index 100%
rename from src/IO.Ably.Shared/CustomSerialisers/TimeSpanJsonConverter.cs
rename to src/Ably.PubSub.Shared/CustomSerialisers/TimeSpanJsonConverter.cs
diff --git a/src/IO.Ably.Shared/DataRequestQuery.cs b/src/Ably.PubSub.Shared/DataRequestQuery.cs
similarity index 100%
rename from src/IO.Ably.Shared/DataRequestQuery.cs
rename to src/Ably.PubSub.Shared/DataRequestQuery.cs
diff --git a/src/IO.Ably.Shared/DefaultLogger.cs b/src/Ably.PubSub.Shared/DefaultLogger.cs
similarity index 100%
rename from src/IO.Ably.Shared/DefaultLogger.cs
rename to src/Ably.PubSub.Shared/DefaultLogger.cs
diff --git a/src/IO.Ably.Shared/DefaultLoggerSink.cs b/src/Ably.PubSub.Shared/DefaultLoggerSink.cs
similarity index 100%
rename from src/IO.Ably.Shared/DefaultLoggerSink.cs
rename to src/Ably.PubSub.Shared/DefaultLoggerSink.cs
diff --git a/src/IO.Ably.Shared/Defaults.cs b/src/Ably.PubSub.Shared/Defaults.cs
similarity index 100%
rename from src/IO.Ably.Shared/Defaults.cs
rename to src/Ably.PubSub.Shared/Defaults.cs
diff --git a/src/IO.Ably.Shared/Encryption/AesCipher.cs b/src/Ably.PubSub.Shared/Encryption/AesCipher.cs
similarity index 100%
rename from src/IO.Ably.Shared/Encryption/AesCipher.cs
rename to src/Ably.PubSub.Shared/Encryption/AesCipher.cs
diff --git a/src/IO.Ably.Shared/Encryption/Crypto.cs b/src/Ably.PubSub.Shared/Encryption/Crypto.cs
similarity index 100%
rename from src/IO.Ably.Shared/Encryption/Crypto.cs
rename to src/Ably.PubSub.Shared/Encryption/Crypto.cs
diff --git a/src/IO.Ably.Shared/EventEmitter.cs b/src/Ably.PubSub.Shared/EventEmitter.cs
similarity index 100%
rename from src/IO.Ably.Shared/EventEmitter.cs
rename to src/Ably.PubSub.Shared/EventEmitter.cs
diff --git a/src/IO.Ably.Shared/Extensions/ChannelModeExtensions.cs b/src/Ably.PubSub.Shared/Extensions/ChannelModeExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/ChannelModeExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/ChannelModeExtensions.cs
diff --git a/src/IO.Ably.Shared/Extensions/DateExtensions.cs b/src/Ably.PubSub.Shared/Extensions/DateExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/DateExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/DateExtensions.cs
diff --git a/src/IO.Ably.Shared/Extensions/DictionaryExtensions.cs b/src/Ably.PubSub.Shared/Extensions/DictionaryExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/DictionaryExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/DictionaryExtensions.cs
diff --git a/src/IO.Ably.Shared/Extensions/EnumerableExtensions.cs b/src/Ably.PubSub.Shared/Extensions/EnumerableExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/EnumerableExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/EnumerableExtensions.cs
diff --git a/src/IO.Ably.Shared/Extensions/ObjectExtensions.cs b/src/Ably.PubSub.Shared/Extensions/ObjectExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/ObjectExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/ObjectExtensions.cs
diff --git a/src/IO.Ably.Shared/Extensions/PresenceExtensions.cs b/src/Ably.PubSub.Shared/Extensions/PresenceExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/PresenceExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/PresenceExtensions.cs
diff --git a/src/IO.Ably.Shared/Extensions/StringExtensions.cs b/src/Ably.PubSub.Shared/Extensions/StringExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/StringExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/StringExtensions.cs
diff --git a/src/IO.Ably.Shared/Extensions/TaskExtensions.cs b/src/Ably.PubSub.Shared/Extensions/TaskExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/TaskExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/TaskExtensions.cs
diff --git a/src/IO.Ably.Shared/Extensions/UriExtensions.cs b/src/Ably.PubSub.Shared/Extensions/UriExtensions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Extensions/UriExtensions.cs
rename to src/Ably.PubSub.Shared/Extensions/UriExtensions.cs
diff --git a/src/IO.Ably.Shared/Http/AblyHttpClient.cs b/src/Ably.PubSub.Shared/Http/AblyHttpClient.cs
similarity index 100%
rename from src/IO.Ably.Shared/Http/AblyHttpClient.cs
rename to src/Ably.PubSub.Shared/Http/AblyHttpClient.cs
diff --git a/src/IO.Ably.Shared/Http/AblyHttpOptions.cs b/src/Ably.PubSub.Shared/Http/AblyHttpOptions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Http/AblyHttpOptions.cs
rename to src/Ably.PubSub.Shared/Http/AblyHttpOptions.cs
diff --git a/src/IO.Ably.Shared/Http/AblyRequest.cs b/src/Ably.PubSub.Shared/Http/AblyRequest.cs
similarity index 100%
rename from src/IO.Ably.Shared/Http/AblyRequest.cs
rename to src/Ably.PubSub.Shared/Http/AblyRequest.cs
diff --git a/src/IO.Ably.Shared/Http/AblyResponse.cs b/src/Ably.PubSub.Shared/Http/AblyResponse.cs
similarity index 100%
rename from src/IO.Ably.Shared/Http/AblyResponse.cs
rename to src/Ably.PubSub.Shared/Http/AblyResponse.cs
diff --git a/src/IO.Ably.Shared/HttpPaginatedResponse.cs b/src/Ably.PubSub.Shared/HttpPaginatedResponse.cs
similarity index 100%
rename from src/IO.Ably.Shared/HttpPaginatedResponse.cs
rename to src/Ably.PubSub.Shared/HttpPaginatedResponse.cs
diff --git a/src/IO.Ably.Shared/HttpUtility.cs b/src/Ably.PubSub.Shared/HttpUtility.cs
similarity index 100%
rename from src/IO.Ably.Shared/HttpUtility.cs
rename to src/Ably.PubSub.Shared/HttpUtility.cs
diff --git a/src/IO.Ably.Shared/IAblyAuth.cs b/src/Ably.PubSub.Shared/IAblyAuth.cs
similarity index 100%
rename from src/IO.Ably.Shared/IAblyAuth.cs
rename to src/Ably.PubSub.Shared/IAblyAuth.cs
diff --git a/src/IO.Ably.Shared/IAblyHttpClient.cs b/src/Ably.PubSub.Shared/IAblyHttpClient.cs
similarity index 100%
rename from src/IO.Ably.Shared/IAblyHttpClient.cs
rename to src/Ably.PubSub.Shared/IAblyHttpClient.cs
diff --git a/src/IO.Ably.Shared/IChannelCipher.cs b/src/Ably.PubSub.Shared/IChannelCipher.cs
similarity index 100%
rename from src/IO.Ably.Shared/IChannelCipher.cs
rename to src/Ably.PubSub.Shared/IChannelCipher.cs
diff --git a/src/IO.Ably.Shared/IChannels.cs b/src/Ably.PubSub.Shared/IChannels.cs
similarity index 100%
rename from src/IO.Ably.Shared/IChannels.cs
rename to src/Ably.PubSub.Shared/IChannels.cs
diff --git a/src/IO.Ably.Shared/IInternalLogger.cs b/src/Ably.PubSub.Shared/IInternalLogger.cs
similarity index 100%
rename from src/IO.Ably.Shared/IInternalLogger.cs
rename to src/Ably.PubSub.Shared/IInternalLogger.cs
diff --git a/src/IO.Ably.Shared/ILogger.cs b/src/Ably.PubSub.Shared/ILogger.cs
similarity index 100%
rename from src/IO.Ably.Shared/ILogger.cs
rename to src/Ably.PubSub.Shared/ILogger.cs
diff --git a/src/IO.Ably.Shared/ILoggerSink.cs b/src/Ably.PubSub.Shared/ILoggerSink.cs
similarity index 100%
rename from src/IO.Ably.Shared/ILoggerSink.cs
rename to src/Ably.PubSub.Shared/ILoggerSink.cs
diff --git a/src/IO.Ably.Shared/IPlatform.cs b/src/Ably.PubSub.Shared/IPlatform.cs
similarity index 100%
rename from src/IO.Ably.Shared/IPlatform.cs
rename to src/Ably.PubSub.Shared/IPlatform.cs
diff --git a/src/IO.Ably.Shared/IRealtimeClient.cs b/src/Ably.PubSub.Shared/IRealtimeClient.cs
similarity index 100%
rename from src/IO.Ably.Shared/IRealtimeClient.cs
rename to src/Ably.PubSub.Shared/IRealtimeClient.cs
diff --git a/src/IO.Ably.Shared/IRestClient.cs b/src/Ably.PubSub.Shared/IRestClient.cs
similarity index 100%
rename from src/IO.Ably.Shared/IRestClient.cs
rename to src/Ably.PubSub.Shared/IRestClient.cs
diff --git a/src/IO.Ably.Shared/InternalLogger.cs b/src/Ably.PubSub.Shared/InternalLogger.cs
similarity index 100%
rename from src/IO.Ably.Shared/InternalLogger.cs
rename to src/Ably.PubSub.Shared/InternalLogger.cs
diff --git a/src/IO.Ably.Shared/IoC.cs b/src/Ably.PubSub.Shared/IoC.cs
similarity index 75%
rename from src/IO.Ably.Shared/IoC.cs
rename to src/Ably.PubSub.Shared/IoC.cs
index a16fe0f25..63e3987aa 100644
--- a/src/IO.Ably.Shared/IoC.cs
+++ b/src/Ably.PubSub.Shared/IoC.cs
@@ -11,13 +11,17 @@ internal static class IoC
{
private static readonly IPlatform Platform;
- /// Load AblyPlatform.dll, instantiate AblyPlatform.PlatformImpl type.
+ /// Instantiate the IO.Ably.Platform type contributed by the platform head.
static IoC()
{
try
{
- var name = new AssemblyName("IO.Ably");
- var asm = Assembly.Load(name);
+ // Platform.cs lives in the platform head (Ably.PubSub.Core or
+ // Ably.PubSub.Core.NETFramework) and is compiled into the same assembly as this
+ // shared code, so look it up in this assembly rather than loading one by name.
+ // Loading by name silently degraded every platform service to its fallback the
+ // moment the assembly was renamed from IO.Ably to Ably.PubSub.Core.
+ var asm = typeof(IoC).GetTypeInfo().Assembly;
var type = asm.GetType("IO.Ably.Platform");
if (type != null)
{
diff --git a/src/IO.Ably.Shared/JsonHelper.cs b/src/Ably.PubSub.Shared/JsonHelper.cs
similarity index 100%
rename from src/IO.Ably.Shared/JsonHelper.cs
rename to src/Ably.PubSub.Shared/JsonHelper.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/Base64Encoder.cs b/src/Ably.PubSub.Shared/MessageEncoders/Base64Encoder.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/Base64Encoder.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/Base64Encoder.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/CipherEncoder.cs b/src/Ably.PubSub.Shared/MessageEncoders/CipherEncoder.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/CipherEncoder.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/CipherEncoder.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/DecodingContext.cs b/src/Ably.PubSub.Shared/MessageEncoders/DecodingContext.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/DecodingContext.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/DecodingContext.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/JsonEncoder.cs b/src/Ably.PubSub.Shared/MessageEncoders/JsonEncoder.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/JsonEncoder.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/JsonEncoder.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/MessageEncoder.cs b/src/Ably.PubSub.Shared/MessageEncoders/MessageEncoder.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/MessageEncoder.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/MessageEncoder.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/MessageHandler.cs b/src/Ably.PubSub.Shared/MessageEncoders/MessageHandler.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/MessageHandler.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/MessageHandler.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/PayloadCache.cs b/src/Ably.PubSub.Shared/MessageEncoders/PayloadCache.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/PayloadCache.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/PayloadCache.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/ProcessedPayload.cs b/src/Ably.PubSub.Shared/MessageEncoders/ProcessedPayload.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/ProcessedPayload.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/ProcessedPayload.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/Utf8Encoder.cs b/src/Ably.PubSub.Shared/MessageEncoders/Utf8Encoder.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/Utf8Encoder.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/Utf8Encoder.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/VCDiffEncoder.cs b/src/Ably.PubSub.Shared/MessageEncoders/VCDiffEncoder.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/VCDiffEncoder.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/VCDiffEncoder.cs
diff --git a/src/IO.Ably.Shared/MessageEncoders/VcDiffErrorInfo.cs b/src/Ably.PubSub.Shared/MessageEncoders/VcDiffErrorInfo.cs
similarity index 100%
rename from src/IO.Ably.Shared/MessageEncoders/VcDiffErrorInfo.cs
rename to src/Ably.PubSub.Shared/MessageEncoders/VcDiffErrorInfo.cs
diff --git a/src/IO.Ably.Shared/PaginatedRequestParams.cs b/src/Ably.PubSub.Shared/PaginatedRequestParams.cs
similarity index 100%
rename from src/IO.Ably.Shared/PaginatedRequestParams.cs
rename to src/Ably.PubSub.Shared/PaginatedRequestParams.cs
diff --git a/src/IO.Ably.Shared/PaginatedResult.cs b/src/Ably.PubSub.Shared/PaginatedResult.cs
similarity index 100%
rename from src/IO.Ably.Shared/PaginatedResult.cs
rename to src/Ably.PubSub.Shared/PaginatedResult.cs
diff --git a/src/IO.Ably.Shared/Protocol.cs b/src/Ably.PubSub.Shared/Protocol.cs
similarity index 100%
rename from src/IO.Ably.Shared/Protocol.cs
rename to src/Ably.PubSub.Shared/Protocol.cs
diff --git a/src/IO.Ably.Shared/Push/ActivationStateMachine.Events.cs b/src/Ably.PubSub.Shared/Push/ActivationStateMachine.Events.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/ActivationStateMachine.Events.cs
rename to src/Ably.PubSub.Shared/Push/ActivationStateMachine.Events.cs
diff --git a/src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs b/src/Ably.PubSub.Shared/Push/ActivationStateMachine.States.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/ActivationStateMachine.States.cs
rename to src/Ably.PubSub.Shared/Push/ActivationStateMachine.States.cs
diff --git a/src/IO.Ably.Shared/Push/ActivationStateMachine.cs b/src/Ably.PubSub.Shared/Push/ActivationStateMachine.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/ActivationStateMachine.cs
rename to src/Ably.PubSub.Shared/Push/ActivationStateMachine.cs
diff --git a/src/IO.Ably.Shared/Push/DeviceDetails.cs b/src/Ably.PubSub.Shared/Push/DeviceDetails.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/DeviceDetails.cs
rename to src/Ably.PubSub.Shared/Push/DeviceDetails.cs
diff --git a/src/IO.Ably.Shared/Push/DeviceFormFactor.cs b/src/Ably.PubSub.Shared/Push/DeviceFormFactor.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/DeviceFormFactor.cs
rename to src/Ably.PubSub.Shared/Push/DeviceFormFactor.cs
diff --git a/src/IO.Ably.Shared/Push/IDeviceRegistrations.cs b/src/Ably.PubSub.Shared/Push/IDeviceRegistrations.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/IDeviceRegistrations.cs
rename to src/Ably.PubSub.Shared/Push/IDeviceRegistrations.cs
diff --git a/src/IO.Ably.Shared/Push/IMobileDevice.cs b/src/Ably.PubSub.Shared/Push/IMobileDevice.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/IMobileDevice.cs
rename to src/Ably.PubSub.Shared/Push/IMobileDevice.cs
diff --git a/src/IO.Ably.Shared/Push/IPushChannelSubscriptions.cs b/src/Ably.PubSub.Shared/Push/IPushChannelSubscriptions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/IPushChannelSubscriptions.cs
rename to src/Ably.PubSub.Shared/Push/IPushChannelSubscriptions.cs
diff --git a/src/IO.Ably.Shared/Push/ListDeviceDetailsRequest.cs b/src/Ably.PubSub.Shared/Push/ListDeviceDetailsRequest.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/ListDeviceDetailsRequest.cs
rename to src/Ably.PubSub.Shared/Push/ListDeviceDetailsRequest.cs
diff --git a/src/IO.Ably.Shared/Push/ListSubscriptionsRequest.cs b/src/Ably.PubSub.Shared/Push/ListSubscriptionsRequest.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/ListSubscriptionsRequest.cs
rename to src/Ably.PubSub.Shared/Push/ListSubscriptionsRequest.cs
diff --git a/src/IO.Ably.Shared/Push/LocalDevice.cs b/src/Ably.PubSub.Shared/Push/LocalDevice.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/LocalDevice.cs
rename to src/Ably.PubSub.Shared/Push/LocalDevice.cs
diff --git a/src/IO.Ably.Shared/Push/PersistKeys.cs b/src/Ably.PubSub.Shared/Push/PersistKeys.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/PersistKeys.cs
rename to src/Ably.PubSub.Shared/Push/PersistKeys.cs
diff --git a/src/IO.Ably.Shared/Push/PushAdmin.cs b/src/Ably.PubSub.Shared/Push/PushAdmin.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/PushAdmin.cs
rename to src/Ably.PubSub.Shared/Push/PushAdmin.cs
diff --git a/src/IO.Ably.Shared/Push/PushCallbacks.cs b/src/Ably.PubSub.Shared/Push/PushCallbacks.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/PushCallbacks.cs
rename to src/Ably.PubSub.Shared/Push/PushCallbacks.cs
diff --git a/src/IO.Ably.Shared/Push/PushChannel.cs b/src/Ably.PubSub.Shared/Push/PushChannel.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/PushChannel.cs
rename to src/Ably.PubSub.Shared/Push/PushChannel.cs
diff --git a/src/IO.Ably.Shared/Push/PushChannelSubscription.cs b/src/Ably.PubSub.Shared/Push/PushChannelSubscription.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/PushChannelSubscription.cs
rename to src/Ably.PubSub.Shared/Push/PushChannelSubscription.cs
diff --git a/src/IO.Ably.Shared/Push/PushRealtime.cs b/src/Ably.PubSub.Shared/Push/PushRealtime.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/PushRealtime.cs
rename to src/Ably.PubSub.Shared/Push/PushRealtime.cs
diff --git a/src/IO.Ably.Shared/Push/PushRest.cs b/src/Ably.PubSub.Shared/Push/PushRest.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/PushRest.cs
rename to src/Ably.PubSub.Shared/Push/PushRest.cs
diff --git a/src/IO.Ably.Shared/Push/RegistrationToken.cs b/src/Ably.PubSub.Shared/Push/RegistrationToken.cs
similarity index 100%
rename from src/IO.Ably.Shared/Push/RegistrationToken.cs
rename to src/Ably.PubSub.Shared/Push/RegistrationToken.cs
diff --git a/src/IO.Ably.Shared/QueryDirection.cs b/src/Ably.PubSub.Shared/QueryDirection.cs
similarity index 100%
rename from src/IO.Ably.Shared/QueryDirection.cs
rename to src/Ably.PubSub.Shared/QueryDirection.cs
diff --git a/src/IO.Ably.Shared/Realtime/AttemptsHelpers.cs b/src/Ably.PubSub.Shared/Realtime/AttemptsHelpers.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/AttemptsHelpers.cs
rename to src/Ably.PubSub.Shared/Realtime/AttemptsHelpers.cs
diff --git a/src/IO.Ably.Shared/Realtime/ChannelAwaiter.cs b/src/Ably.PubSub.Shared/Realtime/ChannelAwaiter.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ChannelAwaiter.cs
rename to src/Ably.PubSub.Shared/Realtime/ChannelAwaiter.cs
diff --git a/src/IO.Ably.Shared/Realtime/ChannelErrorEventArgs.cs b/src/Ably.PubSub.Shared/Realtime/ChannelErrorEventArgs.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ChannelErrorEventArgs.cs
rename to src/Ably.PubSub.Shared/Realtime/ChannelErrorEventArgs.cs
diff --git a/src/IO.Ably.Shared/Realtime/ChannelEvent.cs b/src/Ably.PubSub.Shared/Realtime/ChannelEvent.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ChannelEvent.cs
rename to src/Ably.PubSub.Shared/Realtime/ChannelEvent.cs
diff --git a/src/IO.Ably.Shared/Realtime/ChannelMessageProcessor.cs b/src/Ably.PubSub.Shared/Realtime/ChannelMessageProcessor.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ChannelMessageProcessor.cs
rename to src/Ably.PubSub.Shared/Realtime/ChannelMessageProcessor.cs
diff --git a/src/IO.Ably.Shared/Realtime/ChannelProperties.cs b/src/Ably.PubSub.Shared/Realtime/ChannelProperties.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ChannelProperties.cs
rename to src/Ably.PubSub.Shared/Realtime/ChannelProperties.cs
diff --git a/src/IO.Ably.Shared/Realtime/ChannelState.cs b/src/Ably.PubSub.Shared/Realtime/ChannelState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ChannelState.cs
rename to src/Ably.PubSub.Shared/Realtime/ChannelState.cs
diff --git a/src/IO.Ably.Shared/Realtime/ChannelStateChangedEventArgs.cs b/src/Ably.PubSub.Shared/Realtime/ChannelStateChangedEventArgs.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ChannelStateChangedEventArgs.cs
rename to src/Ably.PubSub.Shared/Realtime/ChannelStateChangedEventArgs.cs
diff --git a/src/IO.Ably.Shared/Realtime/Connection.cs b/src/Ably.PubSub.Shared/Realtime/Connection.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Connection.cs
rename to src/Ably.PubSub.Shared/Realtime/Connection.cs
diff --git a/src/IO.Ably.Shared/Realtime/ConnectionEvent.cs b/src/Ably.PubSub.Shared/Realtime/ConnectionEvent.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ConnectionEvent.cs
rename to src/Ably.PubSub.Shared/Realtime/ConnectionEvent.cs
diff --git a/src/IO.Ably.Shared/Realtime/ConnectionState.cs b/src/Ably.PubSub.Shared/Realtime/ConnectionState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ConnectionState.cs
rename to src/Ably.PubSub.Shared/Realtime/ConnectionState.cs
diff --git a/src/IO.Ably.Shared/Realtime/ConnectionStateChangedEventArgs.cs b/src/Ably.PubSub.Shared/Realtime/ConnectionStateChangedEventArgs.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/ConnectionStateChangedEventArgs.cs
rename to src/Ably.PubSub.Shared/Realtime/ConnectionStateChangedEventArgs.cs
diff --git a/src/IO.Ably.Shared/Realtime/Handlers.cs b/src/Ably.PubSub.Shared/Realtime/Handlers.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Handlers.cs
rename to src/Ably.PubSub.Shared/Realtime/Handlers.cs
diff --git a/src/IO.Ably.Shared/Realtime/IRealtimeChannel.cs b/src/Ably.PubSub.Shared/Realtime/IRealtimeChannel.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/IRealtimeChannel.cs
rename to src/Ably.PubSub.Shared/Realtime/IRealtimeChannel.cs
diff --git a/src/IO.Ably.Shared/Realtime/LastMessageIds.cs b/src/Ably.PubSub.Shared/Realtime/LastMessageIds.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/LastMessageIds.cs
rename to src/Ably.PubSub.Shared/Realtime/LastMessageIds.cs
diff --git a/src/IO.Ably.Shared/Realtime/MessageHandlerAction.cs b/src/Ably.PubSub.Shared/Realtime/MessageHandlerAction.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/MessageHandlerAction.cs
rename to src/Ably.PubSub.Shared/Realtime/MessageHandlerAction.cs
diff --git a/src/IO.Ably.Shared/Realtime/Presence.GetParams.cs b/src/Ably.PubSub.Shared/Realtime/Presence.GetParams.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Presence.GetParams.cs
rename to src/Ably.PubSub.Shared/Realtime/Presence.GetParams.cs
diff --git a/src/IO.Ably.Shared/Realtime/Presence.QueuedPresenceMessage.cs b/src/Ably.PubSub.Shared/Realtime/Presence.QueuedPresenceMessage.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Presence.QueuedPresenceMessage.cs
rename to src/Ably.PubSub.Shared/Realtime/Presence.QueuedPresenceMessage.cs
diff --git a/src/IO.Ably.Shared/Realtime/Presence.cs b/src/Ably.PubSub.Shared/Realtime/Presence.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Presence.cs
rename to src/Ably.PubSub.Shared/Realtime/Presence.cs
diff --git a/src/IO.Ably.Shared/Realtime/PresenceMap.cs b/src/Ably.PubSub.Shared/Realtime/PresenceMap.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/PresenceMap.cs
rename to src/Ably.PubSub.Shared/Realtime/PresenceMap.cs
diff --git a/src/IO.Ably.Shared/Realtime/RealtimeChannel.cs b/src/Ably.PubSub.Shared/Realtime/RealtimeChannel.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/RealtimeChannel.cs
rename to src/Ably.PubSub.Shared/Realtime/RealtimeChannel.cs
diff --git a/src/IO.Ably.Shared/Realtime/RealtimeChannels.cs b/src/Ably.PubSub.Shared/Realtime/RealtimeChannels.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/RealtimeChannels.cs
rename to src/Ably.PubSub.Shared/Realtime/RealtimeChannels.cs
diff --git a/src/IO.Ably.Shared/Realtime/RealtimeTransportData.cs b/src/Ably.PubSub.Shared/Realtime/RealtimeTransportData.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/RealtimeTransportData.cs
rename to src/Ably.PubSub.Shared/Realtime/RealtimeTransportData.cs
diff --git a/src/IO.Ably.Shared/Realtime/RecoveryKeyContext.cs b/src/Ably.PubSub.Shared/Realtime/RecoveryKeyContext.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/RecoveryKeyContext.cs
rename to src/Ably.PubSub.Shared/Realtime/RecoveryKeyContext.cs
diff --git a/src/IO.Ably.Shared/Realtime/Workflows/ChannelCommands.cs b/src/Ably.PubSub.Shared/Realtime/Workflows/ChannelCommands.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Workflows/ChannelCommands.cs
rename to src/Ably.PubSub.Shared/Realtime/Workflows/ChannelCommands.cs
diff --git a/src/IO.Ably.Shared/Realtime/Workflows/IQueueCommand.cs b/src/Ably.PubSub.Shared/Realtime/Workflows/IQueueCommand.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Workflows/IQueueCommand.cs
rename to src/Ably.PubSub.Shared/Realtime/Workflows/IQueueCommand.cs
diff --git a/src/IO.Ably.Shared/Realtime/Workflows/PingRequest.cs b/src/Ably.PubSub.Shared/Realtime/Workflows/PingRequest.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Workflows/PingRequest.cs
rename to src/Ably.PubSub.Shared/Realtime/Workflows/PingRequest.cs
diff --git a/src/IO.Ably.Shared/Realtime/Workflows/RealtimeCommand.cs b/src/Ably.PubSub.Shared/Realtime/Workflows/RealtimeCommand.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Workflows/RealtimeCommand.cs
rename to src/Ably.PubSub.Shared/Realtime/Workflows/RealtimeCommand.cs
diff --git a/src/IO.Ably.Shared/Realtime/Workflows/RealtimeCommands.cs b/src/Ably.PubSub.Shared/Realtime/Workflows/RealtimeCommands.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Workflows/RealtimeCommands.cs
rename to src/Ably.PubSub.Shared/Realtime/Workflows/RealtimeCommands.cs
diff --git a/src/IO.Ably.Shared/Realtime/Workflows/RealtimeState.cs b/src/Ably.PubSub.Shared/Realtime/Workflows/RealtimeState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Workflows/RealtimeState.cs
rename to src/Ably.PubSub.Shared/Realtime/Workflows/RealtimeState.cs
diff --git a/src/IO.Ably.Shared/Realtime/Workflows/RealtimeWorkflow.cs b/src/Ably.PubSub.Shared/Realtime/Workflows/RealtimeWorkflow.cs
similarity index 100%
rename from src/IO.Ably.Shared/Realtime/Workflows/RealtimeWorkflow.cs
rename to src/Ably.PubSub.Shared/Realtime/Workflows/RealtimeWorkflow.cs
diff --git a/src/IO.Ably.Shared/Rest/ChannelDetails.cs b/src/Ably.PubSub.Shared/Rest/ChannelDetails.cs
similarity index 100%
rename from src/IO.Ably.Shared/Rest/ChannelDetails.cs
rename to src/Ably.PubSub.Shared/Rest/ChannelDetails.cs
diff --git a/src/IO.Ably.Shared/Rest/ChannelOptions.cs b/src/Ably.PubSub.Shared/Rest/ChannelOptions.cs
similarity index 100%
rename from src/IO.Ably.Shared/Rest/ChannelOptions.cs
rename to src/Ably.PubSub.Shared/Rest/ChannelOptions.cs
diff --git a/src/IO.Ably.Shared/Rest/IRestChannel.cs b/src/Ably.PubSub.Shared/Rest/IRestChannel.cs
similarity index 100%
rename from src/IO.Ably.Shared/Rest/IRestChannel.cs
rename to src/Ably.PubSub.Shared/Rest/IRestChannel.cs
diff --git a/src/IO.Ably.Shared/Rest/RestChannel.cs b/src/Ably.PubSub.Shared/Rest/RestChannel.cs
similarity index 100%
rename from src/IO.Ably.Shared/Rest/RestChannel.cs
rename to src/Ably.PubSub.Shared/Rest/RestChannel.cs
diff --git a/src/IO.Ably.Shared/Rest/RestChannels.cs b/src/Ably.PubSub.Shared/Rest/RestChannels.cs
similarity index 100%
rename from src/IO.Ably.Shared/Rest/RestChannels.cs
rename to src/Ably.PubSub.Shared/Rest/RestChannels.cs
diff --git a/src/IO.Ably.Shared/Result.cs b/src/Ably.PubSub.Shared/Result.cs
similarity index 100%
rename from src/IO.Ably.Shared/Result.cs
rename to src/Ably.PubSub.Shared/Result.cs
diff --git a/src/IO.Ably.Shared/Statistics.cs b/src/Ably.PubSub.Shared/Statistics.cs
similarity index 100%
rename from src/IO.Ably.Shared/Statistics.cs
rename to src/Ably.PubSub.Shared/Statistics.cs
diff --git a/src/IO.Ably.Shared/TaskConstants.cs b/src/Ably.PubSub.Shared/TaskConstants.cs
similarity index 100%
rename from src/IO.Ably.Shared/TaskConstants.cs
rename to src/Ably.PubSub.Shared/TaskConstants.cs
diff --git a/src/IO.Ably.Shared/TokenDetails.cs b/src/Ably.PubSub.Shared/TokenDetails.cs
similarity index 100%
rename from src/IO.Ably.Shared/TokenDetails.cs
rename to src/Ably.PubSub.Shared/TokenDetails.cs
diff --git a/src/IO.Ably.Shared/TokenParams.cs b/src/Ably.PubSub.Shared/TokenParams.cs
similarity index 100%
rename from src/IO.Ably.Shared/TokenParams.cs
rename to src/Ably.PubSub.Shared/TokenParams.cs
diff --git a/src/IO.Ably.Shared/TokenRequest.cs b/src/Ably.PubSub.Shared/TokenRequest.cs
similarity index 100%
rename from src/IO.Ably.Shared/TokenRequest.cs
rename to src/Ably.PubSub.Shared/TokenRequest.cs
diff --git a/src/IO.Ably.Shared/TokenResponse.cs b/src/Ably.PubSub.Shared/TokenResponse.cs
similarity index 100%
rename from src/IO.Ably.Shared/TokenResponse.cs
rename to src/Ably.PubSub.Shared/TokenResponse.cs
diff --git a/src/IO.Ably.Shared/Transport/AttemptFailedState.cs b/src/Ably.PubSub.Shared/Transport/AttemptFailedState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/AttemptFailedState.cs
rename to src/Ably.PubSub.Shared/Transport/AttemptFailedState.cs
diff --git a/src/IO.Ably.Shared/Transport/ConnectionAttempt.cs b/src/Ably.PubSub.Shared/Transport/ConnectionAttempt.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/ConnectionAttempt.cs
rename to src/Ably.PubSub.Shared/Transport/ConnectionAttempt.cs
diff --git a/src/IO.Ably.Shared/Transport/ConnectionAttemptsInfo.cs b/src/Ably.PubSub.Shared/Transport/ConnectionAttemptsInfo.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/ConnectionAttemptsInfo.cs
rename to src/Ably.PubSub.Shared/Transport/ConnectionAttemptsInfo.cs
diff --git a/src/IO.Ably.Shared/Transport/ConnectionHeartbeatHandler.cs b/src/Ably.PubSub.Shared/Transport/ConnectionHeartbeatHandler.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/ConnectionHeartbeatHandler.cs
rename to src/Ably.PubSub.Shared/Transport/ConnectionHeartbeatHandler.cs
diff --git a/src/IO.Ably.Shared/Transport/ConnectionInfo.cs b/src/Ably.PubSub.Shared/Transport/ConnectionInfo.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/ConnectionInfo.cs
rename to src/Ably.PubSub.Shared/Transport/ConnectionInfo.cs
diff --git a/src/IO.Ably.Shared/Transport/ConnectionManager.cs b/src/Ably.PubSub.Shared/Transport/ConnectionManager.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/ConnectionManager.cs
rename to src/Ably.PubSub.Shared/Transport/ConnectionManager.cs
diff --git a/src/IO.Ably.Shared/Transport/IConnectionContext.cs b/src/Ably.PubSub.Shared/Transport/IConnectionContext.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/IConnectionContext.cs
rename to src/Ably.PubSub.Shared/Transport/IConnectionContext.cs
diff --git a/src/IO.Ably.Shared/Transport/IConnectionManager.cs b/src/Ably.PubSub.Shared/Transport/IConnectionManager.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/IConnectionManager.cs
rename to src/Ably.PubSub.Shared/Transport/IConnectionManager.cs
diff --git a/src/IO.Ably.Shared/Transport/ITransport.cs b/src/Ably.PubSub.Shared/Transport/ITransport.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/ITransport.cs
rename to src/Ably.PubSub.Shared/Transport/ITransport.cs
diff --git a/src/IO.Ably.Shared/Transport/MessageAndCallback.cs b/src/Ably.PubSub.Shared/Transport/MessageAndCallback.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/MessageAndCallback.cs
rename to src/Ably.PubSub.Shared/Transport/MessageAndCallback.cs
diff --git a/src/IO.Ably.Shared/Transport/MsWebSocketConnection.cs b/src/Ably.PubSub.Shared/Transport/MsWebSocketConnection.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/MsWebSocketConnection.cs
rename to src/Ably.PubSub.Shared/Transport/MsWebSocketConnection.cs
diff --git a/src/IO.Ably.Shared/Transport/MsWebSocketTransport.cs b/src/Ably.PubSub.Shared/Transport/MsWebSocketTransport.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/MsWebSocketTransport.cs
rename to src/Ably.PubSub.Shared/Transport/MsWebSocketTransport.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionClosedState.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionClosedState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionClosedState.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionClosedState.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionClosingState.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionClosingState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionClosingState.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionClosingState.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionConnectedState.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionConnectedState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionConnectedState.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionConnectedState.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionConnectingState.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionConnectingState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionConnectingState.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionConnectingState.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionDisconnectedState.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionDisconnectedState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionDisconnectedState.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionDisconnectedState.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionFailedState.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionFailedState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionFailedState.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionFailedState.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionInitializedState.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionInitializedState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionInitializedState.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionInitializedState.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionStateBase.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionStateBase.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionStateBase.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionStateBase.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ConnectionSuspendedState.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionSuspendedState.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ConnectionSuspendedState.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ConnectionSuspendedState.cs
diff --git a/src/IO.Ably.Shared/Transport/States/Connection/ICountdownTimer.cs b/src/Ably.PubSub.Shared/Transport/States/Connection/ICountdownTimer.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/States/Connection/ICountdownTimer.cs
rename to src/Ably.PubSub.Shared/Transport/States/Connection/ICountdownTimer.cs
diff --git a/src/IO.Ably.Shared/Transport/TaskWrapper.cs b/src/Ably.PubSub.Shared/Transport/TaskWrapper.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/TaskWrapper.cs
rename to src/Ably.PubSub.Shared/Transport/TaskWrapper.cs
diff --git a/src/IO.Ably.Shared/Transport/TransportParams.cs b/src/Ably.PubSub.Shared/Transport/TransportParams.cs
similarity index 100%
rename from src/IO.Ably.Shared/Transport/TransportParams.cs
rename to src/Ably.PubSub.Shared/Transport/TransportParams.cs
diff --git a/src/IO.Ably.Shared/Types/AuthDetails.cs b/src/Ably.PubSub.Shared/Types/AuthDetails.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/AuthDetails.cs
rename to src/Ably.PubSub.Shared/Types/AuthDetails.cs
diff --git a/src/IO.Ably.Shared/Types/ChannelModes.cs b/src/Ably.PubSub.Shared/Types/ChannelModes.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/ChannelModes.cs
rename to src/Ably.PubSub.Shared/Types/ChannelModes.cs
diff --git a/src/IO.Ably.Shared/Types/ChannelParams.cs b/src/Ably.PubSub.Shared/Types/ChannelParams.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/ChannelParams.cs
rename to src/Ably.PubSub.Shared/Types/ChannelParams.cs
diff --git a/src/IO.Ably.Shared/Types/ConnectionDetails.cs b/src/Ably.PubSub.Shared/Types/ConnectionDetails.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/ConnectionDetails.cs
rename to src/Ably.PubSub.Shared/Types/ConnectionDetails.cs
diff --git a/src/IO.Ably.Shared/Types/ErrorCodes.cs b/src/Ably.PubSub.Shared/Types/ErrorCodes.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/ErrorCodes.cs
rename to src/Ably.PubSub.Shared/Types/ErrorCodes.cs
diff --git a/src/IO.Ably.Shared/Types/ErrorInfo.cs b/src/Ably.PubSub.Shared/Types/ErrorInfo.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/ErrorInfo.cs
rename to src/Ably.PubSub.Shared/Types/ErrorInfo.cs
diff --git a/src/IO.Ably.Shared/Types/IMessage.cs b/src/Ably.PubSub.Shared/Types/IMessage.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/IMessage.cs
rename to src/Ably.PubSub.Shared/Types/IMessage.cs
diff --git a/src/IO.Ably.Shared/Types/LockedList.cs b/src/Ably.PubSub.Shared/Types/LockedList.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/LockedList.cs
rename to src/Ably.PubSub.Shared/Types/LockedList.cs
diff --git a/src/IO.Ably.Shared/Types/Message.cs b/src/Ably.PubSub.Shared/Types/Message.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/Message.cs
rename to src/Ably.PubSub.Shared/Types/Message.cs
diff --git a/src/IO.Ably.Shared/Types/MessageExtras.cs b/src/Ably.PubSub.Shared/Types/MessageExtras.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/MessageExtras.cs
rename to src/Ably.PubSub.Shared/Types/MessageExtras.cs
diff --git a/src/IO.Ably.Shared/Types/OperatingSystem.cs b/src/Ably.PubSub.Shared/Types/OperatingSystem.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/OperatingSystem.cs
rename to src/Ably.PubSub.Shared/Types/OperatingSystem.cs
diff --git a/src/IO.Ably.Shared/Types/PresenceMessage.cs b/src/Ably.PubSub.Shared/Types/PresenceMessage.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/PresenceMessage.cs
rename to src/Ably.PubSub.Shared/Types/PresenceMessage.cs
diff --git a/src/IO.Ably.Shared/Types/ProtocolMessage.cs b/src/Ably.PubSub.Shared/Types/ProtocolMessage.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/ProtocolMessage.cs
rename to src/Ably.PubSub.Shared/Types/ProtocolMessage.cs
diff --git a/src/IO.Ably.Shared/Types/SemanticVersion.cs b/src/Ably.PubSub.Shared/Types/SemanticVersion.cs
similarity index 100%
rename from src/IO.Ably.Shared/Types/SemanticVersion.cs
rename to src/Ably.PubSub.Shared/Types/SemanticVersion.cs
diff --git a/src/IO.Ably.Shared/Unity/UnityAdapter.cs b/src/Ably.PubSub.Shared/Unity/UnityAdapter.cs
similarity index 100%
rename from src/IO.Ably.Shared/Unity/UnityAdapter.cs
rename to src/Ably.PubSub.Shared/Unity/UnityAdapter.cs
diff --git a/src/IO.Ably.Shared/Unity/UnityHelper.cs b/src/Ably.PubSub.Shared/Unity/UnityHelper.cs
similarity index 100%
rename from src/IO.Ably.Shared/Unity/UnityHelper.cs
rename to src/Ably.PubSub.Shared/Unity/UnityHelper.cs
diff --git a/src/IO.Ably.Shared/Utils/ActionOnDispose.cs b/src/Ably.PubSub.Shared/Utils/ActionOnDispose.cs
similarity index 100%
rename from src/IO.Ably.Shared/Utils/ActionOnDispose.cs
rename to src/Ably.PubSub.Shared/Utils/ActionOnDispose.cs
diff --git a/src/IO.Ably.Shared/Utils/ActionUtils.cs b/src/Ably.PubSub.Shared/Utils/ActionUtils.cs
similarity index 100%
rename from src/IO.Ably.Shared/Utils/ActionUtils.cs
rename to src/Ably.PubSub.Shared/Utils/ActionUtils.cs
diff --git a/src/IO.Ably.Shared/Utils/ConnectionChangeAwaiter.cs b/src/Ably.PubSub.Shared/Utils/ConnectionChangeAwaiter.cs
similarity index 100%
rename from src/IO.Ably.Shared/Utils/ConnectionChangeAwaiter.cs
rename to src/Ably.PubSub.Shared/Utils/ConnectionChangeAwaiter.cs
diff --git a/src/IO.Ably.Shared/Utils/ErrorPolicy.cs b/src/Ably.PubSub.Shared/Utils/ErrorPolicy.cs
similarity index 100%
rename from src/IO.Ably.Shared/Utils/ErrorPolicy.cs
rename to src/Ably.PubSub.Shared/Utils/ErrorPolicy.cs
diff --git a/src/IO.Ably.Shared/Utils/ReconnectionStrategy.cs b/src/Ably.PubSub.Shared/Utils/ReconnectionStrategy.cs
similarity index 100%
rename from src/IO.Ably.Shared/Utils/ReconnectionStrategy.cs
rename to src/Ably.PubSub.Shared/Utils/ReconnectionStrategy.cs
diff --git a/src/IO.Ably.Shared/Utils/StringUtils.cs b/src/Ably.PubSub.Shared/Utils/StringUtils.cs
similarity index 100%
rename from src/IO.Ably.Shared/Utils/StringUtils.cs
rename to src/Ably.PubSub.Shared/Utils/StringUtils.cs
diff --git a/src/IO.Ably.Shared/Utils/TaskUtils.cs b/src/Ably.PubSub.Shared/Utils/TaskUtils.cs
similarity index 100%
rename from src/IO.Ably.Shared/Utils/TaskUtils.cs
rename to src/Ably.PubSub.Shared/Utils/TaskUtils.cs
diff --git a/src/IO.Ably.Tests.DotNET/IO.Ably.Tests.DotNET.csproj b/src/Ably.PubSub.Tests.DotNET/Ably.PubSub.Tests.DotNET.csproj
similarity index 79%
rename from src/IO.Ably.Tests.DotNET/IO.Ably.Tests.DotNET.csproj
rename to src/Ably.PubSub.Tests.DotNET/Ably.PubSub.Tests.DotNET.csproj
index eff508212..87c98ee2f 100644
--- a/src/IO.Ably.Tests.DotNET/IO.Ably.Tests.DotNET.csproj
+++ b/src/Ably.PubSub.Tests.DotNET/Ably.PubSub.Tests.DotNET.csproj
@@ -47,7 +47,7 @@
-
+
@@ -61,29 +61,29 @@
-
+
delta\1
-
+
delta\1.vcdiff
-
+
delta\2
-
+
delta\2.vcdiff
-
+
delta\3
-
+
delta\3.vcdiff
-
+
delta\4
-
+
diff --git a/src/IO.Ably.Tests.DotNET/MsgPackStatsTest.json b/src/Ably.PubSub.Tests.DotNET/MsgPackStatsTest.json
similarity index 100%
rename from src/IO.Ably.Tests.DotNET/MsgPackStatsTest.json
rename to src/Ably.PubSub.Tests.DotNET/MsgPackStatsTest.json
diff --git a/src/IO.Ably.Tests.DotNET/StatsFixture.json b/src/Ably.PubSub.Tests.DotNET/StatsFixture.json
similarity index 100%
rename from src/IO.Ably.Tests.DotNET/StatsFixture.json
rename to src/Ably.PubSub.Tests.DotNET/StatsFixture.json
diff --git a/src/IO.Ably.Tests.DotNET/StatsInterval.json b/src/Ably.PubSub.Tests.DotNET/StatsInterval.json
similarity index 100%
rename from src/IO.Ably.Tests.DotNET/StatsInterval.json
rename to src/Ably.PubSub.Tests.DotNET/StatsInterval.json
diff --git a/src/IO.Ably.Tests.DotNET/xunit.runner.json b/src/Ably.PubSub.Tests.DotNET/xunit.runner.json
similarity index 100%
rename from src/IO.Ably.Tests.DotNET/xunit.runner.json
rename to src/Ably.PubSub.Tests.DotNET/xunit.runner.json
diff --git a/src/IO.Ably.Tests.NETFramework/IO.Ably.Tests.NETFramework.csproj b/src/Ably.PubSub.Tests.NETFramework/Ably.PubSub.Tests.NETFramework.csproj
similarity index 84%
rename from src/IO.Ably.Tests.NETFramework/IO.Ably.Tests.NETFramework.csproj
rename to src/Ably.PubSub.Tests.NETFramework/Ably.PubSub.Tests.NETFramework.csproj
index 1c7f16f63..2c0588464 100644
--- a/src/IO.Ably.Tests.NETFramework/IO.Ably.Tests.NETFramework.csproj
+++ b/src/Ably.PubSub.Tests.NETFramework/Ably.PubSub.Tests.NETFramework.csproj
@@ -7,8 +7,8 @@
{567FEEF7-41AF-42F2-AD34-546A278355B1}
Library
Properties
- IO.Ably.Tests.NETFramework
- IO.Ably.Tests.NETFramework
+ Ably.PubSub.Tests.NETFramework
+ Ably.PubSub.Tests.NETFramework
v4.6.2
512
8
@@ -72,25 +72,25 @@
-
+
delta\1
-
+
delta\1.vcdiff
-
+
delta\2
-
+
delta\2.vcdiff
-
+
delta\3
-
+
delta\3.vcdiff
-
+
delta\4
@@ -140,11 +140,11 @@
-
+
{2d265650-b1ec-4f8d-b043-a2e3dcc23fd8}
- IO.Ably.NETFramework
+ Ably.PubSub.Core.NETFramework
-
+
diff --git a/src/IO.Ably.Tests.NETFramework/App.config b/src/Ably.PubSub.Tests.NETFramework/App.config
similarity index 100%
rename from src/IO.Ably.Tests.NETFramework/App.config
rename to src/Ably.PubSub.Tests.NETFramework/App.config
diff --git a/src/IO.Ably.Tests.NETFramework/MsgPackStatsTest.json b/src/Ably.PubSub.Tests.NETFramework/MsgPackStatsTest.json
similarity index 100%
rename from src/IO.Ably.Tests.NETFramework/MsgPackStatsTest.json
rename to src/Ably.PubSub.Tests.NETFramework/MsgPackStatsTest.json
diff --git a/src/IO.Ably.Tests.NETFramework/Properties/AssemblyInfo.cs b/src/Ably.PubSub.Tests.NETFramework/Properties/AssemblyInfo.cs
similarity index 92%
rename from src/IO.Ably.Tests.NETFramework/Properties/AssemblyInfo.cs
rename to src/Ably.PubSub.Tests.NETFramework/Properties/AssemblyInfo.cs
index 173031617..c25d79d73 100644
--- a/src/IO.Ably.Tests.NETFramework/Properties/AssemblyInfo.cs
+++ b/src/Ably.PubSub.Tests.NETFramework/Properties/AssemblyInfo.cs
@@ -4,11 +4,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("IO.Ably.Tests.Net46")]
+[assembly: AssemblyTitle("Ably.PubSub.Tests.Net46")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("IO.Ably.Tests.Net46")]
+[assembly: AssemblyProduct("Ably.PubSub.Tests.Net46")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/src/IO.Ably.Tests.NETFramework/StatsFixture.json b/src/Ably.PubSub.Tests.NETFramework/StatsFixture.json
similarity index 100%
rename from src/IO.Ably.Tests.NETFramework/StatsFixture.json
rename to src/Ably.PubSub.Tests.NETFramework/StatsFixture.json
diff --git a/src/IO.Ably.Tests.NETFramework/StatsInterval.json b/src/Ably.PubSub.Tests.NETFramework/StatsInterval.json
similarity index 100%
rename from src/IO.Ably.Tests.NETFramework/StatsInterval.json
rename to src/Ably.PubSub.Tests.NETFramework/StatsInterval.json
diff --git a/src/IO.Ably.Tests.Shared/IO.Ably.Tests.Shared.projitems b/src/Ably.PubSub.Tests.Shared/Ably.PubSub.Tests.Shared.projitems
similarity index 99%
rename from src/IO.Ably.Tests.Shared/IO.Ably.Tests.Shared.projitems
rename to src/Ably.PubSub.Tests.Shared/Ably.PubSub.Tests.Shared.projitems
index 2eace096f..5fc652f39 100644
--- a/src/IO.Ably.Tests.Shared/IO.Ably.Tests.Shared.projitems
+++ b/src/Ably.PubSub.Tests.Shared/Ably.PubSub.Tests.Shared.projitems
@@ -6,7 +6,7 @@
1609f12c-8216-4e7c-ade0-240bfe160242
- IO.Ably.Tests.Shared
+ Ably.PubSub.Tests.Shared
diff --git a/src/IO.Ably.Tests.Shared/IO.Ably.Tests.Shared.shproj b/src/Ably.PubSub.Tests.Shared/Ably.PubSub.Tests.Shared.shproj
similarity index 93%
rename from src/IO.Ably.Tests.Shared/IO.Ably.Tests.Shared.shproj
rename to src/Ably.PubSub.Tests.Shared/Ably.PubSub.Tests.Shared.shproj
index c96c9737c..bc5b28445 100644
--- a/src/IO.Ably.Tests.Shared/IO.Ably.Tests.Shared.shproj
+++ b/src/Ably.PubSub.Tests.Shared/Ably.PubSub.Tests.Shared.shproj
@@ -8,6 +8,6 @@
-
+
\ No newline at end of file
diff --git a/src/IO.Ably.Tests.Shared/AblyInsecureRequestExceptionTests.cs b/src/Ably.PubSub.Tests.Shared/AblyInsecureRequestExceptionTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AblyInsecureRequestExceptionTests.cs
rename to src/Ably.PubSub.Tests.Shared/AblyInsecureRequestExceptionTests.cs
diff --git a/src/IO.Ably.Tests.Shared/AblyResponseTests.cs b/src/Ably.PubSub.Tests.Shared/AblyResponseTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AblyResponseTests.cs
rename to src/Ably.PubSub.Tests.Shared/AblyResponseTests.cs
diff --git a/src/IO.Ably.Tests.Shared/AgentTests.cs b/src/Ably.PubSub.Tests.Shared/AgentTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AgentTests.cs
rename to src/Ably.PubSub.Tests.Shared/AgentTests.cs
diff --git a/src/IO.Ably.Tests.Shared/ApiKeyTests.cs b/src/Ably.PubSub.Tests.Shared/ApiKeyTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/ApiKeyTests.cs
rename to src/Ably.PubSub.Tests.Shared/ApiKeyTests.cs
diff --git a/src/IO.Ably.Tests.Shared/AuthTests/AuthOptionsTests.cs b/src/Ably.PubSub.Tests.Shared/AuthTests/AuthOptionsTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AuthTests/AuthOptionsTests.cs
rename to src/Ably.PubSub.Tests.Shared/AuthTests/AuthOptionsTests.cs
diff --git a/src/IO.Ably.Tests.Shared/AuthTests/AuthSandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/AuthTests/AuthSandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AuthTests/AuthSandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/AuthTests/AuthSandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/AuthTests/AuthorizationTests.cs b/src/Ably.PubSub.Tests.Shared/AuthTests/AuthorizationTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AuthTests/AuthorizationTests.cs
rename to src/Ably.PubSub.Tests.Shared/AuthTests/AuthorizationTests.cs
diff --git a/src/IO.Ably.Tests.Shared/AuthTests/AuthorizeTests.cs b/src/Ably.PubSub.Tests.Shared/AuthTests/AuthorizeTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AuthTests/AuthorizeTests.cs
rename to src/Ably.PubSub.Tests.Shared/AuthTests/AuthorizeTests.cs
diff --git a/src/IO.Ably.Tests.Shared/AuthTests/RequestTokenSpecs.cs b/src/Ably.PubSub.Tests.Shared/AuthTests/RequestTokenSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AuthTests/RequestTokenSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/AuthTests/RequestTokenSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/AuthTests/ServerTimeTests.cs b/src/Ably.PubSub.Tests.Shared/AuthTests/ServerTimeTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AuthTests/ServerTimeTests.cs
rename to src/Ably.PubSub.Tests.Shared/AuthTests/ServerTimeTests.cs
diff --git a/src/IO.Ably.Tests.Shared/AuthTests/TestAblyAuth.cs b/src/Ably.PubSub.Tests.Shared/AuthTests/TestAblyAuth.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/AuthTests/TestAblyAuth.cs
rename to src/Ably.PubSub.Tests.Shared/AuthTests/TestAblyAuth.cs
diff --git a/src/IO.Ably.Tests.Shared/CapabilityTests.cs b/src/Ably.PubSub.Tests.Shared/CapabilityTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/CapabilityTests.cs
rename to src/Ably.PubSub.Tests.Shared/CapabilityTests.cs
diff --git a/src/IO.Ably.Tests.Shared/CipherParamsTests.cs b/src/Ably.PubSub.Tests.Shared/CipherParamsTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/CipherParamsTests.cs
rename to src/Ably.PubSub.Tests.Shared/CipherParamsTests.cs
diff --git a/src/IO.Ably.Tests.Shared/ClientOptionsTests.cs b/src/Ably.PubSub.Tests.Shared/ClientOptionsTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/ClientOptionsTests.cs
rename to src/Ably.PubSub.Tests.Shared/ClientOptionsTests.cs
diff --git a/src/IO.Ably.Tests.Shared/CustomSerializers/DateTimeOffsetConverterTests.cs b/src/Ably.PubSub.Tests.Shared/CustomSerializers/DateTimeOffsetConverterTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/CustomSerializers/DateTimeOffsetConverterTests.cs
rename to src/Ably.PubSub.Tests.Shared/CustomSerializers/DateTimeOffsetConverterTests.cs
diff --git a/src/IO.Ably.Tests.Shared/CustomSerializers/MessageDataConverterTests.cs b/src/Ably.PubSub.Tests.Shared/CustomSerializers/MessageDataConverterTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/CustomSerializers/MessageDataConverterTests.cs
rename to src/Ably.PubSub.Tests.Shared/CustomSerializers/MessageDataConverterTests.cs
diff --git a/src/IO.Ably.Tests.Shared/CustomSerializers/MessageExtrasConverterTests.cs b/src/Ably.PubSub.Tests.Shared/CustomSerializers/MessageExtrasConverterTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/CustomSerializers/MessageExtrasConverterTests.cs
rename to src/Ably.PubSub.Tests.Shared/CustomSerializers/MessageExtrasConverterTests.cs
diff --git a/src/IO.Ably.Tests.Shared/DataRequestQueryParseTests.cs b/src/Ably.PubSub.Tests.Shared/DataRequestQueryParseTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/DataRequestQueryParseTests.cs
rename to src/Ably.PubSub.Tests.Shared/DataRequestQueryParseTests.cs
diff --git a/src/IO.Ably.Tests.Shared/DataRequestQueryTests.cs b/src/Ably.PubSub.Tests.Shared/DataRequestQueryTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/DataRequestQueryTests.cs
rename to src/Ably.PubSub.Tests.Shared/DataRequestQueryTests.cs
diff --git a/src/IO.Ably.Tests.Shared/DateHelper.cs b/src/Ably.PubSub.Tests.Shared/DateHelper.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/DateHelper.cs
rename to src/Ably.PubSub.Tests.Shared/DateHelper.cs
diff --git a/src/IO.Ably.Tests.Shared/DefaultTests.cs b/src/Ably.PubSub.Tests.Shared/DefaultTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/DefaultTests.cs
rename to src/Ably.PubSub.Tests.Shared/DefaultTests.cs
diff --git a/src/IO.Ably.Tests.Shared/EncryptionSpecs.cs b/src/Ably.PubSub.Tests.Shared/EncryptionSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/EncryptionSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/EncryptionSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/ErrorInfoTests.cs b/src/Ably.PubSub.Tests.Shared/ErrorInfoTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/ErrorInfoTests.cs
rename to src/Ably.PubSub.Tests.Shared/ErrorInfoTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Extensions/ChannelOptionsExtensions.cs b/src/Ably.PubSub.Tests.Shared/Extensions/ChannelOptionsExtensions.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Extensions/ChannelOptionsExtensions.cs
rename to src/Ably.PubSub.Tests.Shared/Extensions/ChannelOptionsExtensions.cs
diff --git a/src/IO.Ably.Tests.Shared/Extensions/StringExtensionsTests.cs b/src/Ably.PubSub.Tests.Shared/Extensions/StringExtensionsTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Extensions/StringExtensionsTests.cs
rename to src/Ably.PubSub.Tests.Shared/Extensions/StringExtensionsTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Helpers/JAssert.cs b/src/Ably.PubSub.Tests.Shared/Helpers/JAssert.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Helpers/JAssert.cs
rename to src/Ably.PubSub.Tests.Shared/Helpers/JAssert.cs
diff --git a/src/IO.Ably.Tests.Shared/Helpers/JDiff.cs b/src/Ably.PubSub.Tests.Shared/Helpers/JDiff.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Helpers/JDiff.cs
rename to src/Ably.PubSub.Tests.Shared/Helpers/JDiff.cs
diff --git a/src/IO.Ably.Tests.Shared/ImplicitTokenAuthWithClientId.cs b/src/Ably.PubSub.Tests.Shared/ImplicitTokenAuthWithClientId.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/ImplicitTokenAuthWithClientId.cs
rename to src/Ably.PubSub.Tests.Shared/ImplicitTokenAuthWithClientId.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/AblyCollectionFixture.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/AblyCollectionFixture.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/AblyCollectionFixture.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/AblyCollectionFixture.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/AblyRealtimeSpecs.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/AblyRealtimeSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/AblyRealtimeSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/AblyRealtimeSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/AblySandboxFixture.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/AblySandboxFixture.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/AblySandboxFixture.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/AblySandboxFixture.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/AblySpecs.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/AblySpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/AblySpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/AblySpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/ConditionalAwaiter.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/ConditionalAwaiter.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/ConditionalAwaiter.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/ConditionalAwaiter.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/ConnectionAwaiter.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/ConnectionAwaiter.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/ConnectionAwaiter.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/ConnectionAwaiter.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/FakeConnectionContext.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/FakeConnectionContext.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/FakeConnectionContext.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/FakeConnectionContext.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/FakeHttpMessageHandler.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/FakeHttpMessageHandler.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/FakeHttpMessageHandler.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/FakeHttpMessageHandler.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/FakeTimer.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/FakeTimer.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/FakeTimer.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/FakeTimer.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/FakeTransport.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/FakeTransport.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/FakeTransport.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/FakeTransport.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/FakeTransportFactory.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/FakeTransportFactory.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/FakeTransportFactory.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/FakeTransportFactory.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/InteroperabilityMessagePayloadDataAttribute.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/InteroperabilityMessagePayloadDataAttribute.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/InteroperabilityMessagePayloadDataAttribute.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/InteroperabilityMessagePayloadDataAttribute.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/MiscUtils.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/MiscUtils.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/MiscUtils.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/MiscUtils.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/Now.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/Now.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/Now.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/Now.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/NowTests.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/NowTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/NowTests.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/NowTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/ProtocolDataAttribute.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/ProtocolDataAttribute.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/ProtocolDataAttribute.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/ProtocolDataAttribute.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/ResourceHelper.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/ResourceHelper.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/ResourceHelper.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/ResourceHelper.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TaskCompleterAwaiterTests.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TaskCompleterAwaiterTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TaskCompleterAwaiterTests.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TaskCompleterAwaiterTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TaskCompletionAwaiter.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TaskCompletionAwaiter.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TaskCompletionAwaiter.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TaskCompletionAwaiter.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TaskCountAwaiter.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TaskCountAwaiter.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TaskCountAwaiter.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TaskCountAwaiter.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TestExtensions.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TestExtensions.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TestExtensions.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TestExtensions.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TestHelpers.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TestHelpers.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TestHelpers.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TestHelpers.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TestLogger.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TestLogger.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TestLogger.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TestLogger.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TestTransportFactory.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TestTransportFactory.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TestTransportFactory.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TestTransportFactory.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TestTransportWrapper.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TestTransportWrapper.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TestTransportWrapper.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TestTransportWrapper.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TimeoutCallback.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TimeoutCallback.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TimeoutCallback.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TimeoutCallback.cs
diff --git a/src/IO.Ably.Tests.Shared/Infrastructure/TimeoutCallbackTests.cs b/src/Ably.PubSub.Tests.Shared/Infrastructure/TimeoutCallbackTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Infrastructure/TimeoutCallbackTests.cs
rename to src/Ably.PubSub.Tests.Shared/Infrastructure/TimeoutCallbackTests.cs
diff --git a/src/IO.Ably.Tests.Shared/JsonMessageSerializerTests.cs b/src/Ably.PubSub.Tests.Shared/JsonMessageSerializerTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/JsonMessageSerializerTests.cs
rename to src/Ably.PubSub.Tests.Shared/JsonMessageSerializerTests.cs
diff --git a/src/IO.Ably.Tests.Shared/LoggerTests.cs b/src/Ably.PubSub.Tests.Shared/LoggerTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/LoggerTests.cs
rename to src/Ably.PubSub.Tests.Shared/LoggerTests.cs
diff --git a/src/IO.Ably.Tests.Shared/MessageEncodes/Base64EncoderTests.cs b/src/Ably.PubSub.Tests.Shared/MessageEncodes/Base64EncoderTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MessageEncodes/Base64EncoderTests.cs
rename to src/Ably.PubSub.Tests.Shared/MessageEncodes/Base64EncoderTests.cs
diff --git a/src/IO.Ably.Tests.Shared/MessageEncodes/CipherEncoderTests.cs b/src/Ably.PubSub.Tests.Shared/MessageEncodes/CipherEncoderTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MessageEncodes/CipherEncoderTests.cs
rename to src/Ably.PubSub.Tests.Shared/MessageEncodes/CipherEncoderTests.cs
diff --git a/src/IO.Ably.Tests.Shared/MessageEncodes/JsonEncoderTests.cs b/src/Ably.PubSub.Tests.Shared/MessageEncodes/JsonEncoderTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MessageEncodes/JsonEncoderTests.cs
rename to src/Ably.PubSub.Tests.Shared/MessageEncodes/JsonEncoderTests.cs
diff --git a/src/IO.Ably.Tests.Shared/MessageEncodes/MessageDecodingAcceptanceTests.cs b/src/Ably.PubSub.Tests.Shared/MessageEncodes/MessageDecodingAcceptanceTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MessageEncodes/MessageDecodingAcceptanceTests.cs
rename to src/Ably.PubSub.Tests.Shared/MessageEncodes/MessageDecodingAcceptanceTests.cs
diff --git a/src/IO.Ably.Tests.Shared/MessageEncodes/MessageEncodersAcceptanceTests.cs b/src/Ably.PubSub.Tests.Shared/MessageEncodes/MessageEncodersAcceptanceTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MessageEncodes/MessageEncodersAcceptanceTests.cs
rename to src/Ably.PubSub.Tests.Shared/MessageEncodes/MessageEncodersAcceptanceTests.cs
diff --git a/src/IO.Ably.Tests.Shared/MessageEncodes/ProtocolMessageSpecs.cs b/src/Ably.PubSub.Tests.Shared/MessageEncodes/ProtocolMessageSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MessageEncodes/ProtocolMessageSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/MessageEncodes/ProtocolMessageSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/MessageEncodes/Utf8EncoderTests.cs b/src/Ably.PubSub.Tests.Shared/MessageEncodes/Utf8EncoderTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MessageEncodes/Utf8EncoderTests.cs
rename to src/Ably.PubSub.Tests.Shared/MessageEncodes/Utf8EncoderTests.cs
diff --git a/src/IO.Ably.Tests.Shared/MessagePack/SerializationTests.cs b/src/Ably.PubSub.Tests.Shared/MessagePack/SerializationTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MessagePack/SerializationTests.cs
rename to src/Ably.PubSub.Tests.Shared/MessagePack/SerializationTests.cs
diff --git a/src/IO.Ably.Tests.Shared/MsgPackMessageSerializerTests.cs b/src/Ably.PubSub.Tests.Shared/MsgPackMessageSerializerTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/MsgPackMessageSerializerTests.cs
rename to src/Ably.PubSub.Tests.Shared/MsgPackMessageSerializerTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/ActivationStateMachineTests.cs b/src/Ably.PubSub.Tests.Shared/Push/ActivationStateMachineTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/ActivationStateMachineTests.cs
rename to src/Ably.PubSub.Tests.Shared/Push/ActivationStateMachineTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/FakeMobileDevice.cs b/src/Ably.PubSub.Tests.Shared/Push/FakeMobileDevice.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/FakeMobileDevice.cs
rename to src/Ably.PubSub.Tests.Shared/Push/FakeMobileDevice.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/ListDeviceDetailsRequestTests.cs b/src/Ably.PubSub.Tests.Shared/Push/ListDeviceDetailsRequestTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/ListDeviceDetailsRequestTests.cs
rename to src/Ably.PubSub.Tests.Shared/Push/ListDeviceDetailsRequestTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/ListSubscriptionsRequestTests.cs b/src/Ably.PubSub.Tests.Shared/Push/ListSubscriptionsRequestTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/ListSubscriptionsRequestTests.cs
rename to src/Ably.PubSub.Tests.Shared/Push/ListSubscriptionsRequestTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/LocalDeviceTests.cs b/src/Ably.PubSub.Tests.Shared/Push/LocalDeviceTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/LocalDeviceTests.cs
rename to src/Ably.PubSub.Tests.Shared/Push/LocalDeviceTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/PushAdminSandboxTests.cs b/src/Ably.PubSub.Tests.Shared/Push/PushAdminSandboxTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/PushAdminSandboxTests.cs
rename to src/Ably.PubSub.Tests.Shared/Push/PushAdminSandboxTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/PushAdminTests.cs b/src/Ably.PubSub.Tests.Shared/Push/PushAdminTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/PushAdminTests.cs
rename to src/Ably.PubSub.Tests.Shared/Push/PushAdminTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/PushChannelTests.cs b/src/Ably.PubSub.Tests.Shared/Push/PushChannelTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/PushChannelTests.cs
rename to src/Ably.PubSub.Tests.Shared/Push/PushChannelTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/PushRealtimeTests.cs b/src/Ably.PubSub.Tests.Shared/Push/PushRealtimeTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/PushRealtimeTests.cs
rename to src/Ably.PubSub.Tests.Shared/Push/PushRealtimeTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/PushTestHelpers.cs b/src/Ably.PubSub.Tests.Shared/Push/PushTestHelpers.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/PushTestHelpers.cs
rename to src/Ably.PubSub.Tests.Shared/Push/PushTestHelpers.cs
diff --git a/src/IO.Ably.Tests.Shared/Push/RegistrationTokenTest.cs b/src/Ably.PubSub.Tests.Shared/Push/RegistrationTokenTest.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Push/RegistrationTokenTest.cs
rename to src/Ably.PubSub.Tests.Shared/Push/RegistrationTokenTest.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ChannelSandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ChannelSandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ChannelSandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ChannelSandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ChannelSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ChannelSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ChannelSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ChannelSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ChannelsSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ChannelsSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ChannelsSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ChannelsSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionAttemptsInfoSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionAttemptsInfoSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionAttemptsInfoSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionAttemptsInfoSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSandBoxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSandBoxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSandBoxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSandBoxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSandboxOperatingSystemEventsForNetworkSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSandboxOperatingSystemEventsForNetworkSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSandboxOperatingSystemEventsForNetworkSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSandboxOperatingSystemEventsForNetworkSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSandboxTransportSideEffectsSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSandboxTransportSideEffectsSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSandboxTransportSideEffectsSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSandboxTransportSideEffectsSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/AblyRealtimeTestExtensions.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/AblyRealtimeTestExtensions.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/AblyRealtimeTestExtensions.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/AblyRealtimeTestExtensions.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFailureSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFailureSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFailureSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFailureSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFailuresOnceConnectedSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFailuresOnceConnectedSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFailuresOnceConnectedSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFailuresOnceConnectedSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFallbackSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFallbackSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFallbackSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionFallbackSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionIdSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionIdSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionIdSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionIdSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionKeySpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionKeySpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionKeySpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionKeySpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionParameterSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionParameterSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionParameterSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionParameterSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionPingSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionPingSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionPingSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionPingSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionRecoverySpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionRecoverySpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/ConnectionRecoverySpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/ConnectionRecoverySpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/EventEmitterSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/EventEmitterSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/EventEmitterSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/EventEmitterSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/GeneralConnectionSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/GeneralConnectionSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionSpecs/GeneralConnectionSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionSpecs/GeneralConnectionSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/ClosedStateSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/ClosedStateSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/ClosedStateSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/ClosedStateSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/ClosingStateSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/ClosingStateSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/ClosingStateSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/ClosingStateSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/ConnectedStateSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/ConnectedStateSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/ConnectedStateSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/ConnectedStateSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/ConnectingStateSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/ConnectingStateSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/ConnectingStateSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/ConnectingStateSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/DisconnectedStateSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/DisconnectedStateSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/DisconnectedStateSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/DisconnectedStateSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/FailedStateSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/FailedStateSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/FailedStateSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/FailedStateSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/InitializedStateSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/InitializedStateSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/InitializedStateSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/InitializedStateSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/SuspendedStateSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/SuspendedStateSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ConnectionStateTests/SuspendedStateSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ConnectionStateTests/SuspendedStateSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/CountDownTimerSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/CountDownTimerSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/CountDownTimerSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/CountDownTimerSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/DeltaLastMessageSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/DeltaLastMessageSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/DeltaLastMessageSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/DeltaLastMessageSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/DeltaSandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/DeltaSandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/DeltaSandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/DeltaSandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/DeltaSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/DeltaSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/DeltaSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/DeltaSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ExtraSandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ExtraSandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ExtraSandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ExtraSandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/MockHttpRealtimeSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/MockHttpRealtimeSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/MockHttpRealtimeSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/MockHttpRealtimeSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/PresenceSandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/PresenceSandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/PresenceSandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/PresenceSandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/ProtocolMessageTests.cs b/src/Ably.PubSub.Tests.Shared/Realtime/ProtocolMessageTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/ProtocolMessageTests.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/ProtocolMessageTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/RealtimeSandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/RealtimeSandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/RealtimeSandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/RealtimeSandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/RealtimeSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/RealtimeSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/RealtimeSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/RealtimeSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/RealtimeWorkflowSpecs.cs b/src/Ably.PubSub.Tests.Shared/Realtime/RealtimeWorkflowSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/RealtimeWorkflowSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/RealtimeWorkflowSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Realtime/RecoveryKeyContextSpec.cs b/src/Ably.PubSub.Tests.Shared/Realtime/RecoveryKeyContextSpec.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Realtime/RecoveryKeyContextSpec.cs
rename to src/Ably.PubSub.Tests.Shared/Realtime/RecoveryKeyContextSpec.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/AblyHttpClientSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/AblyHttpClientSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/AblyHttpClientSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/AblyHttpClientSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/ChannelOptionsDefaultsTests.cs b/src/Ably.PubSub.Tests.Shared/Rest/ChannelOptionsDefaultsTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/ChannelOptionsDefaultsTests.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/ChannelOptionsDefaultsTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/ChannelSandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/ChannelSandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/ChannelSandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/ChannelSandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/ChannelSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/ChannelSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/ChannelSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/ChannelSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/JwtSandboxSpec.cs b/src/Ably.PubSub.Tests.Shared/Rest/JwtSandboxSpec.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/JwtSandboxSpec.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/JwtSandboxSpec.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/MockHttpRestSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/MockHttpRestSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/MockHttpRestSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/MockHttpRestSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/PresenceSandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/PresenceSandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/PresenceSandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/PresenceSandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/PresenceSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/PresenceSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/PresenceSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/PresenceSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/RequestSandBoxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/RequestSandBoxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/RequestSandBoxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/RequestSandBoxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/RestInitSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/RestInitSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/RestInitSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/RestInitSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/RestSandBoxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/RestSandBoxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/RestSandBoxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/RestSandBoxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/RestSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/RestSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/RestSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/RestSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/SandboxSpecExtension.cs b/src/Ably.PubSub.Tests.Shared/Rest/SandboxSpecExtension.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/SandboxSpecExtension.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/SandboxSpecExtension.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/SandboxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/SandboxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/SandboxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/SandboxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/StatsSandBoxSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/StatsSandBoxSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/StatsSandBoxSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/StatsSandBoxSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/StatsSpecs.cs b/src/Ably.PubSub.Tests.Shared/Rest/StatsSpecs.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/StatsSpecs.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/StatsSpecs.cs
diff --git a/src/IO.Ably.Tests.Shared/Rest/TM3Spec.cs b/src/Ably.PubSub.Tests.Shared/Rest/TM3Spec.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Rest/TM3Spec.cs
rename to src/Ably.PubSub.Tests.Shared/Rest/TM3Spec.cs
diff --git a/src/IO.Ably.Tests.Shared/RestProtocolTests.cs b/src/Ably.PubSub.Tests.Shared/RestProtocolTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/RestProtocolTests.cs
rename to src/Ably.PubSub.Tests.Shared/RestProtocolTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Samples/DocumentationSamples.cs b/src/Ably.PubSub.Tests.Shared/Samples/DocumentationSamples.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Samples/DocumentationSamples.cs
rename to src/Ably.PubSub.Tests.Shared/Samples/DocumentationSamples.cs
diff --git a/src/IO.Ably.Tests.Shared/Samples/RealtimeSamples.cs b/src/Ably.PubSub.Tests.Shared/Samples/RealtimeSamples.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Samples/RealtimeSamples.cs
rename to src/Ably.PubSub.Tests.Shared/Samples/RealtimeSamples.cs
diff --git a/src/IO.Ably.Tests.Shared/StatsParsingTests.cs b/src/Ably.PubSub.Tests.Shared/StatsParsingTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/StatsParsingTests.cs
rename to src/Ably.PubSub.Tests.Shared/StatsParsingTests.cs
diff --git a/src/IO.Ably.Tests.Shared/TestExtensions.cs b/src/Ably.PubSub.Tests.Shared/TestExtensions.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/TestExtensions.cs
rename to src/Ably.PubSub.Tests.Shared/TestExtensions.cs
diff --git a/src/IO.Ably.Tests.Shared/TestLoggerSink.cs b/src/Ably.PubSub.Tests.Shared/TestLoggerSink.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/TestLoggerSink.cs
rename to src/Ably.PubSub.Tests.Shared/TestLoggerSink.cs
diff --git a/src/IO.Ably.Tests.Shared/TokenDetailsTests.cs b/src/Ably.PubSub.Tests.Shared/TokenDetailsTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/TokenDetailsTests.cs
rename to src/Ably.PubSub.Tests.Shared/TokenDetailsTests.cs
diff --git a/src/IO.Ably.Tests.Shared/TokenParamsTests.cs b/src/Ably.PubSub.Tests.Shared/TokenParamsTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/TokenParamsTests.cs
rename to src/Ably.PubSub.Tests.Shared/TokenParamsTests.cs
diff --git a/src/IO.Ably.Tests.Shared/TokenRequestPopulateTests.cs b/src/Ably.PubSub.Tests.Shared/TokenRequestPopulateTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/TokenRequestPopulateTests.cs
rename to src/Ably.PubSub.Tests.Shared/TokenRequestPopulateTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Transport/AttemptFailedStateTests.cs b/src/Ably.PubSub.Tests.Shared/Transport/AttemptFailedStateTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Transport/AttemptFailedStateTests.cs
rename to src/Ably.PubSub.Tests.Shared/Transport/AttemptFailedStateTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Transport/ConnectionAttemptTests.cs b/src/Ably.PubSub.Tests.Shared/Transport/ConnectionAttemptTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Transport/ConnectionAttemptTests.cs
rename to src/Ably.PubSub.Tests.Shared/Transport/ConnectionAttemptTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Types/OperatingSystemTests.cs b/src/Ably.PubSub.Tests.Shared/Types/OperatingSystemTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Types/OperatingSystemTests.cs
rename to src/Ably.PubSub.Tests.Shared/Types/OperatingSystemTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Types/SemanticVersionTests.cs b/src/Ably.PubSub.Tests.Shared/Types/SemanticVersionTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Types/SemanticVersionTests.cs
rename to src/Ably.PubSub.Tests.Shared/Types/SemanticVersionTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Utils/ErrorPolicyTests.cs b/src/Ably.PubSub.Tests.Shared/Utils/ErrorPolicyTests.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Utils/ErrorPolicyTests.cs
rename to src/Ably.PubSub.Tests.Shared/Utils/ErrorPolicyTests.cs
diff --git a/src/IO.Ably.Tests.Shared/Utils/ReconnectionStrategyTest.cs b/src/Ably.PubSub.Tests.Shared/Utils/ReconnectionStrategyTest.cs
similarity index 100%
rename from src/IO.Ably.Tests.Shared/Utils/ReconnectionStrategyTest.cs
rename to src/Ably.PubSub.Tests.Shared/Utils/ReconnectionStrategyTest.cs
diff --git a/src/IO.Ably.Tests.Shared/delta-test-messages/1 b/src/Ably.PubSub.Tests.Shared/delta-test-messages/1
similarity index 100%
rename from src/IO.Ably.Tests.Shared/delta-test-messages/1
rename to src/Ably.PubSub.Tests.Shared/delta-test-messages/1
diff --git a/src/IO.Ably.Tests.Shared/delta-test-messages/1.vcdiff b/src/Ably.PubSub.Tests.Shared/delta-test-messages/1.vcdiff
similarity index 100%
rename from src/IO.Ably.Tests.Shared/delta-test-messages/1.vcdiff
rename to src/Ably.PubSub.Tests.Shared/delta-test-messages/1.vcdiff
diff --git a/src/IO.Ably.Tests.Shared/delta-test-messages/2 b/src/Ably.PubSub.Tests.Shared/delta-test-messages/2
similarity index 100%
rename from src/IO.Ably.Tests.Shared/delta-test-messages/2
rename to src/Ably.PubSub.Tests.Shared/delta-test-messages/2
diff --git a/src/IO.Ably.Tests.Shared/delta-test-messages/2.vcdiff b/src/Ably.PubSub.Tests.Shared/delta-test-messages/2.vcdiff
similarity index 100%
rename from src/IO.Ably.Tests.Shared/delta-test-messages/2.vcdiff
rename to src/Ably.PubSub.Tests.Shared/delta-test-messages/2.vcdiff
diff --git a/src/IO.Ably.Tests.Shared/delta-test-messages/3 b/src/Ably.PubSub.Tests.Shared/delta-test-messages/3
similarity index 100%
rename from src/IO.Ably.Tests.Shared/delta-test-messages/3
rename to src/Ably.PubSub.Tests.Shared/delta-test-messages/3
diff --git a/src/IO.Ably.Tests.Shared/delta-test-messages/3.vcdiff b/src/Ably.PubSub.Tests.Shared/delta-test-messages/3.vcdiff
similarity index 100%
rename from src/IO.Ably.Tests.Shared/delta-test-messages/3.vcdiff
rename to src/Ably.PubSub.Tests.Shared/delta-test-messages/3.vcdiff
diff --git a/src/IO.Ably.Tests.Shared/delta-test-messages/4 b/src/Ably.PubSub.Tests.Shared/delta-test-messages/4
similarity index 100%
rename from src/IO.Ably.Tests.Shared/delta-test-messages/4
rename to src/Ably.PubSub.Tests.Shared/delta-test-messages/4
diff --git a/src/IO.Ably.sln b/src/Ably.PubSub.sln
similarity index 53%
rename from src/IO.Ably.sln
rename to src/Ably.PubSub.sln
index 05d848f0f..bd85e51bc 100644
--- a/src/IO.Ably.sln
+++ b/src/Ably.PubSub.sln
@@ -3,46 +3,33 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 15.0.26730.10
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1EA29F05-BF68-4BA8-A58F-C7C131E3FC62}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- EndProjectSection
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{258ABD2A-ACCA-4226-AEDD-B9C74075B367}"
ProjectSection(SolutionItems) = preProject
..\CHANGELOG.md = ..\CHANGELOG.md
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
- ..\nuget\io.ably.nuspec = ..\nuget\io.ably.nuspec
+ ..\nuget\ably.pubsub.core.nuspec = ..\nuget\ably.pubsub.core.nuspec
IO.Ably.ruleset = IO.Ably.ruleset
..\README.md = ..\README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E02CFEF3-4CE4-49F6-A778-26503A1479D5}"
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ably", "Ably", "{8A0F718E-2168-4CC7-8F7B-A65508B52B0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C2F43DB7-AAA0-4687-9897-5D686EC91245}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.NETFramework", "IO.Ably.NETFramework\IO.Ably.NETFramework.csproj", "{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Tests.NETFramework", "IO.Ably.Tests.NETFramework\IO.Ably.Tests.NETFramework.csproj", "{567FEEF7-41AF-42F2-AD34-546A278355B1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Android", "IO.Ably.Android\IO.Ably.Android.csproj", "{24B6FC97-9D3D-46AE-B5CB-47458354BEE1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.iOS", "IO.Ably.iOS\IO.Ably.iOS.csproj", "{8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ably.PubSub.Core.NETFramework", "Ably.PubSub.Core.NETFramework\Ably.PubSub.Core.NETFramework.csproj", "{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.NETStandard20", "IO.Ably.NETStandard20\IO.Ably.NETStandard20.csproj", "{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ably.PubSub.Tests.NETFramework", "Ably.PubSub.Tests.NETFramework\Ably.PubSub.Tests.NETFramework.csproj", "{567FEEF7-41AF-42F2-AD34-546A278355B1}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared", "IO.Ably.Shared\IO.Ably.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ably.PubSub.Core", "Ably.PubSub.Core\Ably.PubSub.Core.csproj", "{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared.MsgPack", "IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Shared", "Ably.PubSub.Shared\Ably.PubSub.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidSample", "..\examples\AndroidSample\AndroidSample.csproj", "{4F519937-3F75-49D7-A71E-79A6C798C5B8}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Shared.MsgPack", "Ably.PubSub.Shared.MsgPack\Ably.PubSub.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.Tests.DotNET", "IO.Ably.Tests.DotNET\IO.Ably.Tests.DotNET.csproj", "{4805A9DA-3412-4BE8-8B95-5A0EFDA1AC01}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ably.PubSub.Tests.DotNET", "Ably.PubSub.Tests.DotNET\Ably.PubSub.Tests.DotNET.csproj", "{4805A9DA-3412-4BE8-8B95-5A0EFDA1AC01}"
EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Tests.Shared", "IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.shproj", "{1609F12C-8216-4E7C-ADE0-240BFE160242}"
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ably.PubSub.Tests.Shared", "Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.shproj", "{1609F12C-8216-4E7C-ADE0-240BFE160242}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.DeltaCodec", "..\lib\delta-codec\IO.Ably.DeltaCodec\IO.Ably.DeltaCodec.csproj", "{412DEB5F-7936-4027-8BF8-977F23D465ED}"
EndProject
@@ -90,38 +77,6 @@ Global
{567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|x64.Build.0 = Release|Any CPU
{567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|x86.ActiveCfg = Release|Any CPU
{567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|x86.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|Any CPU.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|ARM.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|ARM.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x64.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x64.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x86.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x86.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.Build.0 = Release|Any CPU
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Debug|ARM.ActiveCfg = Debug|Any CPU
@@ -138,30 +93,6 @@ Global
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Release|x64.Build.0 = Release|Any CPU
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Release|x86.ActiveCfg = Release|Any CPU
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD}.Release|x86.Build.0 = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|ARM.Build.0 = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|ARM.Deploy.0 = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|x64.ActiveCfg = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|x64.Build.0 = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|x64.Deploy.0 = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|x86.ActiveCfg = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|x86.Build.0 = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Debug|x86.Deploy.0 = Debug|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|Any CPU.Build.0 = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|ARM.ActiveCfg = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|ARM.Build.0 = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|ARM.Deploy.0 = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|x64.ActiveCfg = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|x64.Build.0 = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|x64.Deploy.0 = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|x86.ActiveCfg = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|x86.Build.0 = Release|Any CPU
- {4F519937-3F75-49D7-A71E-79A6C798C5B8}.Release|x86.Deploy.0 = Release|Any CPU
{4805A9DA-3412-4BE8-8B95-5A0EFDA1AC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4805A9DA-3412-4BE8-8B95-5A0EFDA1AC01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4805A9DA-3412-4BE8-8B95-5A0EFDA1AC01}.Debug|ARM.ActiveCfg = Debug|Any CPU
@@ -201,12 +132,9 @@ Global
GlobalSection(NestedProjects) = preSolution
{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
{567FEEF7-41AF-42F2-AD34-546A278355B1} = {C2F43DB7-AAA0-4687-9897-5D686EC91245}
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
{48EA337F-AE7B-4001-BD8C-DA1668FC6CBD} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
{3553E1B2-8F1F-4E83-9524-08E702C14FCF} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
{EEBF3249-3CA3-4078-A188-F8B916C3F4C2} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {4F519937-3F75-49D7-A71E-79A6C798C5B8} = {E02CFEF3-4CE4-49F6-A778-26503A1479D5}
{4805A9DA-3412-4BE8-8B95-5A0EFDA1AC01} = {C2F43DB7-AAA0-4687-9897-5D686EC91245}
{1609F12C-8216-4E7C-ADE0-240BFE160242} = {C2F43DB7-AAA0-4687-9897-5D686EC91245}
{412DEB5F-7936-4027-8BF8-977F23D465ED} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
@@ -215,14 +143,12 @@ Global
SolutionGuid = {F69D4156-FC22-4B8E-AD72-2A7323D42CC4}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{1609f12c-8216-4e7c-ade0-240bfe160242}*SharedItemsImports = 13
- IO.Ably.Shared\IO.Ably.Shared.projitems*{24b6fc97-9d3d-46ae-b5cb-47458354bee1}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{2d265650-b1ec-4f8d-b043-a2e3dcc23fd8}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{4805a9da-3412-4be8-8b95-5a0efda1ac01}*SharedItemsImports = 5
- IO.Ably.Shared\IO.Ably.Shared.projitems*{48ea337f-ae7b-4001-bd8c-da1668fc6cbd}*SharedItemsImports = 5
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{567feef7-41af-42f2-ad34-546a278355b1}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{8bb7b13c-e9f4-4d1b-bccc-af890a23ece6}*SharedItemsImports = 4
- IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
+ Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.projitems*{1609f12c-8216-4e7c-ade0-240bfe160242}*SharedItemsImports = 13
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{2d265650-b1ec-4f8d-b043-a2e3dcc23fd8}*SharedItemsImports = 4
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
+ Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.projitems*{4805a9da-3412-4be8-8b95-5a0efda1ac01}*SharedItemsImports = 5
+ Ably.PubSub.Shared\Ably.PubSub.Shared.projitems*{48ea337f-ae7b-4001-bd8c-da1668fc6cbd}*SharedItemsImports = 5
+ Ably.PubSub.Tests.Shared\Ably.PubSub.Tests.Shared.projitems*{567feef7-41af-42f2-ad34-546a278355b1}*SharedItemsImports = 4
+ Ably.PubSub.Shared.MsgPack\Ably.PubSub.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
EndGlobalSection
EndGlobal
diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs
index f77fe8a11..7627401ba 100644
--- a/src/CommonAssemblyInfo.cs
+++ b/src/CommonAssemblyInfo.cs
@@ -7,8 +7,8 @@
[assembly: AssemblyCompany("Ably")]
[assembly: AssemblyProduct("Ably .NET Library")]
-[assembly: AssemblyVersion("1.2.18")]
-[assembly: AssemblyFileVersion("1.2.18")]
-[assembly: AssemblyInformationalVersion("1.2.18")]
-[assembly: AssemblyCopyright("Copyright © Ably 2025")]
+[assembly: AssemblyVersion("2.0.0")]
+[assembly: AssemblyFileVersion("2.0.0")]
+[assembly: AssemblyInformationalVersion("2.0.0")]
+[assembly: AssemblyCopyright("Copyright © Ably 2026")]
diff --git a/src/IO.Ably.Android/IO.Ably.Android.csproj b/src/IO.Ably.Android/IO.Ably.Android.csproj
deleted file mode 100644
index c9288aeaa..000000000
--- a/src/IO.Ably.Android/IO.Ably.Android.csproj
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}
- {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- Library
- Properties
- IO.Ably
- IO.Ably
- 512
- Resources\Resource.Designer.cs
- Off
- v11.0
-
-
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE;HASTHREADING
- prompt
- 4
-
-
- bin\CI_Release\
- TRACE;HASTHREADING
- true
- pdbonly
- AnyCPU
- Off
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\package\
-
-
-
-
-
-
-
-
-
- ..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll
- True
-
-
- ..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
- True
-
-
-
-
- ..\packages\MsgPack.Cli.0.9.2\lib\MonoAndroid10\MsgPack.dll
-
-
- ..\packages\Newtonsoft.Json.13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll
-
-
-
- ..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll
- True
-
-
-
-
-
- ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll
- True
-
-
- ..\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll
- True
-
-
- ..\packages\System.Threading.Tasks.Extensions.4.5.0\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll
- True
-
-
-
-
-
-
- Properties\CommonAssemblyInfo.cs
-
-
-
-
-
-
-
- Designer
-
-
-
-
- {412deb5f-7936-4027-8bf8-977f23d465ed}
- IO.Ably.DeltaCodec
-
-
-
-
-
-
-
-
diff --git a/src/IO.Ably.Android/Platform.cs b/src/IO.Ably.Android/Platform.cs
deleted file mode 100644
index 73ff9f369..000000000
--- a/src/IO.Ably.Android/Platform.cs
+++ /dev/null
@@ -1,33 +0,0 @@
-using IO.Ably.Transport;
-using System.Net.NetworkInformation;
-using IO.Ably.Push;
-using IO.Ably.Realtime;
-
-namespace IO.Ably
-{
- internal class Platform : IPlatform
- {
- private static readonly object _lock = new object();
-
- internal static bool HookedUpToNetworkEvents { get; private set; }
- public Agent.PlatformRuntime PlatformId => Agent.PlatformRuntime.XamarinAndroid;
- public bool SyncContextDefault => true;
- public ITransportFactory TransportFactory => null;
-
- public IMobileDevice MobileDevice { get; set; }
-
- public void RegisterOsNetworkStateChanged()
- {
- lock (_lock)
- {
- if (HookedUpToNetworkEvents == false)
- {
- NetworkChange.NetworkAvailabilityChanged += (sender, eventArgs) =>
- Connection.NotifyOperatingSystemNetworkState(eventArgs.IsAvailable ? NetworkState.Online : NetworkState.Offline);
- }
-
- HookedUpToNetworkEvents = true;
- }
- }
- }
-}
diff --git a/src/IO.Ably.Android/Resources/Resource.Designer.cs b/src/IO.Ably.Android/Resources/Resource.Designer.cs
deleted file mode 100644
index 2d4ecf0db..000000000
--- a/src/IO.Ably.Android/Resources/Resource.Designer.cs
+++ /dev/null
@@ -1,40 +0,0 @@
-#pragma warning disable 1591
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-[assembly: global::Android.Runtime.ResourceDesignerAttribute("IO.Ably.Resource", IsApplication=false)]
-
-namespace IO.Ably
-{
-
-
- [global::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
- {
-
- static Attribute()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Attribute()
- {
- }
- }
- }
-}
-#pragma warning restore 1591
diff --git a/src/IO.Ably.Android/app.config b/src/IO.Ably.Android/app.config
deleted file mode 100644
index 4b4053f49..000000000
--- a/src/IO.Ably.Android/app.config
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/IO.Ably.Android/packages.config b/src/IO.Ably.Android/packages.config
deleted file mode 100644
index ce7e611fc..000000000
--- a/src/IO.Ably.Android/packages.config
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/IO.Ably.DotNetPush.sln b/src/IO.Ably.DotNetPush.sln
deleted file mode 100644
index 607131719..000000000
--- a/src/IO.Ably.DotNetPush.sln
+++ /dev/null
@@ -1,748 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.28729.10
-MinimumVisualStudioVersion = 15.0.26730.10
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1EA29F05-BF68-4BA8-A58F-C7C131E3FC62}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{258ABD2A-ACCA-4226-AEDD-B9C74075B367}"
- ProjectSection(SolutionItems) = preProject
- ..\CHANGELOG.md = ..\CHANGELOG.md
- CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
- ..\nuget\io.ably.nuspec = ..\nuget\io.ably.nuspec
- IO.Ably.ruleset = IO.Ably.ruleset
- ..\README.md = ..\README.md
- stylecop.json = stylecop.json
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ably", "Ably", "{8A0F718E-2168-4CC7-8F7B-A65508B52B0F}"
-EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared", "IO.Ably.Shared\IO.Ably.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.DeltaCodec", "..\lib\delta-codec\IO.Ably.DeltaCodec\IO.Ably.DeltaCodec.csproj", "{53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.NETStandard20", "IO.Ably.NETStandard20\IO.Ably.NETStandard20.csproj", "{97ED15E5-6546-4437-BF4F-B929700CE922}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Push.Android", "IO.Ably.Push.Android\IO.Ably.Push.Android.csproj", "{F0010AA8-63C3-47D7-95E9-A5D1D04DA325}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Push.iOS", "IO.Ably.Push.iOS\IO.Ably.Push.iOS.csproj", "{E1A8FDE2-FEFC-403E-99A0-F13847B1495E}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{4CC1D89A-49AA-4FF2-A9C6-C0179CC529C7}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetPush", "..\examples\DotnetPush\DotnetPush\DotnetPush.csproj", "{2C34B675-C0AE-4554-8028-EFBF8A1188B8}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetPush.Android", "..\examples\DotnetPush\DotnetPush.Android\DotnetPush.Android.csproj", "{7050F177-1D55-4562-937C-56D117198BFB}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotificationsPublisher", "..\examples\NotificationsPublisher\NotificationsPublisher.csproj", "{3A438605-9716-4973-9AF8-36111A6E0CF8}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Android", "IO.Ably.Android\IO.Ably.Android.csproj", "{24B6FC97-9D3D-46AE-B5CB-47458354BEE1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.iOS", "IO.Ably.iOS\IO.Ably.iOS.csproj", "{8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetPush.iOS", "..\examples\DotnetPush\DotnetPush.iOS\DotnetPush.iOS.csproj", "{75256FFE-5F9A-4F4F-BD78-37F6489488FD}"
-EndProject
-Global
- GlobalSection(SharedMSBuildProjectFiles) = preSolution
- IO.Ably.Shared\IO.Ably.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
- IO.Ably.Shared\IO.Ably.Shared.projitems*{97ed15e5-6546-4437-bf4f-b929700ce922}*SharedItemsImports = 5
- EndGlobalSection
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- AppStore|Any CPU = AppStore|Any CPU
- AppStore|ARM = AppStore|ARM
- AppStore|x64 = AppStore|x64
- AppStore|x86 = AppStore|x86
- CI_Release|Any CPU = CI_Release|Any CPU
- CI_Release|ARM = CI_Release|ARM
- CI_Release|x64 = CI_Release|x64
- CI_Release|x86 = CI_Release|x86
- Debug 4.0|Any CPU = Debug 4.0|Any CPU
- Debug 4.0|ARM = Debug 4.0|ARM
- Debug 4.0|x64 = Debug 4.0|x64
- Debug 4.0|x86 = Debug 4.0|x86
- Debug|Any CPU = Debug|Any CPU
- Debug|ARM = Debug|ARM
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- package_netstandard|Any CPU = package_netstandard|Any CPU
- package_netstandard|ARM = package_netstandard|ARM
- package_netstandard|x64 = package_netstandard|x64
- package_netstandard|x86 = package_netstandard|x86
- package|Any CPU = package|Any CPU
- package|ARM = package|ARM
- package|x64 = package|x64
- package|x86 = package|x86
- Release 4.0|Any CPU = Release 4.0|Any CPU
- Release 4.0|ARM = Release 4.0|ARM
- Release 4.0|x64 = Release 4.0|x64
- Release 4.0|x86 = Release 4.0|x86
- Release|Any CPU = Release|Any CPU
- Release|ARM = Release|ARM
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|Any CPU.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|ARM.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|ARM.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x64.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x64.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x86.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x86.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|Any CPU.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|Any CPU.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|ARM.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|ARM.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x64.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x64.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x86.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x86.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|Any CPU.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|ARM.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|ARM.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x64.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x64.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x86.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x86.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|Any CPU.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|ARM.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|ARM.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x64.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x64.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x86.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x86.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|Any CPU.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|ARM.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|ARM.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x64.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x64.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x86.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x86.Build.0 = Release|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.AppStore|ARM.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.AppStore|x64.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.AppStore|x86.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.CI_Release|x64.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.CI_Release|x86.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug|ARM.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug|x64.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug|x64.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug|x86.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Debug|x86.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package|Any CPU.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package|ARM.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package|ARM.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package|x64.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package|x64.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package|x86.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.package|x86.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release|Any CPU.Build.0 = Release|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release|ARM.ActiveCfg = Release|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release|ARM.Build.0 = Release|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release|x64.ActiveCfg = Release|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release|x64.Build.0 = Release|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release|x86.ActiveCfg = Release|Any CPU
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8}.Release|x86.Build.0 = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|Any CPU.Deploy.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|Any CPU.Build.0 = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|ARM.ActiveCfg = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|ARM.Build.0 = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|x64.ActiveCfg = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|x64.Build.0 = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|x86.ActiveCfg = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|x86.Build.0 = Release|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.AppStore|ARM.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.AppStore|x64.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.AppStore|x86.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.CI_Release|x64.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.CI_Release|x86.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug|ARM.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug|x64.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug|x64.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug|x86.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Debug|x86.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package|Any CPU.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package|ARM.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package|ARM.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package|x64.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package|x64.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package|x86.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.package|x86.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release|Any CPU.Build.0 = Release|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release|ARM.ActiveCfg = Release|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release|ARM.Build.0 = Release|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release|x64.ActiveCfg = Release|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release|x64.Build.0 = Release|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release|x86.ActiveCfg = Release|Any CPU
- {3A438605-9716-4973-9AF8-36111A6E0CF8}.Release|x86.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|Any CPU.ActiveCfg = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|Any CPU.Build.0 = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|ARM.ActiveCfg = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|ARM.Build.0 = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|x64.ActiveCfg = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|x64.Build.0 = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|x86.ActiveCfg = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|x86.Build.0 = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|Any CPU.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|Any CPU.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|ARM.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|ARM.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|x64.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|x64.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|x86.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|x86.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|Any CPU.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|ARM.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|ARM.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x64.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x64.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x86.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x86.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|Any CPU.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|Any CPU.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|ARM.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|ARM.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x64.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x64.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x86.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x86.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|Any CPU.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|Any CPU.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|ARM.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|ARM.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x64.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x64.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x86.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x86.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.Build.0 = Release|Any CPU
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|ARM.ActiveCfg = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|ARM.Build.0 = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|x64.ActiveCfg = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|x64.Build.0 = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|x86.ActiveCfg = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|x86.Build.0 = Release|iPhoneSimulator
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {3553E1B2-8F1F-4E83-9524-08E702C14FCF} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {97ED15E5-6546-4437-BF4F-B929700CE922} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {2C34B675-C0AE-4554-8028-EFBF8A1188B8} = {4CC1D89A-49AA-4FF2-A9C6-C0179CC529C7}
- {7050F177-1D55-4562-937C-56D117198BFB} = {4CC1D89A-49AA-4FF2-A9C6-C0179CC529C7}
- {3A438605-9716-4973-9AF8-36111A6E0CF8} = {4CC1D89A-49AA-4FF2-A9C6-C0179CC529C7}
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD} = {4CC1D89A-49AA-4FF2-A9C6-C0179CC529C7}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {F69D4156-FC22-4B8E-AD72-2A7323D42CC4}
- EndGlobalSection
-EndGlobal
diff --git a/src/IO.Ably.NETStandard20/Properties/AssemblyInfo.cs b/src/IO.Ably.NETStandard20/Properties/AssemblyInfo.cs
deleted file mode 100644
index 675168a73..000000000
--- a/src/IO.Ably.NETStandard20/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("IO.Ably")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[assembly: AssemblyDescription("Client for ably.com realtime service")]
-[assembly: InternalsVisibleTo("IO.Ably.Push.Android, PublicKey=002400000480000094000000060200000024000052534131000400000100010001394bb0af9eb8e04f43676c91691de20f2137847e153e27bb96cf2dedf43bce3073f699ca136fb7f9eea0d9b9c6748e9c0be5543761945e101062f8770129512c4c397a08c1b459357e7a49a4dfd7e16ac9c84d1ab3fe1177b3e7741ea10eba746433691bbf1ad643bdf25bcf397a384f96e8d138b129bdb663189200d33dcf")]
-[assembly: InternalsVisibleTo("IO.Ably.Push.iOS, PublicKey=002400000480000094000000060200000024000052534131000400000100010001394bb0af9eb8e04f43676c91691de20f2137847e153e27bb96cf2dedf43bce3073f699ca136fb7f9eea0d9b9c6748e9c0be5543761945e101062f8770129512c4c397a08c1b459357e7a49a4dfd7e16ac9c84d1ab3fe1177b3e7741ea10eba746433691bbf1ad643bdf25bcf397a384f96e8d138b129bdb663189200d33dcf")]
-#if !PACKAGE
-[assembly: InternalsVisibleTo("IO.Ably.Tests.DotNET")]
-#endif
-#if UNITY_PACKAGE
-[assembly: InternalsVisibleTo("Unity.Assets.Tests.AblySandbox")]
-[assembly: InternalsVisibleTo("Unity.Assets.Tests.EditMode")]
-[assembly: InternalsVisibleTo("Unity.Assets.Tests.PlayMode")]
-#endif
diff --git a/src/IO.Ably.PackagePush.sln b/src/IO.Ably.PackagePush.sln
deleted file mode 100644
index c4d4596dc..000000000
--- a/src/IO.Ably.PackagePush.sln
+++ /dev/null
@@ -1,418 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.28729.10
-MinimumVisualStudioVersion = 15.0.26730.10
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1EA29F05-BF68-4BA8-A58F-C7C131E3FC62}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{258ABD2A-ACCA-4226-AEDD-B9C74075B367}"
- ProjectSection(SolutionItems) = preProject
- ..\CHANGELOG.md = ..\CHANGELOG.md
- CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
- ..\nuget\io.ably.nuspec = ..\nuget\io.ably.nuspec
- IO.Ably.ruleset = IO.Ably.ruleset
- ..\README.md = ..\README.md
- stylecop.json = stylecop.json
- ..\Push README.md = ..\Push README.md
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ably", "Ably", "{8A0F718E-2168-4CC7-8F7B-A65508B52B0F}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.iOS", "IO.Ably.iOS\IO.Ably.iOS.csproj", "{8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}"
-EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared", "IO.Ably.Shared\IO.Ably.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
-EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared.MsgPack", "IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.DeltaCodec", "..\lib\delta-codec\IO.Ably.DeltaCodec\IO.Ably.DeltaCodec.csproj", "{53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.NETStandard20", "IO.Ably.NETStandard20\IO.Ably.NETStandard20.csproj", "{97ED15E5-6546-4437-BF4F-B929700CE922}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Push.Android", "IO.Ably.Push.Android\IO.Ably.Push.Android.csproj", "{F0010AA8-63C3-47D7-95E9-A5D1D04DA325}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Push.iOS", "IO.Ably.Push.iOS\IO.Ably.Push.iOS.csproj", "{E1A8FDE2-FEFC-403E-99A0-F13847B1495E}"
-EndProject
-Global
- GlobalSection(SharedMSBuildProjectFiles) = preSolution
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{1609f12c-8216-4e7c-ade0-240bfe160242}*SharedItemsImports = 13
- IO.Ably.Shared\IO.Ably.Shared.projitems*{24b6fc97-9d3d-46ae-b5cb-47458354bee1}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{567feef7-41af-42f2-ad34-546a278355b1}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{8bb7b13c-e9f4-4d1b-bccc-af890a23ece6}*SharedItemsImports = 4
- IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
- EndGlobalSection
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- AppStore|Any CPU = AppStore|Any CPU
- AppStore|ARM = AppStore|ARM
- AppStore|x64 = AppStore|x64
- AppStore|x86 = AppStore|x86
- CI_Release|Any CPU = CI_Release|Any CPU
- CI_Release|ARM = CI_Release|ARM
- CI_Release|x64 = CI_Release|x64
- CI_Release|x86 = CI_Release|x86
- Debug 4.0|Any CPU = Debug 4.0|Any CPU
- Debug 4.0|ARM = Debug 4.0|ARM
- Debug 4.0|x64 = Debug 4.0|x64
- Debug 4.0|x86 = Debug 4.0|x86
- Debug|Any CPU = Debug|Any CPU
- Debug|ARM = Debug|ARM
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- package_netstandard|Any CPU = package_netstandard|Any CPU
- package_netstandard|ARM = package_netstandard|ARM
- package_netstandard|x64 = package_netstandard|x64
- package_netstandard|x86 = package_netstandard|x86
- package|Any CPU = package|Any CPU
- package|ARM = package|ARM
- package|x64 = package|x64
- package|x86 = package|x86
- Release 4.0|Any CPU = Release 4.0|Any CPU
- Release 4.0|ARM = Release 4.0|ARM
- Release 4.0|x64 = Release 4.0|x64
- Release 4.0|x86 = Release 4.0|x86
- Release|Any CPU = Release|Any CPU
- Release|ARM = Release|ARM
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|Any CPU.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|Any CPU.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|ARM.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|ARM.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x64.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x64.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x86.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x86.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|Any CPU.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|Any CPU.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|ARM.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|ARM.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x64.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x64.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x86.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x86.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|Any CPU.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|Any CPU.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|ARM.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|ARM.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x64.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x64.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x86.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x86.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|Any CPU.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|Any CPU.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|ARM.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|ARM.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x64.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x64.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x86.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x86.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|Any CPU.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|Any CPU.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|ARM.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|ARM.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x64.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x64.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x86.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x86.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|Any CPU.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|ARM.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|ARM.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x64.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x64.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x86.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x86.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|Any CPU.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|Any CPU.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|Any CPU.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|Any CPU.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|ARM.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|ARM.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x64.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x64.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x86.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x86.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|Any CPU.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|ARM.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|ARM.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x64.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x64.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x86.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x86.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|Any CPU.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|ARM.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|ARM.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x64.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x64.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x86.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x86.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|Any CPU.ActiveCfg = Package|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|Any CPU.Build.0 = Package|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|Any CPU.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|ARM.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|ARM.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x64.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x64.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x86.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x86.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|Any CPU.ActiveCfg = Package|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|Any CPU.Build.0 = Package|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {3553E1B2-8F1F-4E83-9524-08E702C14FCF} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {EEBF3249-3CA3-4078-A188-F8B916C3F4C2} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {97ED15E5-6546-4437-BF4F-B929700CE922} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {F69D4156-FC22-4B8E-AD72-2A7323D42CC4}
- EndGlobalSection
-EndGlobal
diff --git a/src/IO.Ably.Push.Android/AndroidMobileDevice.cs b/src/IO.Ably.Push.Android/AndroidMobileDevice.cs
deleted file mode 100644
index a96937cab..000000000
--- a/src/IO.Ably.Push.Android/AndroidMobileDevice.cs
+++ /dev/null
@@ -1,193 +0,0 @@
-using System;
-using System.Net;
-using Android.App;
-using Android.Content;
-using Android.Gms.Tasks;
-using Firebase.Messaging;
-using Xamarin.Essentials;
-
-namespace IO.Ably.Push.Android
-{
- ///
- public class AndroidMobileDevice : IMobileDevice
- {
- private const string TokenType = "fcm";
- private readonly ILogger _logger;
- private static AblyRealtime _realtimeInstance;
-
- internal AndroidMobileDevice(PushCallbacks callbacks, ILogger logger)
- {
- Callbacks = callbacks;
- _logger = logger;
- }
-
- ///
- /// Initialises the Android MobileDevice implementation and the AblyRealtime client that is used to subscribe to Firebase push notifications.
- /// Use this method to initialise your AblyRealtime if you want to register the device for push notifications.
- ///
- /// ClientOptions used to initialise the AblyRealtime instanced used to setup the ActivationStat.
- /// Optional action which can be used to configure callbacks. It's especially useful to subscribe/unsubscribe to push channels when a device is activated / deactivated.
- /// Initialised Ably instance which supports push notification registrations.
- public static IRealtimeClient Initialise(ClientOptions ablyClientOptions, Action configureCallbacks)
- {
- var callbacks = new PushCallbacks();
- configureCallbacks?.Invoke(callbacks);
- return Initialise(ablyClientOptions, callbacks);
- }
-
- ///
- /// Initialises the Android MobileDevice implementation and the AblyRealtime client that is used to subscribe to Firebase push notifications.
- /// Use this method to initialise your AblyRealtime if you want to register the device for push notifications.
- ///
- /// ClientOptions used to initialise the AblyRealtime instanced used to setup the ActivationStat.
- /// Optional callbacks configuration. It's especially useful to subscribe/unsubscribe to push channels when a device is activated / deactivated.
- /// Initialised Ably instance which supports push notification registrations.
- public static IRealtimeClient Initialise(ClientOptions ablyClientOptions, PushCallbacks callbacks = null)
- {
- var androidMobileDevice = new AndroidMobileDevice(callbacks ?? new PushCallbacks(), DefaultLogger.LoggerInstance);
- IoC.MobileDevice = androidMobileDevice;
-
- // Create the instance of ably used for Push registrations
- _realtimeInstance = new AblyRealtime(ablyClientOptions, androidMobileDevice);
- _realtimeInstance.Push.InitialiseStateMachine();
- return _realtimeInstance;
- }
-
- ///
- /// This method should be called by the application when a new token is generated on the device.
- ///
- /// New device token.
- /// Can throw an exception if no AblyRealtime instance is associated with the MobileDevice (very unlikely).
- public static void OnNewRegistrationToken(string token)
- {
- if (_realtimeInstance is null)
- {
- throw new AblyException(
- "No realtime instance was registered. Please initialize your instance using AndroidMobileDevice.Initialise(options, configureCallbacks).");
- }
-
- var logger = _realtimeInstance.Logger;
- logger.Debug($"Received OnNewRegistrationToken with token {token}");
-
- var pushRealtime = _realtimeInstance.Push;
- var registrationToken = new RegistrationToken(TokenType, token);
- pushRealtime.StateMachine.UpdateRegistrationToken(Result.Ok(registrationToken));
- }
-
- private Context Context => Application.Context;
-
- ///
- public void SetPreference(string key, string value, string groupName)
- {
- Preferences.Set(key, value, groupName);
- }
-
- ///
- public string GetPreference(string key, string groupName)
- {
- return Preferences.Get(key, null, groupName);
- }
-
-
- ///
- public void ClearPreferences(string groupName)
- {
- Preferences.Clear(groupName);
- }
-
- ///
- public void RequestRegistrationToken(Action> callback)
- {
- try
- {
- _logger.Debug("Requesting a new Registration token");
- var messagingInstance = FirebaseMessaging.Instance;
- var resultTask = messagingInstance.GetToken();
-
- resultTask.AddOnCompleteListener(new RequestTokenCompleteListener(callback, _logger));
- }
- catch (Exception e)
- {
- _logger.Error("Error while requesting a new Registration token.", e);
- var errorInfo = new ErrorInfo($"Failed to request AndroidToken. Error: {e?.Message}.", 50000, HttpStatusCode.InternalServerError, e);
- callback(Result.Fail(errorInfo));
- }
- }
-
- ///
- public PushCallbacks Callbacks { get; }
-
- ///
- public string DevicePlatform => "android";
-
- ///
- public string FormFactor
- {
- get
- {
- var idiom = DeviceInfo.Idiom;
-
- if (idiom == DeviceIdiom.Watch)
- {
- return DeviceFormFactor.Watch;
- }
-
- if (idiom == DeviceIdiom.TV)
- {
- return DeviceFormFactor.Tv;
- }
-
- if (idiom == DeviceIdiom.Tablet)
- {
- return DeviceFormFactor.Tablet;
- }
-
- if (idiom == DeviceIdiom.Phone)
- {
- return DeviceFormFactor.Phone;
- }
-
- if (idiom == DeviceIdiom.Desktop)
- {
- return DeviceFormFactor.Desktop;
- }
-
- return DeviceFormFactor.Other;
- }
- }
-
- private class RequestTokenCompleteListener : Java.Lang.Object, IOnCompleteListener
- {
- private readonly Action> _callback;
- private readonly ILogger _logger;
-
- internal RequestTokenCompleteListener(Action> callback, ILogger logger)
- {
- _callback = callback;
- _logger = logger;
- }
-
- public void OnComplete(Task task)
- {
- if (task.IsSuccessful)
- {
- var token = new RegistrationToken(TokenType, (string)task.Result);
- _logger.Debug($"Token request operation completed. Token: {token.Token}");
- _callback(Result.Ok(token));
- }
- else
- {
- var exception = task.Exception;
- var errorInfo = new ErrorInfo(
- $"Failed to return valid AndroidToken. Error: {exception?.Message}.",
- ErrorCodes.InternalError,
- HttpStatusCode.InternalServerError,
- exception);
-
- _logger.Debug($"Error requesting new push notification token. Message: {errorInfo}");
- _callback(Result.Fail(errorInfo));
- }
- }
- }
- }
-}
diff --git a/src/IO.Ably.Push.Android/IO.Ably.Push.Android.csproj b/src/IO.Ably.Push.Android/IO.Ably.Push.Android.csproj
deleted file mode 100644
index 1b0ded3e6..000000000
--- a/src/IO.Ably.Push.Android/IO.Ably.Push.Android.csproj
+++ /dev/null
@@ -1,505 +0,0 @@
-
-
-
-
-
-
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}
- {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- Library
- Properties
- IO.Ably.Push.Android
- IO.Ably.Push.Android
- 512
- Resources\Resource.Designer.cs
- Off
- v11.0
-
-
- true
- full
- false
- bin\Debug\
- ..\IO.Ably.ruleset
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- ..\IO.Ably.ruleset
- prompt
- 4
-
-
- bin\Package\
-
-
- true
-
-
- IO.Ably.snk
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ..\packages\Xamarin.Android.Arch.Core.Common.1.1.1.3\lib\monoandroid90\Xamarin.Android.Arch.Core.Common.dll
- True
-
-
- ..\packages\Xamarin.Android.Arch.Core.Runtime.1.1.1.3\lib\monoandroid90\Xamarin.Android.Arch.Core.Runtime.dll
- True
-
-
- ..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.1.1.3\lib\monoandroid90\Xamarin.Android.Arch.Lifecycle.Common.dll
- True
-
-
- ..\packages\Xamarin.Android.Arch.Lifecycle.LiveData.1.1.1.3\lib\monoandroid90\Xamarin.Android.Arch.Lifecycle.LiveData.dll
- True
-
-
- ..\packages\Xamarin.Android.Arch.Lifecycle.LiveData.Core.1.1.1.3\lib\monoandroid90\Xamarin.Android.Arch.Lifecycle.LiveData.Core.dll
- True
-
-
- ..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.1.1.3\lib\monoandroid90\Xamarin.Android.Arch.Lifecycle.Runtime.dll
- True
-
-
- ..\packages\Xamarin.Android.Arch.Lifecycle.ViewModel.1.1.1.3\lib\monoandroid90\Xamarin.Android.Arch.Lifecycle.ViewModel.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.Annotations.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.Annotations.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.AsyncLayoutInflater.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.AsyncLayoutInflater.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.Collections.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.Collections.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.Compat.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.Compat.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.CoordinaterLayout.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.CoordinaterLayout.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.Core.UI.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.Core.UI.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.Core.Utils.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.Core.Utils.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.CursorAdapter.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.CursorAdapter.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.CustomTabs.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.CustomTabs.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.CustomView.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.CustomView.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.DocumentFile.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.DocumentFile.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.DrawerLayout.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.DrawerLayout.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.Interpolator.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.Interpolator.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.Loader.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.Loader.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.LocalBroadcastManager.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.LocalBroadcastManager.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.Print.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.Print.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.SlidingPaneLayout.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.SlidingPaneLayout.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.SwipeRefreshLayout.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.SwipeRefreshLayout.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.VersionedParcelable.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.VersionedParcelable.dll
- True
-
-
- ..\packages\Xamarin.Android.Support.ViewPager.28.0.0.3\lib\monoandroid90\Xamarin.Android.Support.ViewPager.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Activity.1.0.0.1\lib\monoandroid90\Xamarin.AndroidX.Activity.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Annotation.1.2.0\lib\monoandroid90\Xamarin.AndroidX.Annotation.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Arch.Core.Common.2.1.0.8\lib\monoandroid90\Xamarin.AndroidX.Arch.Core.Common.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Arch.Core.Runtime.2.1.0.1\lib\monoandroid90\Xamarin.AndroidX.Arch.Core.Runtime.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Collection.1.1.0.7\lib\monoandroid90\Xamarin.AndroidX.Collection.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Core.1.3.2.3\lib\monoandroid90\Xamarin.AndroidX.Core.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.CustomView.1.0.0.1\lib\monoandroid90\Xamarin.AndroidX.CustomView.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.DocumentFile.1.0.1.7\lib\monoandroid90\Xamarin.AndroidX.DocumentFile.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Fragment.1.1.0.1\lib\monoandroid90\Xamarin.AndroidX.Fragment.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Legacy.Support.Core.Utils.1.0.0.7\lib\monoandroid90\Xamarin.AndroidX.Legacy.Support.Core.Utils.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Lifecycle.Common.2.3.0.1\lib\monoandroid90\Xamarin.AndroidX.Lifecycle.Common.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Lifecycle.LiveData.Core.2.3.0.1\lib\monoandroid90\Xamarin.AndroidX.Lifecycle.LiveData.Core.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Lifecycle.Runtime.2.3.0.1\lib\monoandroid90\Xamarin.AndroidX.Lifecycle.Runtime.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Lifecycle.ViewModel.2.3.0.1\lib\monoandroid90\Xamarin.AndroidX.Lifecycle.ViewModel.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Loader.1.1.0.7\lib\monoandroid90\Xamarin.AndroidX.Loader.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.LocalBroadcastManager.1.0.0.7\lib\monoandroid90\Xamarin.AndroidX.LocalBroadcastManager.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.MultiDex.2.0.1.5\lib\monoandroid90\Xamarin.AndroidX.MultiDex.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.Print.1.0.0.7\lib\monoandroid90\Xamarin.AndroidX.Print.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.SavedState.1.0.0.1\lib\monoandroid90\Xamarin.AndroidX.SavedState.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.VersionedParcelable.1.1.1.7\lib\monoandroid90\Xamarin.AndroidX.VersionedParcelable.dll
- True
-
-
- ..\packages\Xamarin.AndroidX.ViewPager.1.0.0.1\lib\monoandroid90\Xamarin.AndroidX.ViewPager.dll
- True
-
-
- ..\packages\Xamarin.Essentials.1.6.1\lib\monoandroid90\Xamarin.Essentials.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Annotations.116.0.0\lib\monoandroid90\Xamarin.Firebase.Annotations.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Common.120.0.0\lib\monoandroid90\Xamarin.Firebase.Common.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Components.117.0.0\lib\monoandroid90\Xamarin.Firebase.Components.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Datatransport.118.0.0\lib\monoandroid90\Xamarin.Firebase.Datatransport.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Iid.Interop.117.1.0\lib\monoandroid90\Xamarin.Firebase.Iid.Interop.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Installations.117.0.0\lib\monoandroid90\Xamarin.Firebase.Installations.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Installations.InterOp.117.0.0\lib\monoandroid90\Xamarin.Firebase.Installations.InterOp.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Measurement.Connector.119.0.0\lib\monoandroid90\Xamarin.Firebase.Measurement.Connector.dll
- True
-
-
- ..\packages\Xamarin.Firebase.Messaging.122.0.0\lib\monoandroid90\Xamarin.Firebase.Messaging.dll
- True
-
-
- ..\packages\Xamarin.Google.Android.DataTransport.TransportApi.3.0.0\lib\monoandroid90\Xamarin.Google.Android.DataTransport.TransportApi.dll
- True
-
-
- ..\packages\Xamarin.Google.Android.DataTransport.TransportBackendCct.3.0.0\lib\monoandroid90\Xamarin.Google.Android.DataTransport.TransportBackendCct.dll
- True
-
-
- ..\packages\Xamarin.Google.Android.DataTransport.TransportRuntime.3.0.0\lib\monoandroid90\Xamarin.Google.Android.DataTransport.TransportRuntime.dll
- True
-
-
- ..\packages\Xamarin.GooglePlayServices.Base.117.6.0\lib\monoandroid90\Xamarin.GooglePlayServices.Base.dll
- True
-
-
- ..\packages\Xamarin.GooglePlayServices.Basement.117.6.0\lib\monoandroid90\Xamarin.GooglePlayServices.Basement.dll
- True
-
-
- ..\packages\Xamarin.GooglePlayServices.CloudMessaging.116.0.0\lib\monoandroid90\Xamarin.GooglePlayServices.CloudMessaging.dll
- True
-
-
- ..\packages\Xamarin.GooglePlayServices.Stats.117.0.1\lib\monoandroid90\Xamarin.GooglePlayServices.Stats.dll
- True
-
-
- ..\packages\Xamarin.GooglePlayServices.Tasks.117.2.1\lib\monoandroid90\Xamarin.GooglePlayServices.Tasks.dll
- True
-
-
-
-
- Properties\CommonAssemblyInfo.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {97ed15e5-6546-4437-bf4f-b929700ce922}
- IO.Ably.NETStandard20
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/IO.Ably.Push.Android/IO.Ably.snk b/src/IO.Ably.Push.Android/IO.Ably.snk
deleted file mode 100644
index 9e87ac851..000000000
Binary files a/src/IO.Ably.Push.Android/IO.Ably.snk and /dev/null differ
diff --git a/src/IO.Ably.Push.Android/Properties/AssemblyInfo.cs b/src/IO.Ably.Push.Android/Properties/AssemblyInfo.cs
deleted file mode 100644
index 98a61998d..000000000
--- a/src/IO.Ably.Push.Android/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System.Reflection;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("IO.Ably.Push.Android")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyDescription("Ably .NET library to enable push notifications on Android devices.")]
diff --git a/src/IO.Ably.Push.Android/Resources/AboutResources.txt b/src/IO.Ably.Push.Android/Resources/AboutResources.txt
deleted file mode 100644
index c2bca974c..000000000
--- a/src/IO.Ably.Push.Android/Resources/AboutResources.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-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.
\ No newline at end of file
diff --git a/src/IO.Ably.Push.Android/Resources/Resource.Designer.cs b/src/IO.Ably.Push.Android/Resources/Resource.Designer.cs
deleted file mode 100644
index da9fa8397..000000000
--- a/src/IO.Ably.Push.Android/Resources/Resource.Designer.cs
+++ /dev/null
@@ -1,1124 +0,0 @@
-#pragma warning disable 1591
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-[assembly: global::Android.Runtime.ResourceDesignerAttribute("IO.Ably.Push.Android.Resource", IsApplication=false)]
-
-namespace IO.Ably.Push.Android
-{
-
-
- [global::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
- {
-
- // aapt resource value: 0x7F010000
- public static int alpha = 2130771968;
-
- // aapt resource value: 0x7F010001
- public static int buttonSize = 2130771969;
-
- // aapt resource value: 0x7F010002
- public static int circleCrop = 2130771970;
-
- // aapt resource value: 0x7F010003
- public static int colorScheme = 2130771971;
-
- // aapt resource value: 0x7F010004
- public static int coordinatorLayoutStyle = 2130771972;
-
- // aapt resource value: 0x7F010005
- public static int font = 2130771973;
-
- // aapt resource value: 0x7F010006
- public static int fontProviderAuthority = 2130771974;
-
- // aapt resource value: 0x7F010007
- public static int fontProviderCerts = 2130771975;
-
- // aapt resource value: 0x7F010008
- public static int fontProviderFetchStrategy = 2130771976;
-
- // aapt resource value: 0x7F010009
- public static int fontProviderFetchTimeout = 2130771977;
-
- // aapt resource value: 0x7F01000A
- public static int fontProviderPackage = 2130771978;
-
- // aapt resource value: 0x7F01000B
- public static int fontProviderQuery = 2130771979;
-
- // aapt resource value: 0x7F01000C
- public static int fontStyle = 2130771980;
-
- // aapt resource value: 0x7F01000D
- public static int fontVariationSettings = 2130771981;
-
- // aapt resource value: 0x7F01000E
- public static int fontWeight = 2130771982;
-
- // aapt resource value: 0x7F01000F
- public static int imageAspectRatio = 2130771983;
-
- // aapt resource value: 0x7F010010
- public static int imageAspectRatioAdjust = 2130771984;
-
- // aapt resource value: 0x7F010011
- public static int keylines = 2130771985;
-
- // aapt resource value: 0x7F010012
- public static int layout_anchor = 2130771986;
-
- // aapt resource value: 0x7F010013
- public static int layout_anchorGravity = 2130771987;
-
- // aapt resource value: 0x7F010014
- public static int layout_behavior = 2130771988;
-
- // aapt resource value: 0x7F010015
- public static int layout_dodgeInsetEdges = 2130771989;
-
- // aapt resource value: 0x7F010016
- public static int layout_insetEdge = 2130771990;
-
- // aapt resource value: 0x7F010017
- public static int layout_keyline = 2130771991;
-
- // aapt resource value: 0x7F010018
- public static int scopeUris = 2130771992;
-
- // aapt resource value: 0x7F010019
- public static int statusBarBackground = 2130771993;
-
- // aapt resource value: 0x7F01001A
- public static int ttcIndex = 2130771994;
-
- static Attribute()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Attribute()
- {
- }
- }
-
- public partial class Color
- {
-
- // aapt resource value: 0x7F020000
- public static int androidx_core_ripple_material_light = 2130837504;
-
- // aapt resource value: 0x7F020001
- public static int androidx_core_secondary_text_default_material_light = 2130837505;
-
- // aapt resource value: 0x7F020002
- public static int browser_actions_bg_grey = 2130837506;
-
- // aapt resource value: 0x7F020003
- public static int browser_actions_divider_color = 2130837507;
-
- // aapt resource value: 0x7F020004
- public static int browser_actions_text_color = 2130837508;
-
- // aapt resource value: 0x7F020005
- public static int browser_actions_title_color = 2130837509;
-
- // aapt resource value: 0x7F020006
- public static int common_google_signin_btn_text_dark = 2130837510;
-
- // aapt resource value: 0x7F020007
- public static int common_google_signin_btn_text_dark_default = 2130837511;
-
- // aapt resource value: 0x7F020008
- public static int common_google_signin_btn_text_dark_disabled = 2130837512;
-
- // aapt resource value: 0x7F020009
- public static int common_google_signin_btn_text_dark_focused = 2130837513;
-
- // aapt resource value: 0x7F02000A
- public static int common_google_signin_btn_text_dark_pressed = 2130837514;
-
- // aapt resource value: 0x7F02000B
- public static int common_google_signin_btn_text_light = 2130837515;
-
- // aapt resource value: 0x7F02000C
- public static int common_google_signin_btn_text_light_default = 2130837516;
-
- // aapt resource value: 0x7F02000D
- public static int common_google_signin_btn_text_light_disabled = 2130837517;
-
- // aapt resource value: 0x7F02000E
- public static int common_google_signin_btn_text_light_focused = 2130837518;
-
- // aapt resource value: 0x7F02000F
- public static int common_google_signin_btn_text_light_pressed = 2130837519;
-
- // aapt resource value: 0x7F020010
- public static int common_google_signin_btn_tint = 2130837520;
-
- // aapt resource value: 0x7F020011
- public static int notification_action_color_filter = 2130837521;
-
- // aapt resource value: 0x7F020012
- public static int notification_icon_bg_color = 2130837522;
-
- // aapt resource value: 0x7F020013
- public static int ripple_material_light = 2130837523;
-
- // aapt resource value: 0x7F020014
- public static int secondary_text_default_material_light = 2130837524;
-
- static Color()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Color()
- {
- }
- }
-
- public partial class Dimension
- {
-
- // aapt resource value: 0x7F030000
- public static int browser_actions_context_menu_max_width = 2130903040;
-
- // aapt resource value: 0x7F030001
- public static int browser_actions_context_menu_min_padding = 2130903041;
-
- // aapt resource value: 0x7F030002
- public static int compat_button_inset_horizontal_material = 2130903042;
-
- // aapt resource value: 0x7F030003
- public static int compat_button_inset_vertical_material = 2130903043;
-
- // aapt resource value: 0x7F030004
- public static int compat_button_padding_horizontal_material = 2130903044;
-
- // aapt resource value: 0x7F030005
- public static int compat_button_padding_vertical_material = 2130903045;
-
- // aapt resource value: 0x7F030006
- public static int compat_control_corner_material = 2130903046;
-
- // aapt resource value: 0x7F030007
- public static int compat_notification_large_icon_max_height = 2130903047;
-
- // aapt resource value: 0x7F030008
- public static int compat_notification_large_icon_max_width = 2130903048;
-
- // aapt resource value: 0x7F030009
- public static int notification_action_icon_size = 2130903049;
-
- // aapt resource value: 0x7F03000A
- public static int notification_action_text_size = 2130903050;
-
- // aapt resource value: 0x7F03000B
- public static int notification_big_circle_margin = 2130903051;
-
- // aapt resource value: 0x7F03000C
- public static int notification_content_margin_start = 2130903052;
-
- // aapt resource value: 0x7F03000D
- public static int notification_large_icon_height = 2130903053;
-
- // aapt resource value: 0x7F03000E
- public static int notification_large_icon_width = 2130903054;
-
- // aapt resource value: 0x7F03000F
- public static int notification_main_column_padding_top = 2130903055;
-
- // aapt resource value: 0x7F030010
- public static int notification_media_narrow_margin = 2130903056;
-
- // aapt resource value: 0x7F030011
- public static int notification_right_icon_size = 2130903057;
-
- // aapt resource value: 0x7F030012
- public static int notification_right_side_padding_top = 2130903058;
-
- // aapt resource value: 0x7F030013
- public static int notification_small_icon_background_padding = 2130903059;
-
- // aapt resource value: 0x7F030014
- public static int notification_small_icon_size_as_large = 2130903060;
-
- // aapt resource value: 0x7F030015
- public static int notification_subtext_size = 2130903061;
-
- // aapt resource value: 0x7F030016
- public static int notification_top_pad = 2130903062;
-
- // aapt resource value: 0x7F030017
- public static int notification_top_pad_large_text = 2130903063;
-
- static Dimension()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Dimension()
- {
- }
- }
-
- public partial class Drawable
- {
-
- // aapt resource value: 0x7F040000
- public static int common_full_open_on_phone = 2130968576;
-
- // aapt resource value: 0x7F040001
- public static int common_google_signin_btn_icon_dark = 2130968577;
-
- // aapt resource value: 0x7F040002
- public static int common_google_signin_btn_icon_dark_focused = 2130968578;
-
- // aapt resource value: 0x7F040003
- public static int common_google_signin_btn_icon_dark_normal = 2130968579;
-
- // aapt resource value: 0x7F040004
- public static int common_google_signin_btn_icon_dark_normal_background = 2130968580;
-
- // aapt resource value: 0x7F040005
- public static int common_google_signin_btn_icon_disabled = 2130968581;
-
- // aapt resource value: 0x7F040006
- public static int common_google_signin_btn_icon_light = 2130968582;
-
- // aapt resource value: 0x7F040007
- public static int common_google_signin_btn_icon_light_focused = 2130968583;
-
- // aapt resource value: 0x7F040008
- public static int common_google_signin_btn_icon_light_normal = 2130968584;
-
- // aapt resource value: 0x7F040009
- public static int common_google_signin_btn_icon_light_normal_background = 2130968585;
-
- // aapt resource value: 0x7F04000A
- public static int common_google_signin_btn_text_dark = 2130968586;
-
- // aapt resource value: 0x7F04000B
- public static int common_google_signin_btn_text_dark_focused = 2130968587;
-
- // aapt resource value: 0x7F04000C
- public static int common_google_signin_btn_text_dark_normal = 2130968588;
-
- // aapt resource value: 0x7F04000D
- public static int common_google_signin_btn_text_dark_normal_background = 2130968589;
-
- // aapt resource value: 0x7F04000E
- public static int common_google_signin_btn_text_disabled = 2130968590;
-
- // aapt resource value: 0x7F04000F
- public static int common_google_signin_btn_text_light = 2130968591;
-
- // aapt resource value: 0x7F040010
- public static int common_google_signin_btn_text_light_focused = 2130968592;
-
- // aapt resource value: 0x7F040011
- public static int common_google_signin_btn_text_light_normal = 2130968593;
-
- // aapt resource value: 0x7F040012
- public static int common_google_signin_btn_text_light_normal_background = 2130968594;
-
- // aapt resource value: 0x7F040013
- public static int googleg_disabled_color_18 = 2130968595;
-
- // aapt resource value: 0x7F040014
- public static int googleg_standard_color_18 = 2130968596;
-
- // aapt resource value: 0x7F040015
- public static int notification_action_background = 2130968597;
-
- // aapt resource value: 0x7F040016
- public static int notification_bg = 2130968598;
-
- // aapt resource value: 0x7F040017
- public static int notification_bg_low = 2130968599;
-
- // aapt resource value: 0x7F040018
- public static int notification_bg_low_normal = 2130968600;
-
- // aapt resource value: 0x7F040019
- public static int notification_bg_low_pressed = 2130968601;
-
- // aapt resource value: 0x7F04001A
- public static int notification_bg_normal = 2130968602;
-
- // aapt resource value: 0x7F04001B
- public static int notification_bg_normal_pressed = 2130968603;
-
- // aapt resource value: 0x7F04001C
- public static int notification_icon_background = 2130968604;
-
- // aapt resource value: 0x7F04001D
- public static int notification_template_icon_bg = 2130968605;
-
- // aapt resource value: 0x7F04001E
- public static int notification_template_icon_low_bg = 2130968606;
-
- // aapt resource value: 0x7F04001F
- public static int notification_tile_bg = 2130968607;
-
- // aapt resource value: 0x7F040020
- public static int notify_panel_notification_icon_bg = 2130968608;
-
- static Drawable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Drawable()
- {
- }
- }
-
- public partial class Id
- {
-
- // aapt resource value: 0x7F050000
- public static int accessibility_action_clickable_span = 2131034112;
-
- // aapt resource value: 0x7F050001
- public static int accessibility_custom_action_0 = 2131034113;
-
- // aapt resource value: 0x7F050002
- public static int accessibility_custom_action_1 = 2131034114;
-
- // aapt resource value: 0x7F050003
- public static int accessibility_custom_action_10 = 2131034115;
-
- // aapt resource value: 0x7F050004
- public static int accessibility_custom_action_11 = 2131034116;
-
- // aapt resource value: 0x7F050005
- public static int accessibility_custom_action_12 = 2131034117;
-
- // aapt resource value: 0x7F050006
- public static int accessibility_custom_action_13 = 2131034118;
-
- // aapt resource value: 0x7F050007
- public static int accessibility_custom_action_14 = 2131034119;
-
- // aapt resource value: 0x7F050008
- public static int accessibility_custom_action_15 = 2131034120;
-
- // aapt resource value: 0x7F050009
- public static int accessibility_custom_action_16 = 2131034121;
-
- // aapt resource value: 0x7F05000A
- public static int accessibility_custom_action_17 = 2131034122;
-
- // aapt resource value: 0x7F05000B
- public static int accessibility_custom_action_18 = 2131034123;
-
- // aapt resource value: 0x7F05000C
- public static int accessibility_custom_action_19 = 2131034124;
-
- // aapt resource value: 0x7F05000D
- public static int accessibility_custom_action_2 = 2131034125;
-
- // aapt resource value: 0x7F05000E
- public static int accessibility_custom_action_20 = 2131034126;
-
- // aapt resource value: 0x7F05000F
- public static int accessibility_custom_action_21 = 2131034127;
-
- // aapt resource value: 0x7F050010
- public static int accessibility_custom_action_22 = 2131034128;
-
- // aapt resource value: 0x7F050011
- public static int accessibility_custom_action_23 = 2131034129;
-
- // aapt resource value: 0x7F050012
- public static int accessibility_custom_action_24 = 2131034130;
-
- // aapt resource value: 0x7F050013
- public static int accessibility_custom_action_25 = 2131034131;
-
- // aapt resource value: 0x7F050014
- public static int accessibility_custom_action_26 = 2131034132;
-
- // aapt resource value: 0x7F050015
- public static int accessibility_custom_action_27 = 2131034133;
-
- // aapt resource value: 0x7F050016
- public static int accessibility_custom_action_28 = 2131034134;
-
- // aapt resource value: 0x7F050017
- public static int accessibility_custom_action_29 = 2131034135;
-
- // aapt resource value: 0x7F050018
- public static int accessibility_custom_action_3 = 2131034136;
-
- // aapt resource value: 0x7F050019
- public static int accessibility_custom_action_30 = 2131034137;
-
- // aapt resource value: 0x7F05001A
- public static int accessibility_custom_action_31 = 2131034138;
-
- // aapt resource value: 0x7F05001B
- public static int accessibility_custom_action_4 = 2131034139;
-
- // aapt resource value: 0x7F05001C
- public static int accessibility_custom_action_5 = 2131034140;
-
- // aapt resource value: 0x7F05001D
- public static int accessibility_custom_action_6 = 2131034141;
-
- // aapt resource value: 0x7F05001E
- public static int accessibility_custom_action_7 = 2131034142;
-
- // aapt resource value: 0x7F05001F
- public static int accessibility_custom_action_8 = 2131034143;
-
- // aapt resource value: 0x7F050020
- public static int accessibility_custom_action_9 = 2131034144;
-
- // aapt resource value: 0x7F050025
- public static int actions = 2131034149;
-
- // aapt resource value: 0x7F050021
- public static int action_container = 2131034145;
-
- // aapt resource value: 0x7F050022
- public static int action_divider = 2131034146;
-
- // aapt resource value: 0x7F050023
- public static int action_image = 2131034147;
-
- // aapt resource value: 0x7F050024
- public static int action_text = 2131034148;
-
- // aapt resource value: 0x7F050026
- public static int adjust_height = 2131034150;
-
- // aapt resource value: 0x7F050027
- public static int adjust_width = 2131034151;
-
- // aapt resource value: 0x7F050028
- public static int all = 2131034152;
-
- // aapt resource value: 0x7F050029
- public static int async = 2131034153;
-
- // aapt resource value: 0x7F05002A
- public static int auto = 2131034154;
-
- // aapt resource value: 0x7F05002B
- public static int blocking = 2131034155;
-
- // aapt resource value: 0x7F05002C
- public static int bottom = 2131034156;
-
- // aapt resource value: 0x7F05002D
- public static int browser_actions_header_text = 2131034157;
-
- // aapt resource value: 0x7F050030
- public static int browser_actions_menu_items = 2131034160;
-
- // aapt resource value: 0x7F05002E
- public static int browser_actions_menu_item_icon = 2131034158;
-
- // aapt resource value: 0x7F05002F
- public static int browser_actions_menu_item_text = 2131034159;
-
- // aapt resource value: 0x7F050031
- public static int browser_actions_menu_view = 2131034161;
-
- // aapt resource value: 0x7F050032
- public static int center = 2131034162;
-
- // aapt resource value: 0x7F050033
- public static int center_horizontal = 2131034163;
-
- // aapt resource value: 0x7F050034
- public static int center_vertical = 2131034164;
-
- // aapt resource value: 0x7F050035
- public static int chronometer = 2131034165;
-
- // aapt resource value: 0x7F050036
- public static int clip_horizontal = 2131034166;
-
- // aapt resource value: 0x7F050037
- public static int clip_vertical = 2131034167;
-
- // aapt resource value: 0x7F050038
- public static int dark = 2131034168;
-
- // aapt resource value: 0x7F050039
- public static int dialog_button = 2131034169;
-
- // aapt resource value: 0x7F05003A
- public static int end = 2131034170;
-
- // aapt resource value: 0x7F05003B
- public static int fill = 2131034171;
-
- // aapt resource value: 0x7F05003C
- public static int fill_horizontal = 2131034172;
-
- // aapt resource value: 0x7F05003D
- public static int fill_vertical = 2131034173;
-
- // aapt resource value: 0x7F05003E
- public static int forever = 2131034174;
-
- // aapt resource value: 0x7F05003F
- public static int icon = 2131034175;
-
- // aapt resource value: 0x7F050040
- public static int icon_group = 2131034176;
-
- // aapt resource value: 0x7F050041
- public static int icon_only = 2131034177;
-
- // aapt resource value: 0x7F050042
- public static int info = 2131034178;
-
- // aapt resource value: 0x7F050043
- public static int italic = 2131034179;
-
- // aapt resource value: 0x7F050044
- public static int left = 2131034180;
-
- // aapt resource value: 0x7F050045
- public static int light = 2131034181;
-
- // aapt resource value: 0x7F050046
- public static int line1 = 2131034182;
-
- // aapt resource value: 0x7F050047
- public static int line3 = 2131034183;
-
- // aapt resource value: 0x7F050048
- public static int none = 2131034184;
-
- // aapt resource value: 0x7F050049
- public static int normal = 2131034185;
-
- // aapt resource value: 0x7F05004A
- public static int notification_background = 2131034186;
-
- // aapt resource value: 0x7F05004B
- public static int notification_main_column = 2131034187;
-
- // aapt resource value: 0x7F05004C
- public static int notification_main_column_container = 2131034188;
-
- // aapt resource value: 0x7F05004D
- public static int right = 2131034189;
-
- // aapt resource value: 0x7F05004E
- public static int right_icon = 2131034190;
-
- // aapt resource value: 0x7F05004F
- public static int right_side = 2131034191;
-
- // aapt resource value: 0x7F050050
- public static int standard = 2131034192;
-
- // aapt resource value: 0x7F050051
- public static int start = 2131034193;
-
- // aapt resource value: 0x7F050052
- public static int tag_accessibility_actions = 2131034194;
-
- // aapt resource value: 0x7F050053
- public static int tag_accessibility_clickable_spans = 2131034195;
-
- // aapt resource value: 0x7F050054
- public static int tag_accessibility_heading = 2131034196;
-
- // aapt resource value: 0x7F050055
- public static int tag_accessibility_pane_title = 2131034197;
-
- // aapt resource value: 0x7F050056
- public static int tag_screen_reader_focusable = 2131034198;
-
- // aapt resource value: 0x7F050057
- public static int tag_transition_group = 2131034199;
-
- // aapt resource value: 0x7F050058
- public static int tag_unhandled_key_event_manager = 2131034200;
-
- // aapt resource value: 0x7F050059
- public static int tag_unhandled_key_listeners = 2131034201;
-
- // aapt resource value: 0x7F05005A
- public static int text = 2131034202;
-
- // aapt resource value: 0x7F05005B
- public static int text2 = 2131034203;
-
- // aapt resource value: 0x7F05005C
- public static int time = 2131034204;
-
- // aapt resource value: 0x7F05005D
- public static int title = 2131034205;
-
- // aapt resource value: 0x7F05005E
- public static int top = 2131034206;
-
- // aapt resource value: 0x7F05005F
- public static int view_tree_lifecycle_owner = 2131034207;
-
- // aapt resource value: 0x7F050060
- public static int view_tree_view_model_store_owner = 2131034208;
-
- // aapt resource value: 0x7F050061
- public static int wide = 2131034209;
-
- static Id()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Id()
- {
- }
- }
-
- public partial class Integer
- {
-
- // aapt resource value: 0x7F060000
- public static int google_play_services_version = 2131099648;
-
- // aapt resource value: 0x7F060001
- public static int status_bar_notification_info_maxnum = 2131099649;
-
- static Integer()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Integer()
- {
- }
- }
-
- public partial class Layout
- {
-
- // aapt resource value: 0x7F070000
- public static int browser_actions_context_menu_page = 2131165184;
-
- // aapt resource value: 0x7F070001
- public static int browser_actions_context_menu_row = 2131165185;
-
- // aapt resource value: 0x7F070002
- public static int custom_dialog = 2131165186;
-
- // aapt resource value: 0x7F070003
- public static int notification_action = 2131165187;
-
- // aapt resource value: 0x7F070004
- public static int notification_action_tombstone = 2131165188;
-
- // aapt resource value: 0x7F070005
- public static int notification_template_custom_big = 2131165189;
-
- // aapt resource value: 0x7F070006
- public static int notification_template_icon_group = 2131165190;
-
- // aapt resource value: 0x7F070007
- public static int notification_template_part_chronometer = 2131165191;
-
- // aapt resource value: 0x7F070008
- public static int notification_template_part_time = 2131165192;
-
- static Layout()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Layout()
- {
- }
- }
-
- public partial class String
- {
-
- // aapt resource value: 0x7F080000
- public static int app_name = 2131230720;
-
- // aapt resource value: 0x7F080001
- public static int common_google_play_services_enable_button = 2131230721;
-
- // aapt resource value: 0x7F080002
- public static int common_google_play_services_enable_text = 2131230722;
-
- // aapt resource value: 0x7F080003
- public static int common_google_play_services_enable_title = 2131230723;
-
- // aapt resource value: 0x7F080004
- public static int common_google_play_services_install_button = 2131230724;
-
- // aapt resource value: 0x7F080005
- public static int common_google_play_services_install_text = 2131230725;
-
- // aapt resource value: 0x7F080006
- public static int common_google_play_services_install_title = 2131230726;
-
- // aapt resource value: 0x7F080007
- public static int common_google_play_services_notification_channel_name = 2131230727;
-
- // aapt resource value: 0x7F080008
- public static int common_google_play_services_notification_ticker = 2131230728;
-
- // aapt resource value: 0x7F080009
- public static int common_google_play_services_unknown_issue = 2131230729;
-
- // aapt resource value: 0x7F08000A
- public static int common_google_play_services_unsupported_text = 2131230730;
-
- // aapt resource value: 0x7F08000B
- public static int common_google_play_services_update_button = 2131230731;
-
- // aapt resource value: 0x7F08000C
- public static int common_google_play_services_update_text = 2131230732;
-
- // aapt resource value: 0x7F08000D
- public static int common_google_play_services_update_title = 2131230733;
-
- // aapt resource value: 0x7F08000E
- public static int common_google_play_services_updating_text = 2131230734;
-
- // aapt resource value: 0x7F08000F
- public static int common_google_play_services_wear_update_text = 2131230735;
-
- // aapt resource value: 0x7F080010
- public static int common_open_on_phone = 2131230736;
-
- // aapt resource value: 0x7F080011
- public static int common_signin_button_text = 2131230737;
-
- // aapt resource value: 0x7F080012
- public static int common_signin_button_text_long = 2131230738;
-
- // aapt resource value: 0x7F080013
- public static int fcm_fallback_notification_channel_label = 2131230739;
-
- // aapt resource value: 0x7F080014
- public static int hello = 2131230740;
-
- // aapt resource value: 0x7F080015
- public static int status_bar_notification_info_overflow = 2131230741;
-
- static String()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private String()
- {
- }
- }
-
- public partial class Style
- {
-
- // aapt resource value: 0x7F090000
- public static int TextAppearance_Compat_Notification = 2131296256;
-
- // aapt resource value: 0x7F090001
- public static int TextAppearance_Compat_Notification_Info = 2131296257;
-
- // aapt resource value: 0x7F090002
- public static int TextAppearance_Compat_Notification_Line2 = 2131296258;
-
- // aapt resource value: 0x7F090003
- public static int TextAppearance_Compat_Notification_Time = 2131296259;
-
- // aapt resource value: 0x7F090004
- public static int TextAppearance_Compat_Notification_Title = 2131296260;
-
- // aapt resource value: 0x7F090005
- public static int Widget_Compat_NotificationActionContainer = 2131296261;
-
- // aapt resource value: 0x7F090006
- public static int Widget_Compat_NotificationActionText = 2131296262;
-
- // aapt resource value: 0x7F090007
- public static int Widget_Support_CoordinatorLayout = 2131296263;
-
- static Style()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Style()
- {
- }
- }
-
- public partial class Styleable
- {
-
- // aapt resource value: { 0x10101A5,0x101031F,0x7F010000 }
- public static int[] ColorStateListItem = new int[] {
- 16843173,
- 16843551,
- 2130771968};
-
- // aapt resource value: 2
- public static int ColorStateListItem_alpha = 2;
-
- // aapt resource value: 1
- public static int ColorStateListItem_android_alpha = 1;
-
- // aapt resource value: 0
- public static int ColorStateListItem_android_color = 0;
-
- // aapt resource value: { 0x7F010011,0x7F010019 }
- public static int[] CoordinatorLayout = new int[] {
- 2130771985,
- 2130771993};
-
- // aapt resource value: 0
- public static int CoordinatorLayout_keylines = 0;
-
- // aapt resource value: { 0x10100B3,0x7F010012,0x7F010013,0x7F010014,0x7F010015,0x7F010016,0x7F010017 }
- public static int[] CoordinatorLayout_Layout = new int[] {
- 16842931,
- 2130771986,
- 2130771987,
- 2130771988,
- 2130771989,
- 2130771990,
- 2130771991};
-
- // aapt resource value: 0
- public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
-
- // aapt resource value: 1
- public static int CoordinatorLayout_Layout_layout_anchor = 1;
-
- // aapt resource value: 2
- public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
-
- // aapt resource value: 3
- public static int CoordinatorLayout_Layout_layout_behavior = 3;
-
- // aapt resource value: 4
- public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
-
- // aapt resource value: 5
- public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
-
- // aapt resource value: 6
- public static int CoordinatorLayout_Layout_layout_keyline = 6;
-
- // aapt resource value: 1
- public static int CoordinatorLayout_statusBarBackground = 1;
-
- // aapt resource value: { 0x7F010006,0x7F010007,0x7F010008,0x7F010009,0x7F01000A,0x7F01000B }
- public static int[] FontFamily = new int[] {
- 2130771974,
- 2130771975,
- 2130771976,
- 2130771977,
- 2130771978,
- 2130771979};
-
- // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F010005,0x7F01000C,0x7F01000D,0x7F01000E,0x7F01001A }
- public static int[] FontFamilyFont = new int[] {
- 16844082,
- 16844083,
- 16844095,
- 16844143,
- 16844144,
- 2130771973,
- 2130771980,
- 2130771981,
- 2130771982,
- 2130771994};
-
- // aapt resource value: 0
- public static int FontFamilyFont_android_font = 0;
-
- // aapt resource value: 2
- public static int FontFamilyFont_android_fontStyle = 2;
-
- // aapt resource value: 4
- public static int FontFamilyFont_android_fontVariationSettings = 4;
-
- // aapt resource value: 1
- public static int FontFamilyFont_android_fontWeight = 1;
-
- // aapt resource value: 3
- public static int FontFamilyFont_android_ttcIndex = 3;
-
- // aapt resource value: 5
- public static int FontFamilyFont_font = 5;
-
- // aapt resource value: 6
- public static int FontFamilyFont_fontStyle = 6;
-
- // aapt resource value: 7
- public static int FontFamilyFont_fontVariationSettings = 7;
-
- // aapt resource value: 8
- public static int FontFamilyFont_fontWeight = 8;
-
- // aapt resource value: 9
- public static int FontFamilyFont_ttcIndex = 9;
-
- // aapt resource value: 0
- public static int FontFamily_fontProviderAuthority = 0;
-
- // aapt resource value: 1
- public static int FontFamily_fontProviderCerts = 1;
-
- // aapt resource value: 2
- public static int FontFamily_fontProviderFetchStrategy = 2;
-
- // aapt resource value: 3
- public static int FontFamily_fontProviderFetchTimeout = 3;
-
- // aapt resource value: 4
- public static int FontFamily_fontProviderPackage = 4;
-
- // aapt resource value: 5
- public static int FontFamily_fontProviderQuery = 5;
-
- // aapt resource value: { 0x101019D,0x101019E,0x10101A1,0x10101A2,0x10101A3,0x10101A4,0x1010201,0x101020B,0x1010510,0x1010511,0x1010512,0x1010513 }
- public static int[] GradientColor = new int[] {
- 16843165,
- 16843166,
- 16843169,
- 16843170,
- 16843171,
- 16843172,
- 16843265,
- 16843275,
- 16844048,
- 16844049,
- 16844050,
- 16844051};
-
- // aapt resource value: { 0x10101A5,0x1010514 }
- public static int[] GradientColorItem = new int[] {
- 16843173,
- 16844052};
-
- // aapt resource value: 0
- public static int GradientColorItem_android_color = 0;
-
- // aapt resource value: 1
- public static int GradientColorItem_android_offset = 1;
-
- // aapt resource value: 7
- public static int GradientColor_android_centerColor = 7;
-
- // aapt resource value: 3
- public static int GradientColor_android_centerX = 3;
-
- // aapt resource value: 4
- public static int GradientColor_android_centerY = 4;
-
- // aapt resource value: 1
- public static int GradientColor_android_endColor = 1;
-
- // aapt resource value: 10
- public static int GradientColor_android_endX = 10;
-
- // aapt resource value: 11
- public static int GradientColor_android_endY = 11;
-
- // aapt resource value: 5
- public static int GradientColor_android_gradientRadius = 5;
-
- // aapt resource value: 0
- public static int GradientColor_android_startColor = 0;
-
- // aapt resource value: 8
- public static int GradientColor_android_startX = 8;
-
- // aapt resource value: 9
- public static int GradientColor_android_startY = 9;
-
- // aapt resource value: 6
- public static int GradientColor_android_tileMode = 6;
-
- // aapt resource value: 2
- public static int GradientColor_android_type = 2;
-
- // aapt resource value: { 0x7F010002,0x7F01000F,0x7F010010 }
- public static int[] LoadingImageView = new int[] {
- 2130771970,
- 2130771983,
- 2130771984};
-
- // aapt resource value: 0
- public static int LoadingImageView_circleCrop = 0;
-
- // aapt resource value: 1
- public static int LoadingImageView_imageAspectRatio = 1;
-
- // aapt resource value: 2
- public static int LoadingImageView_imageAspectRatioAdjust = 2;
-
- // aapt resource value: { 0x7F010001,0x7F010003,0x7F010018 }
- public static int[] SignInButton = new int[] {
- 2130771969,
- 2130771971,
- 2130771992};
-
- // aapt resource value: 0
- public static int SignInButton_buttonSize = 0;
-
- // aapt resource value: 1
- public static int SignInButton_colorScheme = 1;
-
- // aapt resource value: 2
- public static int SignInButton_scopeUris = 2;
-
- static Styleable()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Styleable()
- {
- }
- }
-
- public partial class Xml
- {
-
- // aapt resource value: 0x7F0B0000
- public static int xamarin_essentials_fileprovider_file_paths = 2131427328;
-
- static Xml()
- {
- global::Android.Runtime.ResourceIdManager.UpdateIdValues();
- }
-
- private Xml()
- {
- }
- }
- }
-}
-#pragma warning restore 1591
diff --git a/src/IO.Ably.Push.Android/Resources/values/strings.xml b/src/IO.Ably.Push.Android/Resources/values/strings.xml
deleted file mode 100644
index fff5967cf..000000000
--- a/src/IO.Ably.Push.Android/Resources/values/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- Hello World, Click Me!
- IO.Ably.Push.Android
-
diff --git a/src/IO.Ably.Push.Android/packages.config b/src/IO.Ably.Push.Android/packages.config
deleted file mode 100644
index 1269d49cf..000000000
--- a/src/IO.Ably.Push.Android/packages.config
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/IO.Ably.Push.iOS/AppleMobileDevice.cs b/src/IO.Ably.Push.iOS/AppleMobileDevice.cs
deleted file mode 100644
index 5a37ba3f9..000000000
--- a/src/IO.Ably.Push.iOS/AppleMobileDevice.cs
+++ /dev/null
@@ -1,199 +0,0 @@
-using System;
-using System.Text.RegularExpressions;
-using Foundation;
-using UIKit;
-using UserNotifications;
-using Xamarin.Essentials;
-
-namespace IO.Ably.Push.iOS
-{
- ///
- public class AppleMobileDevice : IMobileDevice
- {
- private const string TokenType = "apns";
-
- private readonly ILogger _logger;
- private static AblyRealtime _realtimeInstance;
-
- private AppleMobileDevice(PushCallbacks callbacks, ILogger logger)
- {
- Callbacks = callbacks;
- _logger = logger;
- }
-
- ///
- /// Initialises the Android MobileDevice implementation with the IoC dependency.
- ///
- /// Ably client options used to initialise the AblyReltime client.
- /// Action to configure callbacks.
- public static IRealtimeClient Initialise(ClientOptions ablyClientOptions, Action configureCallbacks = null)
- {
- var callbacks = new PushCallbacks();
- configureCallbacks?.Invoke(callbacks);
- return Initialise(ablyClientOptions, callbacks);
- }
-
- ///
- /// Initialises the Apple MobileDevice implementation and the AblyRealtime client that is used to subscribe to the Apple notification service.
- /// Use this method to initialise your AblyRealtime if you want to register the device for push notifications.
- ///
- /// ClientOptions used to initialise the AblyRealtime instanced used to setup the ActivationStat.
- /// Optional callbacks class. It's especially useful to subscribe/unsubscribe to push channels when a device is activated / deactivated.
- /// Initialised Ably instance which supports push notification registrations.
- public static IRealtimeClient Initialise(ClientOptions ablyClientOptions, PushCallbacks callbacks = null)
- {
- var mobileDevice = new AppleMobileDevice(callbacks, DefaultLogger.LoggerInstance);
- IoC.MobileDevice = mobileDevice;
- _realtimeInstance = new AblyRealtime(ablyClientOptions, mobileDevice);
- _realtimeInstance.Push.InitialiseStateMachine();
- return _realtimeInstance;
- }
-
- ///
- /// This method should be called by the application when a new token is generated on the device.
- ///
- /// New device token data.
- public static void OnNewRegistrationToken(NSData tokenData)
- {
- if (tokenData != null)
- {
- try
- {
- var token = ConvertTokenToString(tokenData);
-
- var realtimePush = _realtimeInstance.Push;
- var tokenResult = Result.Ok(new RegistrationToken(TokenType, token));
- realtimePush.StateMachine.UpdateRegistrationToken(tokenResult);
- }
- catch (Exception e)
- {
- _realtimeInstance?.Logger.Error($"Error setting new token. Token: {tokenData}", e);
- }
- }
-
- string ConvertTokenToString(NSData deviceToken)
- {
- if (UIDevice.CurrentDevice.CheckSystemVersion(13, 0))
- {
- return BitConverter.ToString(deviceToken.ToArray()).Replace("-", string.Empty);
- }
-
- return Regex.Replace(deviceToken.ToString(), "[^0-9a-zA-Z]+", string.Empty);
- }
- }
-
- ///
- /// Called by the device when the registration token fails registration.
- ///
- /// Error.
- public static void OnRegistrationTokenFailed(ErrorInfo error)
- {
- var realtimePush = _realtimeInstance.Push;
- realtimePush.StateMachine.UpdateRegistrationToken(Result.Fail(error));
- }
-
- ///
- public void SetPreference(string key, string value, string groupName)
- {
- _logger.Debug($"Setting preferences: {groupName}:{key} with value {value}");
- Preferences.Set(key, value, groupName);
- }
-
- ///
- public string GetPreference(string key, string groupName)
- {
- return Preferences.Get(key, string.Empty, groupName);
- }
-
- ///
- public void RemovePreference(string key, string groupName)
- {
- _logger.Debug($"Removing preference: {groupName}:{key}");
- Preferences.Remove(key, groupName);
- }
-
- ///
- public void ClearPreferences(string groupName)
- {
- _logger.Debug($"Clearing preferences group: {groupName}");
- Preferences.Clear(groupName);
- }
-
- ///
- public void RequestRegistrationToken(Action> unusedAction) // For IOS integration the callback is not used
- {
- if (UIDevice.CurrentDevice.CheckSystemVersion(10, 0))
- {
- UNUserNotificationCenter.Current.RequestAuthorization(
- UNAuthorizationOptions.Alert |
- UNAuthorizationOptions.Sound |
- UNAuthorizationOptions.Sound,
- (granted, error) =>
- {
- if (granted)
- {
- MainThread.BeginInvokeOnMainThread(UIApplication.SharedApplication.RegisterForRemoteNotifications);
- }
- else
- {
- _logger.Error($"Error signing up for remote notifications: {error.LocalizedDescription}");
- }
- });
- }
- else if (UIDevice.CurrentDevice.CheckSystemVersion(8, 0))
- {
- var pushSettings = UIUserNotificationSettings.GetSettingsForTypes(
- UIUserNotificationType.Alert | UIUserNotificationType.Badge | UIUserNotificationType.Sound,
- new NSSet());
-
- UIApplication.SharedApplication.RegisterUserNotificationSettings(pushSettings);
- UIApplication.SharedApplication.RegisterForRemoteNotifications();
- }
- else
- {
- UIRemoteNotificationType notificationTypes = UIRemoteNotificationType.Alert | UIRemoteNotificationType.Badge | UIRemoteNotificationType.Sound;
- UIApplication.SharedApplication.RegisterForRemoteNotificationTypes(notificationTypes);
- }
- }
-
- ///
- public string DevicePlatform => "ios";
-
- ///
- public string FormFactor
- {
- get
- {
- var idiom = DeviceInfo.Idiom;
- if (idiom == DeviceIdiom.Watch)
- {
- return DeviceFormFactor.Watch;
- }
-
- if (idiom == DeviceIdiom.TV)
- {
- return DeviceFormFactor.Tv;
- }
-
- if (idiom == DeviceIdiom.Tablet)
- {
- return DeviceFormFactor.Tablet;
- }
-
- if (idiom == DeviceIdiom.Phone)
- {
- return DeviceFormFactor.Phone;
- }
-
- if (idiom == DeviceIdiom.Desktop)
- {
- return DeviceFormFactor.Desktop;
- }
-
- return DeviceFormFactor.Other;
- }
- }
-
- public PushCallbacks Callbacks { get; }
- }
-}
diff --git a/src/IO.Ably.Push.iOS/IO.Ably.Push.iOS.csproj b/src/IO.Ably.Push.iOS/IO.Ably.Push.iOS.csproj
deleted file mode 100644
index 88880b40e..000000000
--- a/src/IO.Ably.Push.iOS/IO.Ably.Push.iOS.csproj
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}
- {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- Library
- IO.Ably.Push.iOS
- Resources
- IO.Ably.Push.iOS
-
-
- true
- full
- false
- bin\Debug
- ..\IO.Ably.ruleset
- DEBUG;
- prompt
- 4
- false
-
-
- full
- true
- bin\Release
- ..\IO.Ably.ruleset
- prompt
- 4
- false
-
-
- bin\Package\
-
-
- true
-
-
- IO.Ably.snk
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ..\packages\Xamarin.Essentials.1.6.1\lib\xamarinios10\Xamarin.Essentials.dll
- True
-
-
-
-
-
-
-
-
- Properties\CommonAssemblyInfo.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {97ed15e5-6546-4437-bf4f-b929700ce922}
- IO.Ably.NETStandard20
-
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.
-
-
-
-
diff --git a/src/IO.Ably.Push.iOS/IO.Ably.snk b/src/IO.Ably.Push.iOS/IO.Ably.snk
deleted file mode 100644
index 9e87ac851..000000000
Binary files a/src/IO.Ably.Push.iOS/IO.Ably.snk and /dev/null differ
diff --git a/src/IO.Ably.Push.iOS/Properties/AssemblyInfo.cs b/src/IO.Ably.Push.iOS/Properties/AssemblyInfo.cs
deleted file mode 100644
index 0078c311a..000000000
--- a/src/IO.Ably.Push.iOS/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System.Reflection;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("IO.Ably.Push.iOS")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyDescription("Ably .NET library to enable push notifications on iOS devices.")]
-
diff --git a/src/IO.Ably.Push.iOS/packages.config b/src/IO.Ably.Push.iOS/packages.config
deleted file mode 100644
index cc313b268..000000000
--- a/src/IO.Ably.Push.iOS/packages.config
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/IO.Ably.Xamarin.sln b/src/IO.Ably.Xamarin.sln
deleted file mode 100644
index 30c44b4d4..000000000
--- a/src/IO.Ably.Xamarin.sln
+++ /dev/null
@@ -1,896 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.4.33213.308
-MinimumVisualStudioVersion = 15.0.26730.10
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1EA29F05-BF68-4BA8-A58F-C7C131E3FC62}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{258ABD2A-ACCA-4226-AEDD-B9C74075B367}"
- ProjectSection(SolutionItems) = preProject
- ..\CHANGELOG.md = ..\CHANGELOG.md
- CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
- ..\nuget\io.ably.nuspec = ..\nuget\io.ably.nuspec
- IO.Ably.ruleset = IO.Ably.ruleset
- ..\PushNotifications.md = ..\PushNotifications.md
- ..\README.md = ..\README.md
- stylecop.json = stylecop.json
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ably", "Ably", "{8A0F718E-2168-4CC7-8F7B-A65508B52B0F}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{390019FF-0139-4EB0-90FF-9BF6E68BEB42}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C2F43DB7-AAA0-4687-9897-5D686EC91245}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Android", "IO.Ably.Android\IO.Ably.Android.csproj", "{24B6FC97-9D3D-46AE-B5CB-47458354BEE1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.iOS", "IO.Ably.iOS\IO.Ably.iOS.csproj", "{8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}"
-EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared", "IO.Ably.Shared\IO.Ably.Shared.shproj", "{3553E1B2-8F1F-4E83-9524-08E702C14FCF}"
-EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Shared.MsgPack", "IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.shproj", "{EEBF3249-3CA3-4078-A188-F8B916C3F4C2}"
-EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "IO.Ably.Tests.Shared", "IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.shproj", "{1609F12C-8216-4E7C-ADE0-240BFE160242}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.DeltaCodec", "..\lib\delta-codec\IO.Ably.DeltaCodec\IO.Ably.DeltaCodec.csproj", "{53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Ably.NETStandard20", "IO.Ably.NETStandard20\IO.Ably.NETStandard20.csproj", "{97ED15E5-6546-4437-BF4F-B929700CE922}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Push.Android", "IO.Ably.Push.Android\IO.Ably.Push.Android.csproj", "{F0010AA8-63C3-47D7-95E9-A5D1D04DA325}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Push.iOS", "IO.Ably.Push.iOS\IO.Ably.Push.iOS.csproj", "{E1A8FDE2-FEFC-403E-99A0-F13847B1495E}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetPush", "..\examples\DotnetPush\DotnetPush\DotnetPush.csproj", "{E04ACB26-B65F-43CB-AC30-B6523A7B93C4}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetPush.Android", "..\examples\DotnetPush\DotnetPush.Android\DotnetPush.Android.csproj", "{7050F177-1D55-4562-937C-56D117198BFB}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotificationsPublisher", "..\examples\NotificationsPublisher\NotificationsPublisher.csproj", "{D150CE86-80D9-4709-B0BC-5E1A3AA457A9}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetPush.iOS", "..\examples\DotnetPush\DotnetPush.iOS\DotnetPush.iOS.csproj", "{75256FFE-5F9A-4F4F-BD78-37F6489488FD}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.Tests.NETFramework", "IO.Ably.Tests.NETFramework\IO.Ably.Tests.NETFramework.csproj", "{567FEEF7-41AF-42F2-AD34-546A278355B1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.Ably.NETFramework", "IO.Ably.NETFramework\IO.Ably.NETFramework.csproj", "{2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- AppStore|Any CPU = AppStore|Any CPU
- AppStore|ARM = AppStore|ARM
- AppStore|x64 = AppStore|x64
- AppStore|x86 = AppStore|x86
- CI_Release|Any CPU = CI_Release|Any CPU
- CI_Release|ARM = CI_Release|ARM
- CI_Release|x64 = CI_Release|x64
- CI_Release|x86 = CI_Release|x86
- Debug 4.0|Any CPU = Debug 4.0|Any CPU
- Debug 4.0|ARM = Debug 4.0|ARM
- Debug 4.0|x64 = Debug 4.0|x64
- Debug 4.0|x86 = Debug 4.0|x86
- Debug|Any CPU = Debug|Any CPU
- Debug|ARM = Debug|ARM
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- package_netstandard|Any CPU = package_netstandard|Any CPU
- package_netstandard|ARM = package_netstandard|ARM
- package_netstandard|x64 = package_netstandard|x64
- package_netstandard|x86 = package_netstandard|x86
- package|Any CPU = package|Any CPU
- package|ARM = package|ARM
- package|x64 = package|x64
- package|x86 = package|x86
- Release 4.0|Any CPU = Release 4.0|Any CPU
- Release 4.0|ARM = Release 4.0|ARM
- Release 4.0|x64 = Release 4.0|x64
- Release 4.0|x86 = Release 4.0|x86
- Release|Any CPU = Release|Any CPU
- Release|ARM = Release|ARM
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|Any CPU.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|Any CPU.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|ARM.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|ARM.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|x64.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|x64.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|x86.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.AppStore|x86.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|Any CPU.ActiveCfg = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|Any CPU.Build.0 = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|ARM.ActiveCfg = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|ARM.Build.0 = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|x64.ActiveCfg = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|x64.Build.0 = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|x86.ActiveCfg = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.CI_Release|x86.Build.0 = CI_Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|ARM.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x64.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x64.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x86.ActiveCfg = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Debug|x86.Build.0 = Debug|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|Any CPU.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|Any CPU.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|ARM.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|ARM.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|x64.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|x64.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|x86.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package_netstandard|x86.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|Any CPU.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|Any CPU.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|ARM.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|ARM.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|x64.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|x64.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|x86.ActiveCfg = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.package|x86.Build.0 = package|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|Any CPU.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|Any CPU.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|ARM.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|ARM.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|x64.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|x64.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|x86.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release 4.0|x86.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|Any CPU.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|ARM.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|ARM.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x64.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x64.Build.0 = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x86.ActiveCfg = Release|Any CPU
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1}.Release|x86.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|Any CPU.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|Any CPU.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|ARM.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|ARM.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x64.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x64.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x86.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.AppStore|x86.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|Any CPU.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|Any CPU.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|ARM.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|ARM.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x64.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x64.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x86.ActiveCfg = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.CI_Release|x86.Build.0 = CI_Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|ARM.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x64.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.ActiveCfg = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Debug|x86.Build.0 = Debug|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|Any CPU.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|Any CPU.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|ARM.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|ARM.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x64.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x64.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x86.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package_netstandard|x86.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|Any CPU.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|Any CPU.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|ARM.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|ARM.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x64.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x64.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x86.ActiveCfg = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.package|x86.Build.0 = package|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|Any CPU.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|Any CPU.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|ARM.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|ARM.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x64.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x64.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x86.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release 4.0|x86.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|Any CPU.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|ARM.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x64.Build.0 = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.ActiveCfg = Release|Any CPU
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}.Release|x86.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.AppStore|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.CI_Release|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Debug|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.package|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|Any CPU.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|ARM.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|ARM.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x64.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x64.Build.0 = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x86.ActiveCfg = Release|Any CPU
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED}.Release|x86.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.AppStore|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.CI_Release|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Debug|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|Any CPU.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|Any CPU.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|ARM.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|ARM.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x64.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x64.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x86.ActiveCfg = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.package|x86.Build.0 = package|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|Any CPU.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|ARM.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|ARM.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x64.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x64.Build.0 = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x86.ActiveCfg = Release|Any CPU
- {97ED15E5-6546-4437-BF4F-B929700CE922}.Release|x86.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.AppStore|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.CI_Release|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Debug|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.package|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|Any CPU.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|ARM.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|ARM.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x64.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x64.Build.0 = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x86.ActiveCfg = Release|Any CPU
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325}.Release|x86.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.AppStore|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.CI_Release|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Debug|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.package|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|Any CPU.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|ARM.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|ARM.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x64.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x64.Build.0 = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x86.ActiveCfg = Release|Any CPU
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E}.Release|x86.Build.0 = Release|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.AppStore|ARM.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.AppStore|x64.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.AppStore|x86.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.CI_Release|x64.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.CI_Release|x86.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug|ARM.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug|x64.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Debug|x86.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package|Any CPU.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package|ARM.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package|ARM.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package|x64.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package|x64.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package|x86.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.package|x86.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release|Any CPU.Build.0 = Release|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release|ARM.ActiveCfg = Release|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release|ARM.Build.0 = Release|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release|x64.ActiveCfg = Release|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release|x64.Build.0 = Release|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release|x86.ActiveCfg = Release|Any CPU
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4}.Release|x86.Build.0 = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.AppStore|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.CI_Release|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Debug|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.package|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|Any CPU.Build.0 = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|ARM.ActiveCfg = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|ARM.Build.0 = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|x64.ActiveCfg = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|x64.Build.0 = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|x86.ActiveCfg = Release|Any CPU
- {7050F177-1D55-4562-937C-56D117198BFB}.Release|x86.Build.0 = Release|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.AppStore|ARM.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.AppStore|x64.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.AppStore|x86.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.CI_Release|Any CPU.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.CI_Release|Any CPU.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.CI_Release|ARM.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.CI_Release|ARM.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.CI_Release|x64.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.CI_Release|x64.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.CI_Release|x86.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.CI_Release|x86.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug|ARM.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug|x64.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug|x64.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug|x86.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Debug|x86.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package|Any CPU.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package|ARM.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package|ARM.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package|x64.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package|x64.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package|x86.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.package|x86.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release 4.0|Any CPU.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release 4.0|ARM.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release 4.0|ARM.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release 4.0|x64.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release 4.0|x64.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release 4.0|x86.ActiveCfg = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release 4.0|x86.Build.0 = Debug|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release|Any CPU.Build.0 = Release|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release|ARM.ActiveCfg = Release|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release|ARM.Build.0 = Release|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release|x64.ActiveCfg = Release|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release|x64.Build.0 = Release|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release|x86.ActiveCfg = Release|Any CPU
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9}.Release|x86.Build.0 = Release|Any CPU
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.AppStore|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.CI_Release|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug 4.0|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|Any CPU.ActiveCfg = Debug|iPhone
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|Any CPU.Build.0 = Debug|iPhone
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Debug|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package_netstandard|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.package|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|Any CPU.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|Any CPU.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|ARM.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|ARM.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|x64.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|x64.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|x86.ActiveCfg = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release 4.0|x86.Build.0 = Debug|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|ARM.ActiveCfg = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|ARM.Build.0 = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|x64.ActiveCfg = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|x64.Build.0 = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|x86.ActiveCfg = Release|iPhoneSimulator
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD}.Release|x86.Build.0 = Release|iPhoneSimulator
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.AppStore|ARM.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.AppStore|x64.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.AppStore|x86.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.CI_Release|Any CPU.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.CI_Release|Any CPU.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.CI_Release|ARM.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.CI_Release|ARM.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.CI_Release|x64.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.CI_Release|x64.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.CI_Release|x86.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.CI_Release|x86.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug|ARM.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug|x64.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug|x64.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug|x86.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Debug|x86.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package_netstandard|Any CPU.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package_netstandard|Any CPU.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package_netstandard|ARM.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package_netstandard|ARM.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package_netstandard|x64.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package_netstandard|x64.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package_netstandard|x86.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package_netstandard|x86.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package|Any CPU.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package|Any CPU.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package|ARM.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package|ARM.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package|x64.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package|x64.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package|x86.ActiveCfg = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.package|x86.Build.0 = Debug|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release 4.0|Any CPU.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release 4.0|Any CPU.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release 4.0|ARM.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release 4.0|ARM.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release 4.0|x64.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release 4.0|x64.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release 4.0|x86.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release 4.0|x86.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|Any CPU.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|ARM.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|ARM.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|x64.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|x64.Build.0 = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|x86.ActiveCfg = Release|Any CPU
- {567FEEF7-41AF-42F2-AD34-546A278355B1}.Release|x86.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.AppStore|ARM.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.AppStore|x64.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.AppStore|x86.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.CI_Release|Any CPU.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.CI_Release|Any CPU.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.CI_Release|ARM.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.CI_Release|ARM.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.CI_Release|x64.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.CI_Release|x64.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.CI_Release|x86.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.CI_Release|x86.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug 4.0|Any CPU.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug 4.0|Any CPU.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug 4.0|ARM.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug 4.0|ARM.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug 4.0|x64.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug 4.0|x64.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug 4.0|x86.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug 4.0|x86.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug|ARM.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug|x64.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug|x64.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug|x86.ActiveCfg = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Debug|x86.Build.0 = Debug|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package_netstandard|Any CPU.ActiveCfg = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package_netstandard|Any CPU.Build.0 = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package_netstandard|ARM.ActiveCfg = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package_netstandard|ARM.Build.0 = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package_netstandard|x64.ActiveCfg = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package_netstandard|x64.Build.0 = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package_netstandard|x86.ActiveCfg = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package_netstandard|x86.Build.0 = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package|Any CPU.ActiveCfg = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package|Any CPU.Build.0 = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package|ARM.ActiveCfg = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package|ARM.Build.0 = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package|x64.ActiveCfg = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package|x64.Build.0 = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package|x86.ActiveCfg = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.package|x86.Build.0 = package|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release 4.0|Any CPU.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release 4.0|Any CPU.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release 4.0|ARM.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release 4.0|ARM.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release 4.0|x64.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release 4.0|x64.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release 4.0|x86.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release 4.0|x86.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|Any CPU.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|ARM.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|ARM.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|x64.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|x64.Build.0 = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|x86.ActiveCfg = Release|Any CPU
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8}.Release|x86.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {24B6FC97-9D3D-46AE-B5CB-47458354BEE1} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {3553E1B2-8F1F-4E83-9524-08E702C14FCF} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {EEBF3249-3CA3-4078-A188-F8B916C3F4C2} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {1609F12C-8216-4E7C-ADE0-240BFE160242} = {C2F43DB7-AAA0-4687-9897-5D686EC91245}
- {53CA3FD4-E11A-4368-A7A5-BCAB40D08BED} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {97ED15E5-6546-4437-BF4F-B929700CE922} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {F0010AA8-63C3-47D7-95E9-A5D1D04DA325} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {E1A8FDE2-FEFC-403E-99A0-F13847B1495E} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- {E04ACB26-B65F-43CB-AC30-B6523A7B93C4} = {390019FF-0139-4EB0-90FF-9BF6E68BEB42}
- {7050F177-1D55-4562-937C-56D117198BFB} = {390019FF-0139-4EB0-90FF-9BF6E68BEB42}
- {D150CE86-80D9-4709-B0BC-5E1A3AA457A9} = {390019FF-0139-4EB0-90FF-9BF6E68BEB42}
- {75256FFE-5F9A-4F4F-BD78-37F6489488FD} = {390019FF-0139-4EB0-90FF-9BF6E68BEB42}
- {567FEEF7-41AF-42F2-AD34-546A278355B1} = {C2F43DB7-AAA0-4687-9897-5D686EC91245}
- {2D265650-B1EC-4F8D-B043-A2E3DCC23FD8} = {8A0F718E-2168-4CC7-8F7B-A65508B52B0F}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {F69D4156-FC22-4B8E-AD72-2A7323D42CC4}
- EndGlobalSection
- GlobalSection(SharedMSBuildProjectFiles) = preSolution
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{1609f12c-8216-4e7c-ade0-240bfe160242}*SharedItemsImports = 13
- IO.Ably.Shared\IO.Ably.Shared.projitems*{24b6fc97-9d3d-46ae-b5cb-47458354bee1}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{2d265650-b1ec-4f8d-b043-a2e3dcc23fd8}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{3553e1b2-8f1f-4e83-9524-08e702c14fcf}*SharedItemsImports = 13
- IO.Ably.Tests.Shared\IO.Ably.Tests.Shared.projitems*{567feef7-41af-42f2-ad34-546a278355b1}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{8bb7b13c-e9f4-4d1b-bccc-af890a23ece6}*SharedItemsImports = 4
- IO.Ably.Shared\IO.Ably.Shared.projitems*{97ed15e5-6546-4437-bf4f-b929700ce922}*SharedItemsImports = 5
- IO.Ably.Shared.MsgPack\IO.Ably.Shared.MsgPack.projitems*{eebf3249-3ca3-4078-a188-f8b916c3f4c2}*SharedItemsImports = 13
- EndGlobalSection
-EndGlobal
diff --git a/src/IO.Ably.iOS/IO.Ably.iOS.csproj b/src/IO.Ably.iOS/IO.Ably.iOS.csproj
deleted file mode 100644
index 1bfbaf99d..000000000
--- a/src/IO.Ably.iOS/IO.Ably.iOS.csproj
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 8.0.30703
- 2.0
- {8BB7B13C-E9F4-4D1B-BCCC-AF890A23ECE6}
- {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- Library
- IO.Ably
- Resources
- IO.Ably
-
-
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- false
-
-
- full
- true
- bin\Release
- prompt
- 4
- false
- __UNIFIED__;__MOBILE__;__IOS__;HASTHREADING
-
-
- true
-
-
- IO.Ably.snk
-
-
- bin\CI_Release\
- __UNIFIED__;__MOBILE__;__IOS__;__UNIFIED__;__MOBILE__;__IOS__;HASTHREADING
- true
- full
- AnyCPU
- false
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\package\
-
-
-
-
-
-
-
-
-
- ..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll
- True
-
-
- ..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
- True
-
-
- ..\packages\MsgPack.Cli.0.9.2\lib\Xamarin.iOS10\MsgPack.dll
-
-
- ..\packages\Newtonsoft.Json.13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll
- True
-
-
-
- ..\packages\System.Collections.Immutable.1.4.0\lib\netstandard2.0\System.Collections.Immutable.dll
-
-
-
-
- ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll
- True
-
-
- ..\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll
- True
-
-
- ..\packages\System.Threading.Tasks.Extensions.4.5.0\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll
- True
-
-
-
-
-
-
-
- Properties\CommonAssemblyInfo.cs
-
-
-
-
-
-
-
-
-
-
- {412deb5f-7936-4027-8bf8-977f23d465ed}
- IO.Ably.DeltaCodec
-
-
-
-
-
-
-
diff --git a/src/IO.Ably.iOS/IO.Ably.snk b/src/IO.Ably.iOS/IO.Ably.snk
deleted file mode 100644
index 9e87ac851..000000000
Binary files a/src/IO.Ably.iOS/IO.Ably.snk and /dev/null differ
diff --git a/src/IO.Ably.iOS/Platform.cs b/src/IO.Ably.iOS/Platform.cs
deleted file mode 100644
index 6c65efa27..000000000
--- a/src/IO.Ably.iOS/Platform.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-using IO.Ably.Transport;
-using System.Net.NetworkInformation;
-using IO.Ably.Push;
-using IO.Ably.Realtime;
-
-namespace IO.Ably
-{
- internal class Platform : IPlatform
- {
- private static readonly object _lock = new object();
-
- internal static bool HookedUpToNetworkEvents { get; private set; }
- public Agent.PlatformRuntime PlatformId => Agent.PlatformRuntime.XamarinIos;
- public ITransportFactory TransportFactory => null;
- public IMobileDevice MobileDevice { get; set; }
-
- public void RegisterOsNetworkStateChanged()
- {
- lock (_lock)
- {
- if (HookedUpToNetworkEvents == false)
- {
- NetworkChange.NetworkAvailabilityChanged += (sender, eventArgs) =>
- Connection.NotifyOperatingSystemNetworkState(eventArgs.IsAvailable ? NetworkState.Online : NetworkState.Offline);
- }
-
- HookedUpToNetworkEvents = true;
- }
- }
- }
-}
diff --git a/src/IO.Ably.iOS/Properties/AssemblyInfo.cs b/src/IO.Ably.iOS/Properties/AssemblyInfo.cs
deleted file mode 100644
index 0c8fa7101..000000000
--- a/src/IO.Ably.iOS/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System.Reflection;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("IO.Ably")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[assembly: AssemblyDescription("Client for ably.com realtime service")]
diff --git a/src/IO.Ably.iOS/packages.config b/src/IO.Ably.iOS/packages.config
deleted file mode 100644
index ff1cf0904..000000000
--- a/src/IO.Ably.iOS/packages.config
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tools/list-test-categories.fsx b/tools/list-test-categories.fsx
index 9577e1f6b..c4f39fe84 100644
--- a/tools/list-test-categories.fsx
+++ b/tools/list-test-categories.fsx
@@ -3,7 +3,7 @@ open System.IO
open System.Linq
open System.Text.RegularExpressions
-let testsPath = "src\\IO.Ably.Tests.Shared\\"
+let testsPath = "src\\Ably.PubSub.Tests.Shared\\"
type SearchResult(lineNo:int,file:string,content:string seq) =
diff --git a/unity-plugins-updater.cmd b/unity-plugins-updater.cmd
index c38b33449..e272b2115 100644
--- a/unity-plugins-updater.cmd
+++ b/unity-plugins-updater.cmd
@@ -1,5 +1,5 @@
@echo off
-if "%~1"=="" (echo "Provide latest version number like unity-plugins-updater.cmd 1.2.8") else (
+if "%~1"=="" (echo "Provide latest version number like unity-plugins-updater.cmd 2.0.0") else (
dotnet tool restore
dotnet cake cake-build/build.cake -- --target=Build.NetStandard --define=UNITY_PACKAGE
dotnet cake cake-build/build.cake -- --target=Update.AblyUnity
diff --git a/unity-plugins-updater.sh b/unity-plugins-updater.sh
index 9c781a1e1..765ef30c1 100755
--- a/unity-plugins-updater.sh
+++ b/unity-plugins-updater.sh
@@ -1,6 +1,6 @@
if [ $# -eq 0 ]
then
- echo "Provide latest version number like unity-plugins-updater.sh 1.2.8"
+ echo "Provide latest version number like unity-plugins-updater.sh 2.0.0"
else
dotnet tool restore
dotnet cake cake-build/build.cake -- --target=Build.NetStandard --define=UNITY_PACKAGE
diff --git a/unity/Assets/Ably/Plugins/IO.Ably.dll.meta b/unity/Assets/Ably/Plugins/Ably.PubSub.Core.dll.meta
similarity index 100%
rename from unity/Assets/Ably/Plugins/IO.Ably.dll.meta
rename to unity/Assets/Ably/Plugins/Ably.PubSub.Core.dll.meta
diff --git a/unity/Assets/Ably/Plugins/IO.Ably.dll b/unity/Assets/Ably/Plugins/IO.Ably.dll
deleted file mode 100644
index 41daffd9a..000000000
Binary files a/unity/Assets/Ably/Plugins/IO.Ably.dll and /dev/null differ
diff --git a/unity/Assets/Ably/Plugins/link.xml b/unity/Assets/Ably/Plugins/link.xml
index 8d6d7837d..39b1151c8 100644
--- a/unity/Assets/Ably/Plugins/link.xml
+++ b/unity/Assets/Ably/Plugins/link.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/unity/Assets/Ably/version.txt b/unity/Assets/Ably/version.txt
index 591bdbcd6..227cea215 100644
--- a/unity/Assets/Ably/version.txt
+++ b/unity/Assets/Ably/version.txt
@@ -1 +1 @@
-1.2.18
+2.0.0
diff --git a/unity/Assets/Tests/AblySandbox/AblySandbox.asmdef b/unity/Assets/Tests/AblySandbox/AblySandbox.asmdef
index ec12a641e..426714cbd 100644
--- a/unity/Assets/Tests/AblySandbox/AblySandbox.asmdef
+++ b/unity/Assets/Tests/AblySandbox/AblySandbox.asmdef
@@ -8,7 +8,7 @@
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
- "IO.Ably.dll"
+ "Ably.PubSub.Core.dll"
],
"autoReferenced": false,
"defineConstraints": [
diff --git a/unity/Assets/Tests/EditMode/EditMode.asmdef b/unity/Assets/Tests/EditMode/EditMode.asmdef
index f47fbe34b..a9a72e2f2 100644
--- a/unity/Assets/Tests/EditMode/EditMode.asmdef
+++ b/unity/Assets/Tests/EditMode/EditMode.asmdef
@@ -15,7 +15,7 @@
"overrideReferences": false,
"precompiledReferences": [
"nunit.framework.dll",
- "IO.Ably.dll"
+ "Ably.PubSub.Core.dll"
],
"autoReferenced": false,
"defineConstraints": [
diff --git a/unity/Assets/Tests/PlayMode/PlayMode.asmdef b/unity/Assets/Tests/PlayMode/PlayMode.asmdef
index 8063c1f77..89dbf3eb2 100644
--- a/unity/Assets/Tests/PlayMode/PlayMode.asmdef
+++ b/unity/Assets/Tests/PlayMode/PlayMode.asmdef
@@ -14,7 +14,7 @@
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
- "IO.Ably.dll"
+ "Ably.PubSub.Core.dll"
],
"autoReferenced": false,
"defineConstraints": [
diff --git a/unity/CONTRIBUTING.md b/unity/CONTRIBUTING.md
index 3b776f38a..e3bd7709c 100644
--- a/unity/CONTRIBUTING.md
+++ b/unity/CONTRIBUTING.md
@@ -151,4 +151,4 @@ Unity.exe -batchmode -nographics -quit -projectPath 'C:\Users\${UserName}\UnityP
## Updating the Ably Unity Package
- Currently, the latest Ably source code is imported as DLLs in Unity using [Unity Plug-ins](https://docs.unity3d.com/Manual/Plugins.html).
- This is done as part of the [release process](../CONTRIBUTING.md/#release-process) by running `./unity-plugins-updater.sh 1.2.3` (linux/mac) / `.\unity-plugins-updater.cmd 1.2.3` (windows) at the root.
-- This script is responsible for merging all dependencies into `IO.Ably.dll` and copying it to `unity/Assets/Ably/Plugins/`.
+- This script is responsible for merging all dependencies into `Ably.PubSub.Core.dll` and copying it to `unity/Assets/Ably/Plugins/`.
diff --git a/unity/README.md b/unity/README.md
index 36a8a1239..d8034b733 100644
--- a/unity/README.md
+++ b/unity/README.md
@@ -11,7 +11,7 @@
### Importing Unity Package
- You can import the package by going to Assets -> Import Package -> Custom Package in the Unity UI. For more detailed information on importing packages, visit https://docs.unity3d.com/Manual/AssetPackagesImport.html.
-- [Configure SynchronizationContext](../README.md#executing-callbacks-on-mainui-thread) to execute callbacks on Main/UI thread.
+- Configure a `SynchronizationContext` (via `ClientOptions.CustomContext`) to execute callbacks on the Main/UI thread.
- Sample code :
```dotnet